Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Align versions with main fcrepo project
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Sep 10, 2014
1 parent 329f42b commit c0cc850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion fcrepo-message-consumer-core/pom.xml
Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<version>2.3</version>
</dependency>
</dependencies>

Expand Down
23 changes: 1 addition & 22 deletions pom.xml
Expand Up @@ -18,15 +18,8 @@
replacements of "fcrepo4" in child modules (for scm, site-distribution, etc -->
<project_name>fcrepo-message-consumer</project_name>

<spring.version>3.2.0.RELEASE</spring.version>
<activemq.version>5.9.1</activemq.version>
<junit.version>4.11</junit.version>
<mockito.version>1.9.5</mockito.version>
<logback.version>1.0.13</logback.version>
<jena.version>2.11.1</jena.version>
<httpcomponents.version>4.3.2</httpcomponents.version>
<httpclient.version>4.3.3</httpclient.version>
<checkstyle.plugin.version>2.12.1</checkstyle.plugin.version>
<solr.version>4.6.0</solr.version>
<!-- default, for execution without custom argLine -->
<argLine />
Expand Down Expand Up @@ -164,22 +157,8 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<scope>test</scope>
<!-- <exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</exclusion>
</exclusions> -->
</dependency>

<dependency>
Expand Down

0 comments on commit c0cc850

Please sign in to comment.