mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: update janino. Remove unnecessary springboot dependencies
parent
8caeb23c53
commit
b0f1db5770
|
@ -223,39 +223,6 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-security</artifactId>
|
<artifactId>spring-boot-starter-security</artifactId>
|
||||||
<version>${version.spring-boot}</version>
|
<version>${version.spring-boot}</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
||||||
<version>${version.spring-boot}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-web</artifactId>
|
|
||||||
<version>${version.spring-boot}</version>
|
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-logging</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
||||||
<version>${version.spring-boot}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -52,7 +52,7 @@
|
||||||
<version.powermock>2.0.9</version.powermock>
|
<version.powermock>2.0.9</version.powermock>
|
||||||
<version.hamcrest>2.2</version.hamcrest>
|
<version.hamcrest>2.2</version.hamcrest>
|
||||||
<version.httpclient>4.5.13</version.httpclient>
|
<version.httpclient>4.5.13</version.httpclient>
|
||||||
<version.janino>3.1.2</version.janino>
|
<version.janino>3.1.9</version.janino>
|
||||||
<version.commonslang>3.12.0</version.commonslang>
|
<version.commonslang>3.12.0</version.commonslang>
|
||||||
<version.dockerjava>3.2.13</version.dockerjava>
|
<version.dockerjava>3.2.13</version.dockerjava>
|
||||||
<version.slf4j>1.7.32</version.slf4j>
|
<version.slf4j>1.7.32</version.slf4j>
|
||||||
|
|
Loading…
Reference in New Issue