fixed feature verification dependencies
Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/92/merge
parent
c2b732d198
commit
a2967889de
|
@ -25,7 +25,14 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.smarthome</groupId>
|
||||
<artifactId>karaf</artifactId>
|
||||
<artifactId>esh-core</artifactId>
|
||||
<version>${esh.version}</version>
|
||||
<classifier>features</classifier>
|
||||
<type>xml</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.smarthome</groupId>
|
||||
<artifactId>esh-tp</artifactId>
|
||||
<version>${esh.version}</version>
|
||||
<classifier>features</classifier>
|
||||
<type>xml</type>
|
||||
|
@ -65,8 +72,8 @@
|
|||
<descriptors>
|
||||
<descriptor>mvn:org.apache.karaf.features/framework/${karaf.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.apache.karaf.features/standard/${karaf.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.eclipse.smarthome/karaf/${esh.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.eclipse.smarthome/karaf-tp/${esh.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.eclipse.smarthome/esh-core/${esh.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.eclipse.smarthome/esh-tp/${esh.version}/xml/features</descriptor>
|
||||
<descriptor>mvn:org.openhab.core/openhab-core/${project.version}/xml/features</descriptor>
|
||||
</descriptors>
|
||||
<distribution>org.apache.karaf.features:framework</distribution>
|
||||
|
|
Loading…
Reference in New Issue