aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-08-29 16:04:45 +0200
committerAnaël Closson <ac2550@intl.att.com>2017-08-29 16:09:52 +0200
commit35b7186f9389a099c5035c50afeba1d975779a2d (patch)
tree4e0b162efd1f2b2334b4725ecf5c2aaf7cb6e7b0
parentd25cc1086a11533df237af7a2abd85ad034e26b7 (diff)
Use ruleset.xml file
The ruleset.xml file had to be online before being enabled. Change-Id: I6f2c8367a87d5c71d2bfbe3f93223e94707e97e8 Issue-id: INT-121 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cc9da52..64a62ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<goal>display-dependency-updates</goal>
</goals>
<configuration>
- <!--<rulesUri>https://git.onap.org/oparent/plain/oparent/versions/src/main/resources/onap-versions/ruleset.xml</rulesUri>-->
+ <rulesUri>https://git.onap.org/oparent/plain/versions/src/main/resources/onap-versions/ruleset.xml</rulesUri>
</configuration>
</execution>
</executions>