Remove ARIES-1923 workaround 39/86439/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Dec 2019 21:05:27 +0000 (22:05 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Dec 2019 21:05:27 +0000 (22:05 +0100)
We now have proper monkey-patch in place and can therefore remove
this workaround.

Change-Id: Icd3b1c2713338b43c9be9a8225f359cecb2dae31
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
neutron-spi/pom.xml
northbound-api/pom.xml

index 6e1e6f1f2bc5f0cccdf4df4e813c1a27d2ea5112..0d8ef33b91f30f6e5c0225f03ef6d40726b8b7fb 100644 (file)
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: neutron :: ${project.artifactId}</name>
 
-  <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.neutron</groupId>
index a551bc531d0857d3b1477795f27f97af40ec358d..a2ecf25feaf2c3ac298fc90ff327b06e313ebd1a 100644 (file)
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: neutron :: ${project.artifactId}</name>
 
-  <properties>
-    <!-- FIXME: Workaround for https://issues.apache.org/jira/browse/ARIES-1923 -->
-    <maven.compiler.release>10</maven.compiler.release>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>