jena-spring

Spring integration for Jena
git clone https://code.djc.id.au/git/jena-spring/
commit 9b42888f5873adbfeda0d893a50697bdd6b28f80
parent 0403bf86ce289d30314e498489a9abdee6474cb2
Author: Dan Callaghan <djc@djc.id.au>
Date:   Sat, 21 Apr 2012 21:16:53 +1000

update jena dep

Diffstat:
Mpom.xml | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -79,8 +79,8 @@
         </dependency>
         <dependency>
             <groupId>au.id.djc.jena</groupId>
-            <artifactId>jena</artifactId>
-            <version>2.6.4.1</version>
+            <artifactId>jena-core</artifactId>
+            <version>2.7.0.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
@@ -103,6 +103,10 @@
                     <artifactId>jena</artifactId>
                 </exclusion>
                 <exclusion>
+                    <groupId>com.hp.hpl.jena</groupId>
+                    <artifactId>arq</artifactId>
+                </exclusion>
+                <exclusion>
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>