Skip to content

Commit

Permalink
Move DefaultIdentifierTranslator util class to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osmandin authored and Andrew Woods committed Oct 22, 2014
1 parent 548bb38 commit cf7728c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
7 changes: 7 additions & 0 deletions fcrepo-connector-file/pom.xml
Expand Up @@ -17,6 +17,13 @@
<artifactId>fcrepo-kernel-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-impl</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
Expand Down
17 changes: 2 additions & 15 deletions fcrepo-transform/pom.xml
Expand Up @@ -18,23 +18,10 @@
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-impl</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
</exclusions>
<type>test-jar</type>
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-http-commons</artifactId>
Expand Down

0 comments on commit cf7728c

Please sign in to comment.