added required dependency to scr-plugin (#268)
* added required dependency to scr-plugin Signed-off-by: Kai Kreuzer <kai@openhab.org>pull/271/head
parent
1d0c749514
commit
ba829ffbe0
|
@ -99,6 +99,13 @@
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.osgi</groupId>
|
||||||
|
<artifactId>org.osgi.service.component.annotations</artifactId>
|
||||||
|
<version>1.3.0</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue