Merge pull request #378 from coheigea/AMQ-7247

AMQ-7247 - Update maven plugin API + Pax URL versions
This commit is contained in:
Jean-Baptiste Onofré 2019-07-26 11:28:14 +02:00 committed by GitHub
commit 01955dd758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>