mirror of https://github.com/apache/jclouds.git
fixed incorrect dependency scope
git-svn-id: http://jclouds.googlecode.com/svn/trunk@254 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
215c979e8a
commit
5781711f32
|
@ -64,7 +64,6 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jclouds-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jclouds-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jclouds-s3</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
|
|
Loading…
Reference in New Issue