Refactor of CFM code part 4 - Microsemi driver - updating modules.deps with the move of the driver code

previously:
Refactor of CFM code part3 - Microsemi driver: moved everything out of drivers/microsemi to /drivers/microsemi/ea1000 to make room for future drivers
Refactor of CFM code part2 - API: moved everything from incubator/*/src/main/java/org/onosproject/incubator/net/l2monitoring to apps/cfm/*/src/main/java/org/onosproject/incubator/net/l2monitoring - this means that services belonging to l2 monitoring will now only be loaded when cfm app is started
Refactor of CFM code part1 - NBI: moves the CLI and REST part of the app down a level to an nbi folder for a more consistent approach with other modules

Change-Id: I62e0bc40c505433319fd6705e964430ad2208d33
diff --git a/drivers/pom.xml b/drivers/pom.xml
index d208fb6..cfc590d 100644
--- a/drivers/pom.xml
+++ b/drivers/pom.xml
@@ -51,7 +51,7 @@
         <module>oplink</module>
         <!-- <module>bmv2</module> -->
         <module>hp</module>
-        <module>microsemi</module>
+        <module>microsemi/ea1000</module>
     </modules>
 
     <!--<properties>