Browse Source

Add dependency

qq254963746 9 years ago
parent
commit
810c588545
1 changed files with 13 additions and 1 deletions
  1. 13 1
      lts-startup/lts-startup-jobtracker/pom.xml

+ 13 - 1
lts-startup/lts-startup-jobtracker/pom.xml

@@ -58,6 +58,18 @@
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.mina</groupId>
+            <artifactId>mina-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.caucho</groupId>
+            <artifactId>hessian</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -74,4 +86,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+</project>