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>
@ -97,8 +97,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<!-- Options to override the compiler arguments directly on the compiler
arument line to separate between what the IDE understands as the source level
<!-- Options to override the compiler arguments directly on the compiler
arument line to separate between what the IDE understands as the source level
and what the Maven compiler actually use. -->
<maven.compiler.argument.target>${maven.compiler.target}</maven.compiler.argument.target>
<maven.compiler.argument.source>${maven.compiler.source}</maven.compiler.argument.source>
@ -124,7 +124,7 @@
<plugins>
<plugin>
<!-- Check for the minimum version of Java and Maven. Runs during the
<!-- Check for the minimum version of Java and Maven. Runs during the
validate phase. -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
@ -308,4 +308,5 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>