Repository: brooklyn-library
Updated Branches:
  refs/heads/master b20d085fc -> 3b79d36f5


Refactoring test dependencies


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/0ae2cce7
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/0ae2cce7
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/0ae2cce7

Branch: refs/heads/master
Commit: 0ae2cce7330ac33d3ee31c6c4fad26ea53398422
Parents: 91e8810
Author: Ivana Yovcheva <[email protected]>
Authored: Tue Jun 7 17:48:11 2016 +0300
Committer: Ivana Yovcheva <[email protected]>
Committed: Tue Jun 7 17:48:11 2016 +0300

----------------------------------------------------------------------
 software/database/pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/0ae2cce7/software/database/pom.xml
----------------------------------------------------------------------
diff --git a/software/database/pom.xml b/software/database/pom.xml
index 26ebb27..faf5a8d 100644
--- a/software/database/pom.xml
+++ b/software/database/pom.xml
@@ -144,13 +144,6 @@
         </dependency>
 
         <dependency>
-            <groupId>${jclouds.groupId}.provider</groupId>
-            <artifactId>aws-ec2</artifactId>
-            <version>${jclouds.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>postgresql</groupId>
             <artifactId>postgresql</artifactId>
             <version>${postgresql.version}</version>
@@ -159,7 +152,7 @@
         <dependency>
             <groupId>javax.ws.rs</groupId>
             <artifactId>javax.ws.rs-api</artifactId>
-            <version>2.0.1</version>
+            <version>${jax-rs-api.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to