mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
switched to patched ds annotation processor version (#208)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@
|
||||
<tycho-version>1.0.0</tycho-version>
|
||||
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
|
||||
<jdt-annotations.version>2.1.0</jdt-annotations.version>
|
||||
<ds-annotations.version>1.2.8</ds-annotations.version>
|
||||
<ds-annotations.version>1.2.9-AG1</ds-annotations.version>
|
||||
</properties>
|
||||
|
||||
<description>This is the open Home Automation Bus (openHAB)</description>
|
||||
|
||||
+2
-2
@@ -24,7 +24,7 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<groupId>org.openhab</groupId>
|
||||
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
||||
<version>${ds-annotations.version}</version>
|
||||
<optional>true</optional>
|
||||
@@ -120,7 +120,7 @@
|
||||
<version>${jdt-annotations.version}</version>
|
||||
</extraClasspathElement>
|
||||
<extraClasspathElement>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<groupId>org.openhab</groupId>
|
||||
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
||||
<version>${ds-annotations.version}</version>
|
||||
</extraClasspathElement>
|
||||
|
||||
Reference in New Issue
Block a user