Allow SNAPSHOT dependencies on oparent for now 05/9505/2
authorGary Wu <gary.i.wu@huawei.com>
Wed, 30 Aug 2017 17:56:39 +0000 (10:56 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 30 Aug 2017 17:59:12 +0000 (10:59 -0700)
Temporarily allow SNAPSHOT dependencies on oparent
during the transition period while the
Independent Versioning process is being rolled out.

Change-Id: I2bd023546c047da6fac5ae0dec714be9f3aaba13
Issue-id: INT-103
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1bd4a4f..d45dbd6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,9 @@
                   <requireReleaseDeps>
                     <failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
                     <onlyWhenRelease>true</onlyWhenRelease>
+                    <excludes>
+                      <exclude>org.onap.oparent:*</exclude>
+                    </excludes>
                   </requireReleaseDeps>
                 </rules>
               </configuration>