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>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.service.component.annotations</artifactId>
|
||||
<version>1.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
|
|
Loading…
Reference in New Issue