You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/01/27 18:18:17 UTC

[2/2] activemq-artemis git commit: Remove duplicate references to artemis-cli in pom.xml in tests.

Remove duplicate references to artemis-cli in pom.xml in tests.

Fixed pom.xml in integration-tests and unit-tests
Fixes warnings from Maven 3


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0827d23a
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0827d23a
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0827d23a

Branch: refs/heads/master
Commit: 0827d23ae333e50cb700daf79487312f970a21cb
Parents: 67b1245
Author: Lachezar Dobrev <l....@gmail.com>
Authored: Wed Jan 27 12:07:03 2016 +0200
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 27 12:18:11 2016 -0500

----------------------------------------------------------------------
 tests/integration-tests/pom.xml | 5 -----
 tests/unit-tests/pom.xml        | 5 -----
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0827d23a/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index d5ea379..72cc937 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -99,11 +99,6 @@
       </dependency>
       <dependency>
          <groupId>org.apache.activemq</groupId>
-         <artifactId>artemis-cli</artifactId>
-         <version>${project.version}</version>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.activemq</groupId>
          <artifactId>artemis-spring-integration</artifactId>
          <version>${project.version}</version>
       </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0827d23a/tests/unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index 70384c7..f805d29 100644
--- a/tests/unit-tests/pom.xml
+++ b/tests/unit-tests/pom.xml
@@ -66,11 +66,6 @@
          <version>${project.version}</version>
       </dependency>
       <dependency>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>artemis-cli</artifactId>
-         <version>${project.version}</version>
-      </dependency>
-      <dependency>
          <groupId>org.apache.geronimo.specs</groupId>
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>