Author: ansell
Date: Wed Sep 5 00:10:46 2012
New Revision: 1380941
URL: http://svn.apache.org/viewvc?rev=1380941&view=rev
Log:
add nquads dependency to service as it is no longer inherited through the core
module
Modified:
incubator/any23/trunk/service/pom.xml
Modified: incubator/any23/trunk/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1380941&r1=1380940&r2=1380941&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Wed Sep 5 00:10:46 2012
@@ -42,6 +42,11 @@
<artifactId>apache-any23-core</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.any23</groupId>
+ <artifactId>apache-any23-nquads</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- BEGIN: Servlet Deps. -->
<dependency>