diff options
author | dyamon <dyamon@users.noreply.github.com> | 2021-11-03 15:03:43 +0000 |
---|---|---|
committer | GitHub POM Action <gh-pom@github.com> | 2021-11-03 15:03:43 +0000 |
commit | 1b9bf987ffa47414122f1078fb457028d244e57e (patch) | |
tree | aa20aa9751e60e1f450994f82bd04f0e3f3c3981 | |
parent | ead8690acf06e124260d9bb30cb88543775ce498 (diff) | |
download | RSAComb-1b9bf987ffa47414122f1078fb457028d244e57e.tar.gz RSAComb-1b9bf987ffa47414122f1078fb457028d244e57e.zip |
⬆ Update POM dependences
Signed-off-by: GitHub POM Action <gh-pom@github.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -6,7 +6,7 @@ | |||
6 | <packaging>jar</packaging> | 6 | <packaging>jar</packaging> |
7 | <description>Re-implementation of the combined approach for CQ answering over RSA ontologies.</description> | 7 | <description>Re-implementation of the combined approach for CQ answering over RSA ontologies.</description> |
8 | <url>https://github.com/KRR-Oxford/RSAComb</url> | 8 | <url>https://github.com/KRR-Oxford/RSAComb</url> |
9 | <version>0.1.0</version> | 9 | <version>0.2.0</version> |
10 | <licenses> | 10 | <licenses> |
11 | <license> | 11 | <license> |
12 | <name>Apache 2</name> | 12 | <name>Apache 2</name> |
@@ -57,5 +57,15 @@ | |||
57 | <artifactId>graph-core_2.13</artifactId> | 57 | <artifactId>graph-core_2.13</artifactId> |
58 | <version>1.13.2</version> | 58 | <version>1.13.2</version> |
59 | </dependency> | 59 | </dependency> |
60 | <dependency> | ||
61 | <groupId>com.lihaoyi</groupId> | ||
62 | <artifactId>ujson_2.13</artifactId> | ||
63 | <version>1.4.2</version> | ||
64 | </dependency> | ||
65 | <dependency> | ||
66 | <groupId>com.lihaoyi</groupId> | ||
67 | <artifactId>os-lib_2.13</artifactId> | ||
68 | <version>0.7.8</version> | ||
69 | </dependency> | ||
60 | </dependencies> | 70 | </dependencies> |
61 | </project> \ No newline at end of file | 71 | </project> \ No newline at end of file |