Fix javadoc generation 14/99014/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Dec 2021 14:11:25 +0000 (15:11 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 15 Dec 2021 14:11:25 +0000 (15:11 +0100)
Our merge job is failing on javadocs, fix that up.

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

index 681bd7107071697d8d8bcbf3449ab0124f48bdfd..cb26dc39dacae18d45123328a7ef9277ada17485 100644 (file)
             <artifactId>mockito-core</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.versioning</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.annotation.bundle</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>