Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Explicitly adds httpclient as a compile scope dependency.
Note: we should really remove <scope>test</scope> from httpclient in
the fcrepo4 parent pom's dependencyManagement section and instead
modify the scope to test in the modules that want/need it for test.
  • Loading branch information
Edwin Shin committed Mar 15, 2013
1 parent 85c54e8 commit 247519e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -34,6 +34,11 @@
<artifactId>fcrepo-webhooks</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>compile</scope>
</dependency>

<!-- CMIS dependencies derived from modeshape-web-cmis-war/pom.xml -->
<dependency>
Expand Down Expand Up @@ -95,11 +100,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 247519e

Please sign in to comment.