diff options
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 50d969d0..8b791e47 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -37,9 +37,7 @@ <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <jetty.version>9.3.8.v20160314</jetty.version> - <jersey.version>2.22.2</jersey.version> - <jackson.version>2.8.4</jackson.version> + <jetty.version>9.3.14.v20161028</jetty.version> <gson.version>2.8.0</gson.version> </properties> @@ -87,8 +85,8 @@ <useRepositoryLayout>false</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <excludeGroupIds>org.opendaylight,com.brocade.odl</excludeGroupIds> - <scope>provided</scope> + <excludeGroupIds>javax.inject</excludeGroupIds> + <excludeScope>provided</excludeScope> </configuration> </execution> </executions> |