diff options
author | 2019-04-11 10:12:38 +0100 | |
---|---|---|
committer | 2019-04-11 10:12:38 +0100 | |
commit | 775b7f01c2aa1b9f709d479cc2bd8a7d2557184e (patch) | |
tree | eeccc978136b075f5f9ab04b1fd9c06ec3e7f355 | |
parent | 8832889f5707d5983c729753968919bb3aa38b8a (diff) |
Update dependency versions to use non-snapshot5.0.2-ONAP5.0.0-ONAP4.0.0-ONAPelaltodublin
This is to circumvent the issue of latest fproxy and rproxy
snapshot artifacts disappearing from nexus, causing the sonar
job to fail
Change-Id: I48448e3db09797392c4c7e833270165aca17bff6
Issue-ID: AAF-806
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
-rw-r--r-- | sidecar/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 7fcffe3..cda9fb7 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -65,12 +65,12 @@ <dependency> <groupId>org.onap.aaf.cadi.sidecar</groupId> <artifactId>fproxy</artifactId> - <version>${project.version}</version> + <version>2.1.13</version> </dependency> <dependency> <groupId>org.onap.aaf.cadi.sidecar</groupId> <artifactId>rproxy</artifactId> - <version>${project.version}</version> + <version>2.1.13</version> </dependency> <dependency> <groupId>javax.servlet</groupId> |