Skip to content

Commit

Permalink
Updated version of Marmotta LDPath dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Oct 8, 2013
1 parent 172fe46 commit 3610f6d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions fcrepo-transform/pom.xml
Expand Up @@ -53,13 +53,11 @@
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-core</artifactId>
<version>3.1.0-incubating-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-backend-jena</artifactId>
<version>3.1.0-incubating-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
Expand Down Expand Up @@ -180,4 +178,18 @@

</build>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-core</artifactId>
<version>3.1.0-incubating</version>
</dependency>
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-backend-jena</artifactId>
<version>3.1.0-incubating</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 3610f6d

Please sign in to comment.