mirror of https://github.com/OpenVidu/openvidu.git
pom.xml update to Kurento 6.7.2-SNAPSHOT
parent
2d38093728
commit
95a078b14a
|
@ -239,11 +239,6 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>com.googlecode.json-simple</groupId>
|
|
||||||
<artifactId>json-simple</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.thymeleaf</groupId>
|
<groupId>org.thymeleaf</groupId>
|
||||||
<artifactId>thymeleaf-spring4</artifactId>
|
<artifactId>thymeleaf-spring4</artifactId>
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.kurento</groupId>
|
<groupId>org.kurento</groupId>
|
||||||
<artifactId>kurento-test</artifactId>
|
<artifactId>kurento-test</artifactId>
|
||||||
<version>${version.kurento}</version>
|
<version>6.7.1</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -41,7 +41,7 @@
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<version.kurento>6.7.0</version.kurento>
|
<version.kurento>6.7.2-SNAPSHOT</version.kurento>
|
||||||
<version.spring-boot>1.4.2.RELEASE</version.spring-boot>
|
<version.spring-boot>1.4.2.RELEASE</version.spring-boot>
|
||||||
<version.junit>4.12</version.junit>
|
<version.junit>4.12</version.junit>
|
||||||
<version.slf4j>1.7.13</version.slf4j>
|
<version.slf4j>1.7.13</version.slf4j>
|
||||||
|
|
Loading…
Reference in New Issue