ARTEMIS-2920 Fix ActiveMQ Artemis Features build on IBM JDK 1.8

This commit is contained in:
Domenico Francesco Bruscino 2020-09-28 10:04:53 +02:00 committed by Clebert Suconic
parent a8d718166d
commit fc628dc6b9
1 changed files with 17 additions and 1 deletions

View File

@ -30,6 +30,22 @@
</properties>
<dependencies>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>framework</artifactId>
<version>${karaf.version}</version>
<type>xml</type>
<classifier>features</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>enterprise</artifactId>
<version>${karaf.version}</version>
<type>xml</type>
<classifier>features</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>framework</artifactId>
@ -125,4 +141,4 @@
</plugin>
</plugins>
</build>
</project>
</project>