2019-06-24 11:42:39 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2018-09-24 05:24:49 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
2019-02-12 05:23:56 -05:00
|
|
|
<artifactId>tests-parent</artifactId>
|
2022-02-07 06:02:02 -05:00
|
|
|
<version>10.0.9-SNAPSHOT</version>
|
2018-09-24 05:24:49 -04:00
|
|
|
</parent>
|
|
|
|
|
2019-02-12 05:23:56 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2018-09-24 05:24:49 -04:00
|
|
|
<artifactId>test-distribution</artifactId>
|
2022-01-31 00:29:41 -05:00
|
|
|
<name>Jetty Tests :: Distribution Tests</name>
|
2018-09-24 05:24:49 -04:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<properties>
|
2019-02-11 13:37:49 -05:00
|
|
|
<bundle-symbolic-name>${project.groupId}.tests.distribution</bundle-symbolic-name>
|
2021-07-20 01:38:46 -04:00
|
|
|
<distribution.debug.port>-1</distribution.debug.port>
|
2021-08-05 22:07:09 -04:00
|
|
|
<home.start.timeout>10</home.start.timeout>
|
2018-09-24 05:24:49 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2019-02-11 13:37:49 -05:00
|
|
|
<artifactId>jetty-util</artifactId>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
2020-03-19 18:46:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2018-09-24 05:24:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2019-02-11 13:37:49 -05:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2019-02-11 13:37:49 -05:00
|
|
|
<artifactId>maven-resolver-provider</artifactId>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
2020-10-28 12:47:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
|
|
|
<version>${maven.resolver.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
|
|
|
<version>${maven.resolver.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-spi</artifactId>
|
|
|
|
<version>${maven.resolver.version}</version>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-connector-basic</artifactId>
|
2019-02-12 03:04:45 -05:00
|
|
|
<version>${maven.resolver.version}</version>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-file</artifactId>
|
2019-02-12 03:04:45 -05:00
|
|
|
<version>${maven.resolver.version}</version>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-http</artifactId>
|
2019-02-12 03:04:45 -05:00
|
|
|
<version>${maven.resolver.version}</version>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
|
2020-03-19 18:46:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
2020-03-20 12:12:08 -04:00
|
|
|
<scope>test</scope>
|
2020-03-19 18:46:41 -04:00
|
|
|
</dependency>
|
2019-02-12 03:22:39 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-09-21 14:56:34 -04:00
|
|
|
<artifactId>jetty-home</artifactId>
|
2019-02-12 03:22:39 -05:00
|
|
|
<type>zip</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-09-24 05:24:49 -04:00
|
|
|
<dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-http-client-transport</artifactId>
|
|
|
|
<scope>test</scope>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-12-01 07:26:04 -05:00
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-http-client-transport</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-01-21 09:27:03 -05:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-simple-webapp</artifactId>
|
2018-09-24 05:24:49 -04:00
|
|
|
<type>war</type>
|
2019-02-11 13:37:49 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-07-20 01:38:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-simple-session-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
<dependency>
|
2019-06-05 09:07:32 -04:00
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
2019-08-07 22:04:07 -04:00
|
|
|
<artifactId>test-weld-cdi-webapp</artifactId>
|
2019-06-05 09:07:32 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
<dependency>
|
2020-09-23 16:38:34 -04:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jetty-webapp</artifactId>
|
2019-07-01 09:14:19 -04:00
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-02-11 13:37:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
</dependency>
|
2019-04-06 10:53:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-unixsocket-server</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-04-03 20:41:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2019-04-06 07:45:54 -04:00
|
|
|
<artifactId>jetty-unixsocket-client</artifactId>
|
2019-04-03 20:41:50 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-04-26 20:54:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jetty-client</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-11-16 13:31:28 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-09-29 04:47:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2020-11-02 09:17:31 -05:00
|
|
|
<artifactId>websocket-jetty-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-02-07 23:28:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-openid</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-06-12 15:37:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-felix-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
2020-04-26 20:54:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-websocket-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
2020-02-08 20:59:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-bad-websocket-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
2021-07-20 01:38:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>testcontainers</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-08-05 22:07:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>mariadb</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>gcloud</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-10-22 11:50:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>mongodb</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-08-26 12:26:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-08-05 22:07:09 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-09-24 05:24:49 -04:00
|
|
|
</dependencies>
|
2019-02-11 13:37:49 -05:00
|
|
|
|
2018-09-24 05:24:49 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<mavenRepoPath>${settings.localRepository}</mavenRepoPath>
|
2019-02-11 13:37:49 -05:00
|
|
|
<jettyVersion>${project.version}</jettyVersion>
|
2021-07-20 01:38:46 -04:00
|
|
|
<hazelcast.version>${hazelcast.version}</hazelcast.version>
|
2021-08-05 22:07:09 -04:00
|
|
|
<mariadb.docker.version>${mariadb.docker.version}</mariadb.docker.version>
|
2021-07-20 01:38:46 -04:00
|
|
|
<distribution.debug.port>$(distribution.debug.port}</distribution.debug.port>
|
2021-08-05 22:07:09 -04:00
|
|
|
<home.start.timeout>${home.start.timeout}</home.start.timeout>
|
|
|
|
<mariadb.version>${mariadb.version}</mariadb.version>
|
2021-09-20 21:16:50 -04:00
|
|
|
<sessionLogLevel>${sessionLogLevel}</sessionLogLevel>
|
2018-09-24 05:24:49 -04:00
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2019-02-11 13:37:49 -05:00
|
|
|
|
2021-05-19 01:32:17 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk16</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>[16,)</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<cdi.tests.jvmArgs>--add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</cdi.tests.jvmArgs>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2018-09-24 05:24:49 -04:00
|
|
|
</project>
|