Fix controller-docs
[controller.git] / 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>