diff options
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ | |||
20 | <maven.compiler.source>1.8</maven.compiler.source> | 20 | <maven.compiler.source>1.8</maven.compiler.source> |
21 | <maven.compiler.target>1.8</maven.compiler.target> | 21 | <maven.compiler.target>1.8</maven.compiler.target> |
22 | <!-- <encoding>UTF-8</encoding> --> | 22 | <!-- <encoding>UTF-8</encoding> --> |
23 | <scala.version>2.13.6</scala.version> | 23 | <scala.version>2.13.9/scala.version> |
24 | <scala.compat.version>2.13</scala.compat.version> | 24 | <scala.compat.version>2.13</scala.compat.version> |
25 | <spec2.version>4.2.0</spec2.version> | 25 | <spec2.version>4.2.0</spec2.version> |
26 | <skipTests>true</skipTests> | 26 | <skipTests>true</skipTests> |
@@ -138,9 +138,9 @@ | |||
138 | <dependency> | 138 | <dependency> |
139 | <groupId>uk.ox.ac.uk.rsacomb</groupId> | 139 | <groupId>uk.ox.ac.uk.rsacomb</groupId> |
140 | <artifactId>rsacomb</artifactId> | 140 | <artifactId>rsacomb</artifactId> |
141 | <version>1.0.0</version> | 141 | <version>1.1.0</version> |
142 | <scope>system</scope> | 142 | <scope>system</scope> |
143 | <systemPath>${project.basedir}/lib/RSAComb-1.0.0.jar</systemPath> | 143 | <systemPath>${project.basedir}/lib/RSAComb-1.1.0.jar</systemPath> |
144 | </dependency> | 144 | </dependency> |
145 | <dependency> | 145 | <dependency> |
146 | <groupId>tech.oxfordsemantic.jrdfox</groupId> | 146 | <groupId>tech.oxfordsemantic.jrdfox</groupId> |