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 2015/12/23 12:06:54 UTC

[31/71] [abbrv] incubator-brooklyn git commit: [LIBRARY] removed brooklyn-dist depdency

[LIBRARY] removed brooklyn-dist depdency

Conflicts:
	brooklyn-library/qa/pom.xml -- added rat exclude for README in downstream


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/8243033e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/8243033e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/8243033e

Branch: refs/heads/master
Commit: 8243033ea6e5cb0de6fc30b4ad264409c8220251
Parents: 9d2c69d
Author: John McCabe <jo...@johnmccabe.net>
Authored: Wed Dec 16 18:08:00 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 16:43:34 2015 +0000

----------------------------------------------------------------------
 brooklyn-library/qa/pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/8243033e/brooklyn-library/qa/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/qa/pom.xml b/brooklyn-library/qa/pom.xml
index 4b29355..fd7db6b 100644
--- a/brooklyn-library/qa/pom.xml
+++ b/brooklyn-library/qa/pom.xml
@@ -39,15 +39,6 @@
             <artifactId>brooklyn-all</artifactId>
             <version>${project.version}</version>
         </dependency>
-
-        <dependency>
-            <groupId>org.apache.brooklyn</groupId>
-            <artifactId>brooklyn-dist</artifactId>
-            <classifier>dist</classifier>
-            <type>tar.gz</type>
-            <version>${project.version}</version>
-        </dependency>
-
         <dependency>
             <groupId>net.sf.jopt-simple</groupId>
             <artifactId>jopt-simple</artifactId>
@@ -119,5 +110,5 @@
             </plugin>
         </plugins>
     </build> 
+
 </project>
-v