You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:49:47 UTC

[43/50] brooklyn-server git commit: camp: remove test dependency on memsql

camp: remove test dependency on memsql

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0230712f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0230712f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/0230712f

Branch: refs/heads/0.6.0
Commit: 0230712fc61f8cbc233ed452a4a141454af40c82
Parents: 3578ae4
Author: Aled Sage <al...@gmail.com>
Authored: Fri Nov 15 10:24:24 2013 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Fri Nov 15 10:24:24 2013 +0000

----------------------------------------------------------------------
 sandbox/camp/pom.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0230712f/sandbox/camp/pom.xml
----------------------------------------------------------------------
diff --git a/sandbox/camp/pom.xml b/sandbox/camp/pom.xml
index b095f15..63add68 100644
--- a/sandbox/camp/pom.xml
+++ b/sandbox/camp/pom.xml
@@ -56,13 +56,6 @@
             <artifactId>brooklyn-example-simple-web-cluster</artifactId>
             <version>${brooklyn.version}</version>
         </dependency>
-        <dependency>
-            <groupId>io.cloudsoft.memsql</groupId>
-            <artifactId>brooklyn-memsql</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
-            <optional>true</optional>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>