diff options
author | Manoop Talasila <talasila@research.att.com> | 2018-09-13 21:01:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-13 21:01:20 +0000 |
commit | f6e512bb85978cd8320ee4ea2ed4da234fa0d10b (patch) | |
tree | 805dccfa30bbbea90ae9faf92ce11328ab5a234a /ecomp-sdk/epsdk-app-os | |
parent | a203ce0d45caf8e103c3edaa4647268237d96306 (diff) | |
parent | 925e5cb21c993145ae11763d7f67b935b966d690 (diff) |
Merge "Use managed guava version"
Diffstat (limited to 'ecomp-sdk/epsdk-app-os')
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 8b67bd5b..21f75af3 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<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"> <modelVersion>4.0.0</modelVersion> <!-- This is the Maven project object model (POM) file for the open-source @@ -61,7 +60,7 @@ </systemPropertyVariables> </configuration> </plugin> - + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> @@ -121,8 +120,8 @@ </execution> </executions> </plugin> - - + + <!-- add version number to manifest --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -373,6 +372,6 @@ <version>${jacoco.version}</version> <classifier>runtime</classifier> </dependency> - + </dependencies> </project> |