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

Change-Id: Ia69518cb72aaa99de9f4eb83c6a295d9715928a0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
mdsalutil/mdsalutil-api/pom.xml

index ef8c47ced519100df25fdbf2fc29fa3fc4c78238..1009ed9e992ebec77c54e77b4499a2663d4e896c 100644 (file)
@@ -25,11 +25,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: genius :: ${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.yangtools</groupId>