Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cquoss authored Jan 3, 2022
1 parent a92e754 commit 9240123
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 51 deletions.
5 changes: 0 additions & 5 deletions activemq-openwire-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
<artifactId>groovy-all</artifactId>
<version>1.0-jsr-03</version>
</dependency>
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.0-jsr-03</version>
</dependency>
<dependency>
<groupId>annogen</groupId>
<artifactId>annogen</artifactId>
Expand Down
1 change: 1 addition & 0 deletions activemq-ra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>${xbean-version}</version>
<executions>
<execution>
<configuration>
Expand Down
5 changes: 5 additions & 0 deletions activemq-web-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-spring</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion activemq-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</dependency>

</dependencies>

</project>
33 changes: 1 addition & 32 deletions activemq-xmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,6 @@
<packaging>jar</packaging>
<name>ActiveMQ :: XMPP</name>

<repositories>
<repository>
<id>codehaus</id>
<name>Codehaus Maven 2 Repository</name>
<url>http://repository.codehaus.org/</url>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Maven 2 Repository</name>
<url>https://maven2-repository.dev.java.net/nonav/repository</url>
</repository>
<repository>
<id>maven-repository.dev.java.net</id>
<name>Java.net Maven 1 Repository (legacy)</name>
<url>https://maven-repository.dev.java.net/nonav/repository</url>
<layout>legacy</layout>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven2-repository.dev.java.net</id>
<url>https://maven2-repository.dev.java.net/nonav/repository</url>
</pluginRepository>
<pluginRepository>
<id>maven-repository.dev.java.net</id>
<name>Java.net Maven 1 Repository (legacy)</name>
<url>https://maven-repository.dev.java.net/nonav/repository</url>
<layout>legacy</layout>
</pluginRepository>
</pluginRepositories>

<dependencies>
<!-- activemq -->
<dependency>
Expand Down Expand Up @@ -136,7 +105,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0</version>
<version>2.5.6</version>
</dependency>

<dependency>
Expand Down
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
<packaging>pom</packaging>
<name>ActiveMQ</name>

<prerequisites>
<maven>2.0.4</maven>
</prerequisites>

<url>http://activemq.apache.org/</url>
<organization>
<name>Apache Software Foundation</name>
Expand Down Expand Up @@ -354,7 +350,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0</version>
<version>2.5.6</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -516,13 +512,6 @@
<version>1.3</version>
</dependency>

<!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) -->
<dependency>
<groupId>activesoap</groupId>
<artifactId>jaxp-api</artifactId>
<version>1.3</version>
</dependency>

<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
Expand Down Expand Up @@ -808,6 +797,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.10</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -962,7 +962,7 @@
<xmlbeans-version>2.0.0-beta1</xmlbeans-version>
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
<xstream-version>1.1.2</xstream-version>
<xbean-version>2.8</xbean-version>
<xbean-version>4.20</xbean-version>
<dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</dist-repo-url>
<m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
<site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
Expand Down

0 comments on commit 9240123

Please sign in to comment.