Add a workaround for ARIES-1923 56/85056/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 12:10:24 +0000 (14:10 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 11 Oct 2019 12:10:24 +0000 (14:10 +0200)
The services here may fail to resolve, causing problems downsteam.
This fixes up the issue by dropping target Java version to 10.

Change-Id: I226ba17183aa202209bbfbbe9ae2b87af7103383
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml

index 1b3b6c8272072653406efc7ed6025cc9aa2e4181..198b1e231635bf6e1fa310713b3ac50aa2833469 100644 (file)
@@ -25,6 +25,11 @@ 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 :: ovsdb :: ${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.osgi</groupId>