Repository: activemq-artemis
Updated Branches:
  refs/heads/master 4476b9d79 -> 7b50f6ac3


NO-JIRA Clean up xml files

Duplicated dependency declarations on a few pom.xml files were causing the 
Maven warnings.  These duplicated dependencies were removed.
File `server-start-stop-backup-jms-config1.xml` was malformed. A missing 
quotation mark was added.


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

Branch: refs/heads/master
Commit: 172c696865e1c8e4b75646623ee513370bbcc004
Parents: 4476b9d
Author: Jiri Danek <[email protected]>
Authored: Wed Jul 6 12:34:02 2016 +0200
Committer: Clebert Suconic <[email protected]>
Committed: Wed Jul 6 17:16:16 2016 -0400

----------------------------------------------------------------------
 tests/activemq5-unit-tests/pom.xml                    | 6 ------
 tests/config/server-start-stop-backup-jms-config1.xml | 4 ++--
 tests/integration-tests/pom.xml                       | 6 ------
 3 files changed, 2 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/172c6968/tests/activemq5-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/activemq5-unit-tests/pom.xml 
b/tests/activemq5-unit-tests/pom.xml
index eeb0f3f..a614806 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -321,12 +321,6 @@
       </dependency>
 
       <dependency>
-         <groupId>org.apache.activemq</groupId>
-         <artifactId>artemis-stomp-protocol</artifactId>
-         <version>${project.version}</version>
-      </dependency>
-
-      <dependency>
          <groupId>org.jboss.byteman</groupId>
          <artifactId>byteman</artifactId>
          <version>${byteman.version}</version>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/172c6968/tests/config/server-start-stop-backup-jms-config1.xml
----------------------------------------------------------------------
diff --git a/tests/config/server-start-stop-backup-jms-config1.xml 
b/tests/config/server-start-stop-backup-jms-config1.xml
index 4dc3b12..fb68c74 100644
--- a/tests/config/server-start-stop-backup-jms-config1.xml
+++ b/tests/config/server-start-stop-backup-jms-config1.xml
@@ -17,7 +17,7 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
             xsi:schemaLocation="urn:activemq /schema/artemis-jms.xsd">
-   
-   <queue name="myJMSQueue/>
+
+   <queue name="myJMSQueue"/>
 
 </configuration>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/172c6968/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 2691c09..752e288 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -126,12 +126,6 @@
       </dependency>
       <dependency>
          <groupId>org.apache.activemq</groupId>
-         <artifactId>artemis-proton-plug</artifactId>
-         <version>${project.version}</version>
-         <type>test-jar</type>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.activemq</groupId>
          <artifactId>artemis-stomp-protocol</artifactId>
          <version>${project.version}</version>
       </dependency>

Reply via email to