diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-08-29 16:04:45 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-08-29 16:09:52 +0200 |
commit | 35b7186f9389a099c5035c50afeba1d975779a2d (patch) | |
tree | 4e0b162efd1f2b2334b4725ecf5c2aaf7cb6e7b0 | |
parent | d25cc1086a11533df237af7a2abd85ad034e26b7 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |