Strabon
diff pom.xml @ 1429:6c9d1293752a
added dependency of Strabon to testsuite and strabon-endpoint-client (in main pom.xml)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Fri Sep 26 16:05:57 2014 +0300 (2014-09-26) |
parents | b1ad88fdf4a6 |
children | 612f816ca032 efaa42ce64b0 0397b9f4b68f |
line diff
1.1 --- a/pom.xml Tue Sep 23 13:16:47 2014 +0300 1.2 +++ b/pom.xml Fri Sep 26 16:05:57 2014 +0300 1.3 @@ -249,12 +249,24 @@ 1.4 <artifactId>strabon-endpoint</artifactId> 1.5 <version>${eu.earthobservatory.version}</version> 1.6 </dependency> 1.7 + 1.8 + <dependency> 1.9 + <groupId>org.openrdf.sesame</groupId> 1.10 + <artifactId>strabon-endpoint-client</artifactId> 1.11 + <version>${eu.earthobservatory.version}</version> 1.12 + </dependency> 1.13 1.14 <dependency> 1.15 <groupId>eu.earthobservatory</groupId> 1.16 <artifactId>strabon-vocabulary</artifactId> 1.17 <version>${eu.earthobservatory.version}</version> 1.18 </dependency> 1.19 + 1.20 + <dependency> 1.21 + <groupId>eu.earthobservatory</groupId> 1.22 + <artifactId>strabon-testsuite</artifactId> 1.23 + <version>${eu.earthobservatory.version}</version> 1.24 + </dependency> 1.25 1.26 <dependency> 1.27 <groupId>org.openrdf.sesame</groupId>