added required dependency to scr-plugin (#268)

* added required dependency to scr-plugin

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/271/head
Kai Kreuzer 2017-12-21 08:48:34 +01:00 committed by GitHub
parent 1d0c749514
commit ba829ffbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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>