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 2015/02/12 21:57:54 UTC

[1/2] activemq-6 git commit: Remove reference to JBoss' Maven repo.

Repository: activemq-6
Updated Branches:
  refs/heads/master e2983e538 -> ed661c4ee


Remove reference to JBoss' Maven repo.

Remove the reference to the JBoss Maven repo, and make all the necessary
adjustments on the child-projects. It turns out we don't even need the
security dependencies in the tests.


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

Branch: refs/heads/master
Commit: a17955e6656bd5929cdf1a8521a6d81bd10fed8a
Parents: e2983e5
Author: jbertram <jb...@redhat.com>
Authored: Thu Feb 12 09:18:53 2015 -0600
Committer: jbertram <jb...@redhat.com>
Committed: Thu Feb 12 14:42:51 2015 -0600

----------------------------------------------------------------------
 pom.xml                         | 32 --------------------------------
 tests/byteman-tests/pom.xml     | 10 +---------
 tests/integration-tests/pom.xml |  8 --------
 tests/jms-tests/pom.xml         | 10 +---------
 tests/joram-tests/pom.xml       | 10 +---------
 tests/pom.xml                   | 19 ++-----------------
 tests/soak-tests/pom.xml        | 10 +---------
 tests/stress-tests/pom.xml      | 10 +---------
 tests/timing-tests/pom.xml      |  8 --------
 tests/unit-tests/pom.xml        | 12 ------------
 10 files changed, 7 insertions(+), 122 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77cf071..148dad3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,38 +432,6 @@
       </dependencies>
    </dependencyManagement>
 
-   <repositories>
-      <repository>
-         <snapshots>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-         <releases>
-            <enabled>true</enabled>
-            <updatePolicy>interval:10080</updatePolicy>
-         </releases>
-         <id>jboss.release</id>
-         <name>JBoss releases</name>
-         <url>https://repository.jboss.org/nexus/content/groups/public/</url>
-      </repository>
-   </repositories>
-   <pluginRepositories>
-      <pluginRepository>
-         <snapshots>
-            <enabled>false</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-         <releases>
-            <enabled>true</enabled>
-            <updatePolicy>interval:10080</updatePolicy>
-         </releases>
-         <id>jboss.release</id>
-         <name>JBoss releases</name>
-         <url>https://repository.jboss.org/nexus/content/groups/public</url>
-      </pluginRepository>
-   </pluginRepositories>
-
-
    <profiles>
       <profile>
          <id>default</id>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/byteman-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/byteman-tests/pom.xml b/tests/byteman-tests/pom.xml
index f833e0c..a576f92 100644
--- a/tests/byteman-tests/pom.xml
+++ b/tests/byteman-tests/pom.xml
@@ -127,15 +127,7 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>apache-logging</groupId>
+         <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index a025444..bda1855 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -132,14 +132,6 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/jms-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index d34a277..a86a0ab 100644
--- a/tests/jms-tests/pom.xml
+++ b/tests/jms-tests/pom.xml
@@ -83,19 +83,11 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>
       <dependency>
-         <groupId>apache-logging</groupId>
+         <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/joram-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index 26101c6..3947fa9 100644
--- a/tests/joram-tests/pom.xml
+++ b/tests/joram-tests/pom.xml
@@ -55,19 +55,11 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>
       <dependency>
-         <groupId>apache-logging</groupId>
+         <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/pom.xml b/tests/pom.xml
index a6695a3..8b95a9b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -43,21 +43,6 @@
          </dependency>
          <!-- ## End XA Dependencies ## -->
 
-         <!--## Security Dependencies ## -->
-         <dependency>
-            <groupId>org.jboss.security</groupId>
-            <artifactId>jboss-security-spi</artifactId>
-            <version>2.0.3.SP1</version>
-            <!-- License: LGPL -->
-         </dependency>
-         <dependency>
-            <groupId>org.jboss.security</groupId>
-            <artifactId>jbosssx</artifactId>
-            <version>2.0.3.SP1</version>
-            <!-- License: LGPL -->
-         </dependency>
-         <!-- ## End Security Dependencies ## -->
-
          <!--## JMS Dependencies ## -->
          <dependency>
             <groupId>org.apache.geronimo.components</groupId>
@@ -66,9 +51,9 @@
             <!-- License: Apache: 2.0 -->
          </dependency>
          <dependency>
-            <groupId>apache-logging</groupId>
+            <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.1.0.jboss</version>
+            <version>1.2</version>
             <!-- License: Apache: 2.0 -->
          </dependency>
          <!-- End JMS Dependencies -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/soak-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml
index 9dcb03d..b85a2c7 100644
--- a/tests/soak-tests/pom.xml
+++ b/tests/soak-tests/pom.xml
@@ -88,19 +88,11 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>
       <dependency>
-         <groupId>apache-logging</groupId>
+         <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/stress-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml
index 9ba2b55..7a1ba68 100644
--- a/tests/stress-tests/pom.xml
+++ b/tests/stress-tests/pom.xml
@@ -88,19 +88,11 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>
       <dependency>
-         <groupId>apache-logging</groupId>
+         <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
       </dependency>
       <dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/timing-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml
index 120404f..f16c4b1 100644
--- a/tests/timing-tests/pom.xml
+++ b/tests/timing-tests/pom.xml
@@ -70,14 +70,6 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/a17955e6/tests/unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index 975ea10..cc08555 100644
--- a/tests/unit-tests/pom.xml
+++ b/tests/unit-tests/pom.xml
@@ -71,18 +71,6 @@
          <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jboss-security-spi</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.jboss.security</groupId>
-         <artifactId>jbosssx</artifactId>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
       </dependency>


[2/2] activemq-6 git commit: This closes #99 on removing jboss.org repos

Posted by cl...@apache.org.
This closes #99 on removing jboss.org repos


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

Branch: refs/heads/master
Commit: ed661c4ee4613080f7e7b6e21a41c3b2db2526a3
Parents: e2983e5 a17955e
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Feb 12 15:47:29 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Feb 12 15:47:29 2015 -0500

----------------------------------------------------------------------
 pom.xml                         | 32 --------------------------------
 tests/byteman-tests/pom.xml     | 10 +---------
 tests/integration-tests/pom.xml |  8 --------
 tests/jms-tests/pom.xml         | 10 +---------
 tests/joram-tests/pom.xml       | 10 +---------
 tests/pom.xml                   | 19 ++-----------------
 tests/soak-tests/pom.xml        | 10 +---------
 tests/stress-tests/pom.xml      | 10 +---------
 tests/timing-tests/pom.xml      |  8 --------
 tests/unit-tests/pom.xml        | 12 ------------
 10 files changed, 7 insertions(+), 122 deletions(-)
----------------------------------------------------------------------