Add a dependency on blueprint annotations 23/84123/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Sep 2019 12:55:20 +0000 (14:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Sep 2019 12:56:01 +0000 (14:56 +0200)
We are using these and docs is complaining about not being able
to find the classes. Fix that up.

Change-Id: Ibbab75fb1226ff50dbca43e74711dafeb0c40789
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml

index fcf1ffaead5687e8b7c19898d8e3af86aec3a2ec..1f91b354baa3b58eceeb771051253cffecb7f7ba 100644 (file)
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.aries.blueprint</groupId>
+            <artifactId>blueprint-maven-plugin-annotation</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>