# HG changeset patch # User arussell # Date 1431530774 0 # Node ID b9ce41e5f80b18e1da1732786f692a5e928af892 # Parent 208e613d0b79375caaaad56c66aeaf2bd41cfd2e Fixed: pom.xml updated to new versions Previously the org.openrdf dependencies were outdated in the pom.xml build file. This commit updates the paths and versions used to build the webapp. diff -r 208e613d0b79 -r b9ce41e5f80b pom.xml --- a/pom.xml Wed May 13 14:44:20 2015 +0000 +++ b/pom.xml Wed May 13 15:26:14 2015 +0000 @@ -15,7 +15,6 @@ - jboss-public-repository-group JBoss Public Maven Repository Group @@ -88,7 +87,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin - 2.0 + 2.1 @@ -266,6 +265,7 @@ sesame-rio-rdfjson 2.7.6 + + + org.openrdf.sesame + sesame-repository-api + 2.8.1 + + + org.openrdf.sesame + sesame-sail-api + 2.8.1 + + + org.openrdf.sesame + sesame-repository-sail + 2.8.1 + + + org.openrdf.sesame + sesame-sail-memory + 2.8.1 + - + +