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 2017/09/26 18:48:50 UTC

[02/17] activemq-artemis git commit: NO-JIRA Remove artemis-feature dep from integration tests

NO-JIRA Remove artemis-feature dep from integration tests


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

Branch: refs/heads/1.x
Commit: 5faf2cd829eea61577e9b52077b28ceac03210e7
Parents: 2c89287
Author: Martyn Taylor <mt...@redhat.com>
Authored: Fri Jun 30 11:30:04 2017 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Sep 26 14:28:05 2017 -0400

----------------------------------------------------------------------
 tests/integration-tests/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5faf2cd8/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 2e90ac7..91cc6db 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -156,12 +156,6 @@
          <artifactId>artemis-hornetq-protocol</artifactId>
          <version>${project.version}</version>
       </dependency>
-      <dependency>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>artemis-features</artifactId>
-         <version>${project.version}</version>
-         <type>pom</type>
-      </dependency>
 
       <!-- MQTT Deps -->
       <dependency>