Do not override odlparent versions 10/78410/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Dec 2018 08:51:54 +0000 (09:51 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 4 Dec 2018 08:51:54 +0000 (09:51 +0100)
odlparent is specifying 2.25.1 in dependencyManagement, there is
no need to override.

Change-Id: I24ad7f0a43eb9898f8b84ebcebfed2ce55ebd862
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/pom.xml

index 908226a5b4ccb62ed5786ea63725a7b10b067fed..09aaa31b870529c07fde8adefb8ba3cc633c69d3 100644 (file)
@@ -33,7 +33,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.glassfish.jersey.core</groupId>
             <artifactId>jersey-client</artifactId>
-            <version>2.25.1</version>
             <scope>provided</scope>
         </dependency>
         <!-- OAuth2 dependencies for moon -->
@@ -163,7 +162,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.glassfish.jersey.test-framework.providers</groupId>
             <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
-            <version>2.25.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>