ARTEMIS-2920 Fix ActiveMQ Artemis Features build on IBM JDK 1.8
This commit is contained in:
parent
a8d718166d
commit
fc628dc6b9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue