mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
switched to patched ds annotation processor version (#208)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
8b64c9371e
commit
aaf9d979c5
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user