Allow SNAPSHOT dependencies on oparent for now
[oparent.git] / 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>