[ONOS-7980] Lumentum ROADM-20 driver: aligned to distributed DeviceConnectionCache.
Supports the configuration of attenuation parameter using the ROADM app.

Patch 2: fixed a conflict on RoadmManager.java

Patch 3: checkstyle

Patch 4: addressed comments by Andrea, checkstyle.

Patch 5: addressed comments by Ramon, revised logging info.

Patch 6: checkstyle.

Change-Id: Id848220ef3a2cb5af6940cbca127a62d9afea2e2
diff --git a/drivers/lumentum/BUILD b/drivers/lumentum/BUILD
index b8f8156..2f991cc 100644
--- a/drivers/lumentum/BUILD
+++ b/drivers/lumentum/BUILD
@@ -5,6 +5,7 @@
     "//protocols/tl1/api:onos-protocols-tl1-api",
     "//protocols/netconf/api:onos-protocols-netconf-api",
     "//apps/optical-model:onos-apps-optical-model",
+    "//drivers/odtn-driver:onos-drivers-odtn-driver",
     "//drivers/optical:onos-drivers-optical",
 ]
 
@@ -31,6 +32,8 @@
         "org.onosproject.optical-model",
         "org.onosproject.tl1",
         "org.onosproject.netconf",
+        "org.onosproject.drivers.odtn-driver",
+        "org.onosproject.drivers.netconf",
         "org.onosproject.drivers.optical",
     ],
     title = "Lumentum Drivers",