kurento-java to 6.13.1

pull/405/head
pabloFuente 2020-03-11 11:56:27 +01:00
parent 4973e97551
commit 7ea92b74fd
2 changed files with 5 additions and 20 deletions

View File

@ -182,16 +182,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
<exclusion>
<!-- Until kurento-java spring-boot dependency is updated to 2.2.4.RELEASE -->
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
</exclusion>
<exclusion>
<!-- Until kurento-java spring-boot dependency is updated to 2.2.4.RELEASE -->
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
@ -334,12 +324,6 @@
<artifactId>openvidu-java-client</artifactId>
<version>${version.openvidu.java.client}</version>
</dependency>
<dependency>
<!-- Until kurento-java spring-boot dependency is updated to 2.2.4.RELEASE -->
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>5.2.3.RELEASE</version>
</dependency>
<!-- Test dependencies -->

View File

@ -42,7 +42,7 @@
</developers>
<properties>
<version.kurento>6.13.1-SNAPSHOT</version.kurento>
<version.kurento>6.13.1</version.kurento>
<version.spring-boot>2.2.4.RELEASE</version.spring-boot>
<version.junit>4.12</version.junit>
<version.junit.jupiter>5.6.0</version.junit.jupiter>
@ -308,4 +308,5 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>