summaryrefslogtreecommitdiffstats
path: root/csarvalidation
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-24 15:33:40 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-24 15:33:43 -0700
commitd8f0e75afc04c13eeb76c2e4612ed099db89d58a (patch)
tree79111d771fbf2486ef0f856cfc9887987856d7d9 /csarvalidation
parent15b3a5d14c05afa6f96215804f32b1cfa7a0549d (diff)
Use managed guava version
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: Ia555093ccb59b09de724c63035804a6f53cc6157 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'csarvalidation')
-rw-r--r--csarvalidation/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml
index 831889e..f5844bb 100644
--- a/csarvalidation/pom.xml
+++ b/csarvalidation/pom.xml
@@ -7,15 +7,14 @@
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- <parent> <groupId>org.onap.csarvalidation</groupId> <artifactId>csarvalidation</artifactId>
<version>1.0.0-SNAPSHOT</version> </parent> -->
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
<relativePath>oparent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -88,9 +87,9 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>25.0-jre</version>
+
</dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>