diff --git a/openvidu-server/pom.xml b/openvidu-server/pom.xml index 7cb90dd96..7eaf370e2 100644 --- a/openvidu-server/pom.xml +++ b/openvidu-server/pom.xml @@ -212,6 +212,36 @@ + + + + com.fasterxml.jackson.core + jackson-core + 2.19.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.19.2 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + io.netty + netty-codec-http + 4.2.7.Final + + + io.netty + netty-codec-compression + 4.2.7.Final + + + + org.kurento @@ -336,6 +366,33 @@ ${version.jackson-annotations} + + + com.fasterxml.jackson.core + jackson-core + 2.19.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.19.2 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + io.netty + netty-codec-http + 4.2.7.Final + + + io.netty + netty-codec-compression + 4.2.7.Final + +