From 0b9c6c495bae321c38f274602f14e91d1e16db58 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 18 Feb 2015 11:41:43 +0100 Subject: [PATCH] Do not override jsr305 version The override puts it at 2.0.1, odlparent has it 2.0.3, which causes compile-time maven warnings. Remove the override. Change-Id: I99b874977b670d8af811642ecb28c2240d965dfd Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 70b60c2dd5..39c5672ca0 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -103,7 +103,6 @@ src/main/yang-gen-config 0.1.0-SNAPSHOT 1.1.4 - 2.0.1 1.1.1 2.0 1.1.0-SNAPSHOT @@ -286,11 +285,6 @@ java-concurrent-hash-trie-map ${ctrie.version} - - com.google.code.findbugs - jsr305 - ${jsr305.api.version} - com.google.code.gson gson -- 2.36.6