AMQ-7247 - Update maven plugin API + Pax URL versions

This commit is contained in:
Colm O hEigeartaigh 2019-07-19 17:01:43 +01:00
parent 45e8385ae2
commit 27ac6b609d
4 changed files with 11 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>