Add missing RFC8542 docs dependency 92/83892/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 11:42:54 +0000 (13:42 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 22 Aug 2019 11:43:23 +0000 (13:43 +0200)
Reactor build order is showing that we have forgotten this
little dependency.

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

index a6da97283a7488fdf6222279118942daf8a53a55..5e2cf6fb608058a0669c4b87d302f7558ce95053 100644 (file)
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8530</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8542</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-restconf</artifactId>