2019-02-18 11:11:19 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2016-10-11 09:53:32 +02:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2017-09-07 17:09:29 +02:00
|
|
|
<artifactId>openvidu-parent</artifactId>
|
2019-06-11 14:28:43 +02:00
|
|
|
<version>2.0.0</version>
|
2016-10-11 09:53:32 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2017-05-12 10:55:54 +02:00
|
|
|
<name>OpenVidu</name>
|
2017-09-07 17:09:29 +02:00
|
|
|
<description>OpenVidu parent pom: versioning, dependencies and plugins for all OpenVidu artifacts</description>
|
2018-05-06 02:20:25 +02:00
|
|
|
<url>https://openvidu.io</url>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<organization>
|
2017-05-12 10:55:54 +02:00
|
|
|
<name>OpenVidu</name>
|
2018-05-06 02:20:25 +02:00
|
|
|
<url>https://openvidu.io</url>
|
2016-10-11 09:53:32 +02:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<scm>
|
2017-09-07 17:09:29 +02:00
|
|
|
<url>https://github.com/OpenVidu/openvidu.git</url>
|
|
|
|
<connection>scm:git:https://github.com/OpenVidu/openvidu.git</connection>
|
|
|
|
<developerConnection>scm:git:https://github.com/OpenVidu/openvidu.git</developerConnection>
|
2016-10-11 09:53:32 +02:00
|
|
|
<tag>develop</tag>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
2017-06-06 11:52:13 +02:00
|
|
|
<id>openvidu.io</id>
|
|
|
|
<name>-openvidu.io Community</name>
|
|
|
|
<organization>openvidu.io</organization>
|
2018-05-06 02:20:25 +02:00
|
|
|
<organizationUrl>https://openvidu.io</organizationUrl>
|
2016-10-11 09:53:32 +02:00
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<properties>
|
2022-03-26 15:57:46 +01:00
|
|
|
<version.kurento>6.16.5</version.kurento>
|
2021-11-05 00:37:18 +01:00
|
|
|
<version.spring-boot>2.3.12.RELEASE</version.spring-boot>
|
2020-11-10 19:04:17 +01:00
|
|
|
<version.junit>4.13.1</version.junit>
|
2021-11-09 01:17:48 +01:00
|
|
|
<version.junit.jupiter>5.8.1</version.junit.jupiter>
|
|
|
|
<version.junit.platform>1.8.1</version.junit.platform>
|
2021-11-08 00:41:04 +01:00
|
|
|
<version.selenium>3.141.59</version.selenium>
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.mockito.core>3.6.0</version.mockito.core>
|
|
|
|
<version.powermock>2.0.9</version.powermock>
|
2020-01-31 11:54:16 +01:00
|
|
|
<version.hamcrest>2.2</version.hamcrest>
|
2020-11-10 19:04:17 +01:00
|
|
|
<version.httpclient>4.5.13</version.httpclient>
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.janino>3.1.2</version.janino>
|
|
|
|
<version.commonslang>3.11</version.commonslang>
|
2021-11-10 19:39:58 +01:00
|
|
|
<version.dockerjava>3.2.12</version.dockerjava>
|
2020-02-01 13:17:31 +01:00
|
|
|
<version.slf4j>1.7.30</version.slf4j>
|
|
|
|
<version.gson>2.8.6</version.gson>
|
|
|
|
<version.unirest>1.4.9</version.unirest>
|
2020-11-14 23:27:42 +01:00
|
|
|
<version.jcodec>0.2.5</version.jcodec>
|
2021-09-21 12:52:31 +02:00
|
|
|
<version.commons-validator>1.7</version.commons-validator>
|
2021-11-04 13:17:58 +01:00
|
|
|
<version.testcontainers>1.16.2</version.testcontainers>
|
2021-11-05 00:37:18 +01:00
|
|
|
<version.appium>7.6.0</version.appium>
|
2019-06-11 16:13:48 +02:00
|
|
|
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.webdrivermanager>4.2.2</version.webdrivermanager>
|
2019-06-11 16:13:48 +02:00
|
|
|
|
2022-05-12 16:02:07 +02:00
|
|
|
<version.openvidu.java.client>2.22.0</version.openvidu.java.client>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version.openvidu.client>1.1.0</version.openvidu.client>
|
2019-06-13 10:27:10 +02:00
|
|
|
<version.openvidu.test.browsers>1.1.0</version.openvidu.test.browsers>
|
2021-11-09 19:18:59 +01:00
|
|
|
<version.openvidu.test.e2e>1.1.1</version.openvidu.test.e2e>
|
2019-06-11 16:13:48 +02:00
|
|
|
|
2020-01-31 11:54:16 +01:00
|
|
|
<version.enforcer.plugin>3.0.0-M3</version.enforcer.plugin>
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.extra.enforcer.rules.plugin>1.3</version.extra.enforcer.rules.plugin>
|
2020-01-31 11:54:16 +01:00
|
|
|
<version.source.plugin>3.2.1</version.source.plugin>
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.surefire.plugin>3.0.0-M5</version.surefire.plugin>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version.gpg.plugin>1.6</version.gpg.plugin>
|
|
|
|
<version.nexus.staging.plugin>1.6.8</version.nexus.staging.plugin>
|
2020-11-11 11:29:50 +01:00
|
|
|
<version.exec.plugin>3.0.0</version.exec.plugin>
|
2020-11-10 19:04:17 +01:00
|
|
|
<version.javadoc.plugin>3.2.0</version.javadoc.plugin>
|
2021-10-27 14:04:19 +02:00
|
|
|
<version.maven.artifact>3.8.3</version.maven.artifact>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
2020-11-15 22:12:07 +01:00
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
2017-05-12 10:55:54 +02:00
|
|
|
<openvidu.scm.url>https://github.com/OpenVidu/openvidu</openvidu.scm.url>
|
|
|
|
<openvidu.scm.connection>git@github.com:OpenVidu/openvidu.git</openvidu.scm.connection>
|
2017-12-13 22:39:26 +01:00
|
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
|
|
<!-- ************** -->
|
|
|
|
<!-- Build settings -->
|
|
|
|
<!-- ************** -->
|
|
|
|
|
|
|
|
<!-- Cross plugins settings -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
|
|
<!-- maven-compiler-plugin -->
|
2020-11-15 22:12:07 +01:00
|
|
|
<maven.compiler.target>11</maven.compiler.target>
|
|
|
|
<maven.compiler.source>11</maven.compiler.source>
|
2017-12-13 22:39:26 +01:00
|
|
|
|
2020-03-11 11:56:27 +01:00
|
|
|
<!-- Options to override the compiler arguments directly on the compiler
|
|
|
|
arument line to separate between what the IDE understands as the source level
|
2017-12-13 22:39:26 +01:00
|
|
|
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>
|
|
|
|
|
|
|
|
<!-- maven-enforcer-plugin -->
|
|
|
|
<maven.min.version>3.0.3</maven.min.version>
|
|
|
|
<jdk.min.version>${maven.compiler.source}</jdk.min.version>
|
|
|
|
<jdk.max.version>${maven.compiler.source}</jdk.max.version>
|
2016-10-11 09:53:32 +02:00
|
|
|
</properties>
|
2017-10-10 15:51:33 +02:00
|
|
|
|
2017-09-07 17:09:29 +02:00
|
|
|
<distributionManagement>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>ossrh</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
2016-10-11 09:53:32 +02:00
|
|
|
|
2017-12-13 22:39:26 +01:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
|
2020-03-11 11:56:27 +01:00
|
|
|
<!-- Check for the minimum version of Java and Maven. Runs during the
|
2017-12-13 22:39:26 +01:00
|
|
|
validate phase. -->
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2018-01-28 17:08:15 +01:00
|
|
|
<version>${version.enforcer.plugin}</version>
|
2017-12-13 22:39:26 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
|
|
|
<message>To build this project JDK ${jdk.min.version} (or
|
|
|
|
greater) is required. Please install it.</message>
|
|
|
|
<version>${jdk.min.version}</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<message>To build this project Maven ${maven.min.version} (or
|
|
|
|
greater) is required. Please install it.</message>
|
|
|
|
<version>${maven.min.version}</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-bytecode-version</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<enforceBytecodeVersion>
|
|
|
|
<maxJdkVersion>${jdk.max.version}</maxJdkVersion>
|
|
|
|
</enforceBytecodeVersion>
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-ban-duplicate-classes</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<banDuplicateClasses>
|
|
|
|
<findAllDuplicates>true</findAllDuplicates>
|
|
|
|
</banDuplicateClasses>
|
|
|
|
</rules>
|
|
|
|
<fail>false</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-ban-circular-dependencies</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<banCircularDependencies />
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>extra-enforcer-rules</artifactId>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version>${version.extra.enforcer.rules.plugin}</version>
|
2017-12-13 22:39:26 +01:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2016-10-11 09:53:32 +02:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>default</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<modules>
|
|
|
|
<module>openvidu-server</module>
|
|
|
|
<module>openvidu-client</module>
|
2017-10-10 15:51:33 +02:00
|
|
|
<module>openvidu-test-e2e</module>
|
2019-03-25 09:58:29 +01:00
|
|
|
<module>openvidu-test-browsers</module>
|
2017-06-06 11:52:13 +02:00
|
|
|
<module>openvidu-java-client</module>
|
2016-10-11 09:53:32 +02:00
|
|
|
</modules>
|
|
|
|
</profile>
|
2017-09-07 17:09:29 +02:00
|
|
|
<profile>
|
|
|
|
<id>release-sign-artifacts</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>performRelease</name>
|
|
|
|
<value>true</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version>${version.source.plugin}</version>
|
2017-09-07 17:09:29 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version>${version.gpg.plugin}</version>
|
2017-09-07 17:09:29 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.plugins</groupId>
|
|
|
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
2019-06-11 16:13:48 +02:00
|
|
|
<version>${version.nexus.staging.plugin}</version>
|
2017-09-07 17:09:29 +02:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<serverId>ossrh</serverId>
|
|
|
|
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
|
|
|
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2016-10-11 09:53:32 +02:00
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2016-10-11 09:53:32 +02:00
|
|
|
<artifactId>openvidu-server</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-06-06 11:52:13 +02:00
|
|
|
<groupId>io.openvidu</groupId>
|
2016-10-11 09:53:32 +02:00
|
|
|
<artifactId>openvidu-client</artifactId>
|
|
|
|
</dependency>
|
2017-10-10 15:51:33 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-test-e2e</artifactId>
|
|
|
|
</dependency>
|
2019-03-25 09:58:29 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-test-browsers</artifactId>
|
|
|
|
</dependency>
|
2017-09-07 17:53:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.openvidu</groupId>
|
|
|
|
<artifactId>openvidu-java-client</artifactId>
|
2016-10-11 09:53:32 +02:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2020-03-11 11:56:27 +01:00
|
|
|
|
2020-03-03 12:20:53 +01:00
|
|
|
</project>
|