Add logging-markers to javadocs 20/90120/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 22:00:57 +0000 (00:00 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 22:01:49 +0000 (00:01 +0200)
Make sure our aggregate javadocs include logging-markers.

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

index 41da24496b111264c3d5123d1961d2808c0064a9..95e05a81b1f9606171a2fa5f6854323189a7f73f 100644 (file)
@@ -22,7 +22,6 @@
     <description>ODL Root Parent documentation</description>
 
     <dependencies>
-
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>bundles-test-lib</artifactId>
             <artifactId>karaf-util</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>logging-markers</artifactId>
+        </dependency>
 
         <!-- Also add dependencies we are using -->
         <dependency>