Skip to content

Commit

Permalink
clean up maven (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn authored and ruebot committed Sep 3, 2016
1 parent 9485dff commit f69b6d0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Salmon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<parent>
<groupId>ca.islandora</groupId>
<artifactId>alpaca</artifactId>
<version>0.1.0-SNAPSHOT</version>
<artifactId>islandora-parent</artifactId>
<version>0.0.2</version>
</parent>

<groupId>ca.islandora.sync</groupId>
Expand All @@ -22,6 +22,12 @@

<properties>
<islandora.osgi.export.pkg>ca.islandora.sync.islandora-sync-gateway</islandora.osgi.export.pkg>
<camel.version>2.15.1</camel.version>
<slf4j.version>1.7.12</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<fcrepo.camel.version>4.4.0</fcrepo.camel.version>
<islandora-component.version>0.0.2</islandora-component.version>
<commons-io.version>2.4</commons-io.version>
</properties>

<dependencies>
Expand All @@ -40,7 +46,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-script</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.fcrepo.camel</groupId>
<artifactId>fcrepo-camel</artifactId>
Expand Down

0 comments on commit f69b6d0

Please sign in to comment.