- Renamed "runtimes" back to "runtime" (singular)
- Added the "websocket" module to the android distribution
- Removed the third party dependencies from the distribution packages
- Reduced the amount of things built during a travis build (Build log was exceeding the 4MB limit)
- Made the rat plugin directly mention files with missing licenses in the build log
- Changed the "direct" provider dependency in websocket into a test dependency
diff --git a/topology/pom.xml b/topology/pom.xml
index 864bd18..536adb2 100644
--- a/topology/pom.xml
+++ b/topology/pom.xml
@@ -54,8 +54,8 @@
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.edgent.runtimes</groupId>
-      <artifactId>edgent-runtimes-jobregistry</artifactId>
+      <groupId>org.apache.edgent.runtime</groupId>
+      <artifactId>edgent-runtime-jobregistry</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>