diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:30:58 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:30:58 +0100 |
commit | 5501f16e461b7ff83c6c8c59634966425d95f1ab (patch) | |
tree | aaf01d0197ef941435f80d93c9b034e2c08c4d3d | |
parent | 826e623773ebef018d65e26057fdcaffdb118e97 (diff) | |
download | ACQuA-5501f16e461b7ff83c6c8c59634966425d95f1ab.tar.gz ACQuA-5501f16e461b7ff83c6c8c59634966425d95f1ab.zip |
-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> |