Migrate stray Guava Optional 82/94482/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Jan 2021 16:44:46 +0000 (17:44 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Jan 2021 16:54:59 +0000 (17:54 +0100)
Upstream is migrating, adjust to that.

Change-Id: Ief7b7b9c363502cc2581eb4a587909fa2fb5dbf6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
northbound-api/pom.xml
northbound-api/src/main/java/org/opendaylight/neutron/northbound/impl/PortStatusUpdateInitializer.java

index 959aec77ba3687ee1c805f7270ce8b2c38a8975b..4c953490c9ce2cab370c1bd1fb3a8e6431eae9ab 100644 (file)
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: neutron :: ${project.artifactId}</name>
 
-  <properties>
-    <!-- FIXME: Remove this -->
-    <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
index 985469f5bfd77c393a4c0884d63bab05eda68f6b..05adaa151ae80b711603c9e3462a41bc65c96dcf 100644 (file)
@@ -7,7 +7,7 @@
  */
 package org.opendaylight.neutron.northbound.impl;
 
-import com.google.common.base.Optional;
+import java.util.Optional;
 import javax.inject.Inject;
 import javax.inject.Singleton;
 import javax.ws.rs.core.MultivaluedHashMap;