Add missing yanglib docs references 05/83905/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 11:48:08 +0000 (13:48 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 13:57:50 +0000 (15:57 +0200)
Reactor build order is showing that we are not documenting
these in mdsal-docs. Fix that.

Change-Id: I649f35d75249f61fb5dd92cd0d2fe56761da336d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 2c088483f6f6a4db48d718032462b0e8c00d9fa4)

docs/pom.xml

index d94a68610e105589833d027513d7bf1787adcf2c..3d78a7c48dd07f79907399d57fc59a66e80f4487 100644 (file)
             <artifactId>mdsal-trace-impl</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-yanglib-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-yanglib-rfc7895</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-yanglib-rfc8525</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>opendaylight-l2-types</artifactId>