mirror of https://github.com/apache/activemq.git
AMQ-7247 - Update maven plugin API + Pax URL versions
This commit is contained in:
parent
45e8385ae2
commit
27ac6b609d
|
@ -31,13 +31,8 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0</version>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>${maven-core-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
@ -72,6 +67,11 @@
|
|||
<artifactId>mockito-core</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>${maven-core-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>${maven-core-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -138,7 +138,7 @@
|
|||
<pax-exam-version>4.9.1</pax-exam-version>
|
||||
<paxexam-karaf-container-version>1.0.0</paxexam-karaf-container-version>
|
||||
<pax-runner-version>1.8.6</pax-runner-version>
|
||||
<pax-url-version>2.4.3</pax-url-version>
|
||||
<pax-url-version>2.6.1</pax-url-version>
|
||||
<felix-configadmin-version>1.8.0</felix-configadmin-version>
|
||||
<felix-framework-version>5.0.1</felix-framework-version>
|
||||
|
||||
|
@ -176,6 +176,7 @@
|
|||
<maven-project-info-reports-plugin-version>2.7</maven-project-info-reports-plugin-version>
|
||||
<maven-graph-plugin-version>1.30</maven-graph-plugin-version>
|
||||
<maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>
|
||||
<maven-core-version>3.6.1</maven-core-version>
|
||||
<!-- OSGi bundles properties -->
|
||||
<activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>
|
||||
<activemq.osgi.export.pkg>org.apache.activemq*</activemq.osgi.export.pkg>
|
||||
|
|
Loading…
Reference in New Issue