One more fix to pass release-prepareonly 31/4831/1
authorGiovanni Meo <gmeo@cisco.com>
Sun, 26 Jan 2014 15:02:09 +0000 (16:02 +0100)
committerGiovanni Meo <gmeo@cisco.com>
Sun, 26 Jan 2014 15:02:09 +0000 (16:02 +0100)
Add sanitytest as a dependency of the distribution else release would
fail

Change-Id: I69fa09c7f00b873586def2ba1452def3db3cb10f
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/distribution/opendaylight/pom.xml

index 6733100ac2eb225cc32e297d249a3c01569cd3ae..856ffec0abfbc391e2b44497f98884a87d1fb186 100644 (file)
           </plugin>
         </plugins>
       </build>
+      <dependencies>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sanitytest</artifactId>
+        </dependency>
+      </dependencies>
     </profile>
   </profiles>