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/07/06 21:17:09 UTC

[1/2] activemq-artemis git commit: NO-JIRA Clean up xml files

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 <jd...@redhat.com>
Authored: Wed Jul 6 12:34:02 2016 +0200
Committer: Clebert Suconic <cl...@apache.org>
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>


[2/2] activemq-artemis git commit: This closes #623

Posted by cl...@apache.org.
This closes #623


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

Branch: refs/heads/master
Commit: 7b50f6ac3b6f0e8b2fe1b2e0a68e95bef954f2d8
Parents: 4476b9d 172c696
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jul 6 17:16:58 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jul 6 17:16:58 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(-)
----------------------------------------------------------------------