Remove comons-beanutils overrides 68/85368/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Oct 2019 10:46:52 +0000 (12:46 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Oct 2019 10:46:52 +0000 (12:46 +0200)
odlparent is propagating the proper definition, do not override
it here.

Change-Id: Ie2ea3ed759d0f6d54a36cb5d23155fcc039295fb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/pom.xml
features/odl-aaa-password-service/pom.xml

index c69cb632547409cc91a881a2a06d18a43c9e71c2..03c96ec438c8ddd01b2d127ab6e9227a88fe79d5 100644 (file)
@@ -43,12 +43,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-web</artifactId>
         </dependency>
-        <!-- Enforce newer commons-beanutils and commons-collections versions -->
-        <dependency>
-            <groupId>commons-beanutils</groupId>
-            <artifactId>commons-beanutils</artifactId>
-            <version>1.9.3</version>
-        </dependency>
+        <!-- Enforce newer commons-collections versions -->
         <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
index 528ede3627df505ed190a0eb3e6fa4f8baf76fff..1d608aad20419ee03e98718dfffc9afe06a60f7b 100644 (file)
@@ -68,7 +68,6 @@
         <dependency>
             <groupId>commons-beanutils</groupId>
             <artifactId>commons-beanutils</artifactId>
-            <version>1.9.3</version>
         </dependency>
     </dependencies>