Skip to content

Commit

Permalink
Create parent POM module
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored and Andrew Woods committed Aug 26, 2015
1 parent 59defcb commit 99397f6
Show file tree
Hide file tree
Showing 12 changed files with 693 additions and 2,553 deletions.
5 changes: 0 additions & 5 deletions fcrepo-auth-common/pom.xml
Expand Up @@ -123,11 +123,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-connector-file/pom.xml
Expand Up @@ -15,7 +15,7 @@
org.fcrepo.kernel.api.*,
org.fcrepo.kernel.modeshape.*,

javax.jcr.*
javax.jcr.*,

com.google.common.*,

Expand Down
6 changes: 1 addition & 5 deletions fcrepo-http-commons/pom.xml
Expand Up @@ -36,7 +36,7 @@
org.glassfish.jersey.*,
org.jvnet.hk2.annotations,
org.modeshape.jcr.*,
org.openrdf.model.*
org.openrdf.model.*,
org.openrdf.rio,

org.springframework.beans.*,
Expand Down Expand Up @@ -83,10 +83,6 @@
<groupId>org.gagravarr</groupId>
<artifactId>vorbis-java-tika</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-kernel-modeshape</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fcrepo-jms/pom.xml
Expand Up @@ -20,7 +20,7 @@
javax.jms,

com.fasterxml.jackson.*,
com.google.common.*
com.google.common.*,
org.apache.activemq,
org.modeshape.jcr.api,

Expand Down
12 changes: 0 additions & 12 deletions fcrepo-kernel-api/pom.xml
Expand Up @@ -56,22 +56,10 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>${jena.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>${jena.version}</version>
</dependency>
<dependency>
<groupId>javax.jcr</groupId>
Expand Down
6 changes: 4 additions & 2 deletions fcrepo-kernel-modeshape/pom.xml
Expand Up @@ -8,8 +8,10 @@
</parent>

<artifactId>fcrepo-kernel-modeshape</artifactId>
<name>Fedora Repository Kernel Implementation based on Modeshape</name>
<description>The Fedora Commons repository kernel: Provides the basic abstractions at the heart of the Fedora
<name>Fedora Repository Kernel Implementation (ModeShape)</name>
<description>An implementation of the Fedora Commons repository kernel,
based on an underlying ModeShape data store:
Provides the basic abstractions at the heart of the Fedora
information architecture and machinery for manipulating them.</description>
<packaging>bundle</packaging>

Expand Down

0 comments on commit 99397f6

Please sign in to comment.