Skip to content

Commit

Permalink
LIBFCREPO-426. Remove the internal audit module.
Browse files Browse the repository at this point in the history
Bumped version to 2.0.0-SNAPSHOT. Removing the internal audit module qualifies for a major version change.

https://issues.umd.edu/browse/LIBFCREPO-426
  • Loading branch information
peichman-umd committed Oct 17, 2017
1 parent 7c5b11f commit 2f5fc46
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<artifactId>umd-fcrepo-webapp</artifactId>
<name>Fedora Repository Deployable Web Application</name>
<description>The Fedora web application</description>
<version>1.3.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
Expand Down Expand Up @@ -65,11 +65,6 @@
<artifactId>fcrepo-module-auth-webac</artifactId>
<version>4.7.4</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-audit</artifactId>
<version>4.7.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-spring3</artifactId>
Expand Down

0 comments on commit 2f5fc46

Please sign in to comment.