Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #570 from fcrepo4/dependencies-update
Dependencies update
  • Loading branch information
Andrew Woods committed Oct 22, 2014
2 parents 1312071 + 48d82ac commit 08727bf
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
22 changes: 21 additions & 1 deletion fcrepo-integration-ldp/pom.xml
Expand Up @@ -103,6 +103,10 @@
<version>0.1.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
</exclusion>
<exclusion>
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-sail-api</artifactId>
Expand Down Expand Up @@ -174,9 +178,25 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
<version>3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>${jena.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

</project>
8 changes: 6 additions & 2 deletions fcrepo-transform/pom.xml
Expand Up @@ -6,6 +6,10 @@
<version>4.0.0-beta-04-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
<ldpath.version>3.2.1</ldpath.version>
</properties>


<artifactId>fcrepo-transform</artifactId>
<name>Fedora Repository RDF Transformations Module</name>
Expand Down Expand Up @@ -206,7 +210,7 @@
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-core</artifactId>
<version>3.1.0-incubating</version>
<version>${ldpath.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -217,7 +221,7 @@
<dependency>
<groupId>org.apache.marmotta</groupId>
<artifactId>ldpath-backend-jena</artifactId>
<version>3.1.0-incubating</version>
<version>${ldpath.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.jena</groupId>
Expand Down
17 changes: 10 additions & 7 deletions pom.xml
Expand Up @@ -26,25 +26,28 @@
<project.copyrightYear>2014</project.copyrightYear>
<!-- Dependency version properties -->
<activemq.version>5.10.0</activemq.version>
<commons-compress.version>1.9</commons-compress.version>
<enunciate.version>1.27</enunciate.version>
<hk2.version>2.2.0-b21</hk2.version>
<hk2.version>2.3.0</hk2.version>
<htmlunit.version>2.15</htmlunit.version>
<httpcomponents.version>4.3.2</httpcomponents.version>
<httpclient.version>4.3.3</httpclient.version>
<infinispan.version>6.0.2.Final</infinispan.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<jackson.version>1.9.11</jackson.version>
<jaxb.version>2.2.7</jaxb.version>
<jersey.version>2.12</jersey.version>
<jersey.version>2.13</jersey.version>
<jgroups.version>3.5.0.Final</jgroups.version>
<joda-time.version>2.4</joda-time.version>
<logback.version>1.1.2</logback.version>
<modeshape.version>4.0.0.Final</modeshape.version>
<metrics.version>3.1.0</metrics.version>
<mockito.version>1.10.8</mockito.version>
<sesame.version>2.7.13</sesame.version>
<slf4j.version>1.7.7</slf4j.version>
<spring.version>4.0.3.RELEASE</spring.version>
<spring.version>4.1.1.RELEASE</spring.version>
<grizzly.version>2.3.16</grizzly.version>
<jena.version>2.12.0</jena.version>
<jena.version>2.12.1</jena.version>
<jsonld.version>0.5.0</jsonld.version>
<!-- https://github.com/github/maven-plugins/blob/master/README.md -->
<github.global.server>github</github.global.server>
Expand Down Expand Up @@ -172,7 +175,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.8.1</version>
<version>${commons-compress.version}</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down Expand Up @@ -219,7 +222,7 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.2</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -396,7 +399,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.5</version>
<version>${mockito.version}</version>
<scope>test</scope>
<exclusions>
<!-- mockito-core depends on hamcrest-core-1.0, but junit pulls
Expand Down

0 comments on commit 08727bf

Please sign in to comment.