aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authoryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-30 17:36:35 +0100
committeryzhou <yzhou@krr-linux.cs.ox.ac.uk>2015-04-30 17:36:35 +0100
commit0d8f240c9c0a64f2285324e5a517161e45c698fc (patch)
treef4b4f7078e3be02011b9812cd8791c657a135993 /pom.xml
parent68ae342b2a4923bc7b3f378c6a489f2355d85279 (diff)
downloadACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.tar.gz
ACQuA-0d8f240c9c0a64f2285324e5a517161e45c698fc.zip
downgrade owl api and reorganised src files
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 391e3e1..fad1545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
75 <dependency> 75 <dependency>
76 <groupId>net.sourceforge.owlapi</groupId> 76 <groupId>net.sourceforge.owlapi</groupId>
77 <artifactId>owlapi-distribution</artifactId> 77 <artifactId>owlapi-distribution</artifactId>
78 <version>3.5.0</version> 78 <version>3.4.10</version>
79 </dependency> 79 </dependency>
80 <dependency> 80 <dependency>
81 <groupId>org.openrdf.sesame</groupId> 81 <groupId>org.openrdf.sesame</groupId>
@@ -93,11 +93,6 @@
93 <version>3.5.2</version> 93 <version>3.5.2</version>
94 </dependency> 94 </dependency>
95 <dependency> 95 <dependency>
96 <groupId>log4j</groupId>
97 <artifactId>log4j</artifactId>
98 <version>1.2.17</version>
99 </dependency>
100 <dependency>
101 <groupId>org.jgrapht</groupId> 96 <groupId>org.jgrapht</groupId>
102 <artifactId>jgrapht-jdk1.5</artifactId> 97 <artifactId>jgrapht-jdk1.5</artifactId>
103 <version>0.7.3</version> 98 <version>0.7.3</version>