This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.osgi-mock-2.2.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git
commit d12a31c147bdf266efe223749b69984e03480790 Author: Stefan Seifert <[email protected]> AuthorDate: Mon Mar 6 15:50:05 2017 +0000 fix compile errors after switchting to parent 30: - add scr annotation dependency where appropiate or remove maven-scr-plugin - switch to osgi versioning annotations git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1785674 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 663c226..1cb7493 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,12 @@ <dependencies> <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.scr.annotations</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> <scope>compile</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
