Browse Source

Merge pull request #149 from qq254963746/master

Add dependency
qq254963746 9 years ago
parent
commit
9d1dadc936

+ 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>

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

@@ -56,6 +56,18 @@
             <version>${springframework.version}</version>
             <scope>provided</scope>
         </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>
@@ -73,4 +85,4 @@
         </plugins>
     </build>
 
-</project>
+</project>