Integrate MRI projects for Neon 64/74964/30
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Aug 2018 09:36:52 +0000 (11:36 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 23 Oct 2018 09:46:19 +0000 (11:46 +0200)
commitdca760553ab1a9e1bd7fa4fd895436ea780f88f8
treec145796f60203469d0bf7cb10d7ca4f410f67f5b
parentc5e680258d3630aca0e9b6bc56bef2c4e0a85536
Integrate MRI projects for Neon

This patch bumps:
- odlparent to 4.0.2
- yangtools to 2.1.2
- mdsal to 3.0.1

It also deals with mockito changes by:
- updating ShiroWebContextSecurer
- updating WebContextApiTest
- removing trivial use of powermock
- overriding javassist/mockito version where powermock is used
- move blueprint files to a standard location
- remove sshd overrides

JIRA: AAA-179
Change-Id: Iee47e06877b877c8345cbee3c327b91f71ee1cac
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
41 files changed:
aaa-authn-api/pom.xml
aaa-cert/pom.xml
aaa-cli-jar/pom.xml
aaa-cli/pom.xml
aaa-cli/src/test/java/org/opendaylight/aaa/cli/test/DataStoreUtilsTest.java
aaa-encrypt-service/api/pom.xml
aaa-encrypt-service/impl/pom.xml
aaa-encrypt-service/pom.xml
aaa-filterchain/pom.xml
aaa-password-service/api/pom.xml
aaa-password-service/impl/pom.xml
aaa-password-service/pom.xml
aaa-shiro/api/pom.xml
aaa-shiro/impl/pom.xml
aaa-shiro/impl/src/main/java/org/opendaylight/aaa/shiro/web/env/ShiroWebContextSecurer.java
aaa-shiro/impl/src/test/java/org/opendaylight/aaa/shiro/realm/KeystoneAuthRealmTest.java
aaa-shiro/pom.xml
artifacts/pom.xml
dependency-check/pom.xml
features/features-aaa/pom.xml
features/odl-aaa-api/pom.xml
features/odl-aaa-cert/pom.xml
features/odl-aaa-cli/pom.xml
features/odl-aaa-encryption-service/pom.xml
features/odl-aaa-password-service/pom.xml
features/odl-aaa-shiro/pom.xml
features/odl-aaa-shiro/src/main/feature/feature.xml
features/odl-aaa-web/pom.xml
features/odl-aaa-web/src/main/feature/feature.xml
features/pom.xml
karaf/pom.xml
parent/pom.xml
pom.xml
web/api/pom.xml
web/api/src/test/java/org/opendaylight/aaa/web/tests/WebContextApiTest.java
web/impl-jetty/pom.xml
web/impl-osgi/pom.xml
web/impl-osgi/src/main/java/org/opendaylight/aaa/web/osgi/PaxWebServer.java
web/pom.xml
web/servlet-api/pom.xml
web/servlet-jersey2/pom.xml