Skip to content

Commit

Permalink
Revert "Added provided scope."
Browse files Browse the repository at this point in the history
This reverts commit 9749e6e.
  • Loading branch information
csrster committed Feb 24, 2016
1 parent 569ef9c commit db2117f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/deploy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>heritrix1-controller</artifactId>
<version>5.0</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion harvester/heritrix1/heritrix1-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>harvester-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.netpreserve.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion harvester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<modules>
<module>harvester-core</module>
<!--<module>heritrix1</module>-->
<module>heritrix1</module>
<module>heritrix3</module>
<module>harvest-scheduler</module>
<module>harvestchannel-gui</module>
Expand Down

0 comments on commit db2117f

Please sign in to comment.