aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2022-03-08 18:46:38 -0600
committerjhh <jorge.hernandez-herrero@att.com>2022-03-08 21:00:43 -0600
commit5db295d6498aa0b3b1deda8b24ace8a71a229b58 (patch)
tree5af0a9afd0a43cec14077aaf1e888e4becd32303
parentbbf3e40705f12a7f73cecc7ddb9bc6b03315c3df (diff)
update dependency plugin to latest version
Issue-ID: POLICY-3952 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I1339de085260124847f328b0aa0e1ca1e5521ced Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
-rw-r--r--.gitignore1
-rw-r--r--policy-management/src/main/server-gen/bin/deploy-artifact4
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 123c6e21..480f3934 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ target/
*/testingLogs/
**/*.iml
.checkstyle
+.jpb/
diff --git a/policy-management/src/main/server-gen/bin/deploy-artifact b/policy-management/src/main/server-gen/bin/deploy-artifact
index 760dc7a6..6c63750d 100644
--- a/policy-management/src/main/server-gen/bin/deploy-artifact
+++ b/policy-management/src/main/server-gen/bin/deploy-artifact
@@ -3,7 +3,7 @@
# ============LICENSE_START=======================================================
# ONAP
# ================================================================================
-# Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved.
+# Copyright (C) 2018-2022 AT&T Intellectual Property. All rights reserved.
# Modifications Copyright (C) 2020 Bell Canada.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -500,7 +500,7 @@ function installDependencies
echo "${file}: coordinates ${groupId} ${artifactId} ${version}"
mvn ${CUSTOM_SETTINGS} ${MVN_PROXY_SETTINGS} \
- org.apache.maven.plugins:maven-dependency-plugin:3.1.1:get \
+ org.apache.maven.plugins:maven-dependency-plugin:3.2.0:get \
-DartifactId="${artifactId}" \
-DgroupId="${groupId}" \
-Dversion="${version}" \