BUG-2506: split out maven binding
authorRobert Varga <rovarga@cisco.com>
Fri, 12 Dec 2014 11:07:45 +0000 (12:07 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 12 Dec 2014 11:23:16 +0000 (12:23 +0100)
Maven integration needs to be split out of the runtime implementation,
simply because we do not want to pull the requisite runtime into our
containers. It would never be used there anyway.

Change-Id: Ided36e3b06316739a3829d758889ba523e7e19ad
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/mdsal-artifacts/pom.xml

index c765aa87a83faf022de247a74fc55994ac9077fd..01a55e883eaf88622f65d6fbda74b7c89d020e78 100644 (file)
                 <artifactId>sal-rest-docgen</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-rest-docgen-maven</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <!-- Toaster -->
             <dependency>