diff options
Diffstat (limited to 'pom.xml')
-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 |