mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: removed janino dependency from pom.xml
parent
439cf60798
commit
d8a97733ec
|
@ -14,7 +14,7 @@
|
|||
<name>OpenVidu Server</name>
|
||||
<version>2.11.0</version>
|
||||
<description>OpenVidu Server</description>
|
||||
<url>https://github.com/OpenVidu/openvidu</url>
|
||||
<url>https://openvidu.io</url>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
@ -267,11 +267,6 @@
|
|||
<artifactId>docker-java</artifactId>
|
||||
<version>${version.dockerjava}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.janino</groupId>
|
||||
<artifactId>janino</artifactId>
|
||||
<version>${version.janino}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
Loading…
Reference in New Issue