mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-26 20:21:33 +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-version>1.0.0</tycho-version>
|
||||||
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
|
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
|
||||||
<jdt-annotations.version>2.1.0</jdt-annotations.version>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<description>This is the open Home Automation Bus (openHAB)</description>
|
<description>This is the open Home Automation Bus (openHAB)</description>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.felix</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
||||||
<version>${ds-annotations.version}</version>
|
<version>${ds-annotations.version}</version>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
<version>${jdt-annotations.version}</version>
|
<version>${jdt-annotations.version}</version>
|
||||||
</extraClasspathElement>
|
</extraClasspathElement>
|
||||||
<extraClasspathElement>
|
<extraClasspathElement>
|
||||||
<groupId>org.apache.felix</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
|
||||||
<version>${ds-annotations.version}</version>
|
<version>${ds-annotations.version}</version>
|
||||||
</extraClasspathElement>
|
</extraClasspathElement>
|
||||||
|
Loading…
Reference in New Issue
Block a user