clean up post Neon-MRI: un-ignore Test and rm blueprint-maven-plugin 39/76239/5
authorMichael Vorburger <vorburger@redhat.com>
Wed, 19 Sep 2018 08:36:02 +0000 (10:36 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 29 Oct 2018 20:51:53 +0000 (21:51 +0100)
xbean-finder-shaded version bump work around should no
longer be needed now that we are on odlparent 4.0.2.

JIRA: ODLPARENT-167
Change-Id: I909cff034aa996c1e4285960ddcdd30c8d0386fa
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
northbound-api/pom.xml
transcriber/pom.xml

index 239f1c54c006b606426af5c83d11cf03b84e58d3..338ccf7f55b05fe0b40efa2f74dab64e78716ac5 100644 (file)
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
-        <!-- TODO remove this when we are on 1.11.0 (or 1.10.1) instead of 1.10.0;
-             see https://jira.opendaylight.org/browse/ODLPARENT-167 & https://jira.apache.org/jira/browse/ARIES-1826 -->
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-finder-shaded</artifactId>
-            <version>4.9</version>
-          </dependency>
-        </dependencies>
       </plugin>
     </plugins>
   </build>
index e3c256640a9aa6acfb572defc8c45e504b967461..a38221b9914a62f3dc0d8e7e0b9671b2fa8b8e74 100644 (file)
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
-        <!-- TODO remove this when we are on 1.11.0 (or 1.10.1) instead of 1.10.0;
-             see https://jira.opendaylight.org/browse/ODLPARENT-167 & https://jira.apache.org/jira/browse/ARIES-1826 -->
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.xbean</groupId>
-            <artifactId>xbean-finder-shaded</artifactId>
-            <version>4.9</version>
-          </dependency>
-        </dependencies>
         <configuration>
           <scanPaths>
             <!-- This is required so that the @Singleton @Inject annotations used in northbound-api,