Fix controller-docs 80/91280/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 12 Jul 2020 11:20:14 +0000 (13:20 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 12 Jul 2020 12:14:57 +0000 (12:14 +0000)
We are referencing a few provided annotations, make sure docs
are seeing them as well.

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

index 08b47bfdb89c94db39144d2c9d5b1e995e81d610..16e7aed771c1c89c68b6d7f685a16b36289b717a 100644 (file)
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>messagebus-util</artifactId>
         </dependency>
+
+        <!-- Third-party dependencies -->
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
     </dependencies>
 
     <build>