Remove overrides of maven.compiler.release 45/86345/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Dec 2019 02:55:30 +0000 (03:55 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 12 Dec 2019 18:09:08 +0000 (18:09 +0000)
We have adopted a fixed-up odlparent, which has the fixes needed
to suppress ARIES-1923. Remove the now-unneeded overrides.

Change-Id: Ibeed12dac7bb96c8b7d5b652233ce51e755bf1e7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-spi/pom.xml
binding/mdsal-binding-util/pom.xml
dom/mdsal-dom-api/pom.xml

index 0a369bd0fd29f8fc1230d8f0654e513e2351f68c..0d3684097bcee692e6cdba997f1efc274b6322ba 100644 (file)
     <artifactId>mdsal-binding-api</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-        <maven.compiler.release>10</maven.compiler.release>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index ed95d95e3061be455a4b73bd440b9d5b1e35ae7f..e564e158b9ba225f2169160fcacd6fd581903ae9 100644 (file)
     <artifactId>mdsal-binding-spi</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-        <maven.compiler.release>10</maven.compiler.release>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
index 819b624926c21b283d1dad5f66d5b8f40a4a28be..d7c3f8d010198daeacaffc9428552c0b0106abff 100644 (file)
     <artifactId>mdsal-binding-util</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-        <maven.compiler.release>10</maven.compiler.release>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>
index a10ff68d3dcc8aca4d3977201329265391f244b1..322e248a36b7b4a84ea58a6d3f0d368e23b7f11d 100644 (file)
     <artifactId>mdsal-dom-api</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-        <maven.compiler.release>10</maven.compiler.release>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>