diff options
author | David Stilwell <stilwelld@att.com> | 2018-08-30 16:40:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 16:40:03 +0000 |
commit | 7e2b9328e9d142be03824075384e9ab59c74ed7f (patch) | |
tree | ba72954d4f6fce4113de73f08d56d658ca103967 /pomba/network-discovery | |
parent | 6124f4f4b8cafa2947f85beb9df1a2c0ac0de314 (diff) | |
parent | e6a0204220df69c099f3535774b7a04d88b59d2b (diff) |
Merge "Use managed guava version"
Diffstat (limited to 'pomba/network-discovery')
-rw-r--r-- | pomba/network-discovery/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 85f3a84..00af026 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -16,8 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> -<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> <parent> @@ -110,7 +109,7 @@ limitations under the License. <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>23.0</version> + </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> |