|
@@ -18,6 +18,36 @@
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+
|
|
|
|
+ <!--rosBridge4java-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>edu.wpi.rail</groupId>
|
|
|
|
+ <artifactId>jrosbridge</artifactId>
|
|
|
|
+ <version>0.2.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.glassfish.tyrus</groupId>
|
|
|
|
+ <artifactId>tyrus-client</artifactId>
|
|
|
|
+ <version>1.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.glassfish.tyrus</groupId>
|
|
|
|
+ <artifactId>tyrus-container-grizzly-client</artifactId>
|
|
|
|
+ <version>1.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.glassfish.tyrus</groupId>
|
|
|
|
+ <artifactId>tyrus-server</artifactId>
|
|
|
|
+ <version>1.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-websocket</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
@@ -71,7 +101,6 @@
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|