Skip to content

Commit

Permalink
Merge pull request #15 from awoods/fcrepo-1883
Browse files Browse the repository at this point in the history
Remove unnecessary properties from pom.xml
  • Loading branch information
whikloj committed Apr 1, 2016
2 parents 6b38bac + 8e7c43f commit 3e635d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

<properties>
<ldpath.version>3.2.1</ldpath.version>
<fcrepo.version>4.5.0</fcrepo.version>
<jersey.version>2.13</jersey.version>
<spring.version>4.1.1.RELEASE</spring.version>
<osgi.import.packages>
Expand Down Expand Up @@ -290,7 +289,7 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-jcr-bom</artifactId>
<version>${fcrepo.version}</version>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 3e635d2

Please sign in to comment.