2010-07-27 22:08:29 +00: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/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-project</artifactId>
|
2022-02-07 12:02:02 +01:00
|
|
|
<version>10.0.9-SNAPSHOT</version>
|
2010-07-27 22:08:29 +00:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>test-jetty-osgi</artifactId>
|
|
|
|
<name>Jetty :: OSGi :: Test</name>
|
2013-05-21 13:10:07 -05:00
|
|
|
<description>Jetty OSGi Integration test</description>
|
2010-07-27 22:08:29 +00:00
|
|
|
<properties>
|
2015-02-11 14:20:06 +11:00
|
|
|
<bundle-symbolic-name>${project.groupId}.boot.test.osgi</bundle-symbolic-name>
|
2020-09-29 11:02:32 -05:00
|
|
|
<jetty-orbit-url>https://download.eclipse.org/jetty/orbit/</jetty-orbit-url>
|
2010-07-27 22:08:29 +00:00
|
|
|
<assembly-directory>target/distribution</assembly-directory>
|
2019-07-30 11:21:31 +10:00
|
|
|
<pax.exam.version>4.13.1</pax.exam.version>
|
2020-12-02 18:35:49 +01:00
|
|
|
<pax.url.version>2.6.2</pax.url.version>
|
2020-12-02 18:21:18 +01:00
|
|
|
<swissbox.version>1.8.3</swissbox.version>
|
|
|
|
<tinybundles.version>3.0.0</tinybundles.version>
|
2020-10-05 06:25:38 +00:00
|
|
|
<injection.bundle.version>1.2</injection.bundle.version>
|
2010-07-27 22:08:29 +00:00
|
|
|
</properties>
|
|
|
|
<dependencies>
|
2012-10-06 17:26:14 +08:00
|
|
|
<!-- Pax Exam Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-inject</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
2012-01-31 14:00:47 -07:00
|
|
|
</dependency>
|
2017-01-17 11:32:20 +01:00
|
|
|
<!-- Use the forked container so we can pass it system properties eg for alpn -->
|
2012-01-31 14:00:47 -07:00
|
|
|
<dependency>
|
2019-06-24 17:42:39 +02:00
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-container-forked</artifactId>
|
|
|
|
<version>${pax.exam.version}</version>
|
|
|
|
<scope>test</scope>
|
2020-07-21 15:48:06 +02:00
|
|
|
<exclusions>
|
2020-12-07 21:14:59 +10:00
|
|
|
<exclusion>
|
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
|
|
|
<artifactId>bndlib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.ops4j.pax.tinybundles</groupId>
|
|
|
|
<artifactId>tinybundles</artifactId>
|
|
|
|
</exclusion>
|
2020-07-21 15:48:06 +02:00
|
|
|
</exclusions>
|
2012-10-06 17:26:14 +08:00
|
|
|
</dependency>
|
2020-12-02 18:21:18 +01:00
|
|
|
<dependency>
|
2020-12-07 21:14:59 +10:00
|
|
|
<groupId>org.ops4j.pax.tinybundles</groupId>
|
|
|
|
<artifactId>tinybundles</artifactId>
|
|
|
|
<version>${tinybundles.version}</version>
|
2017-06-06 08:55:12 -07:00
|
|
|
</dependency>
|
2018-12-21 21:35:31 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.swissbox</groupId>
|
|
|
|
<artifactId>pax-swissbox-framework</artifactId>
|
2020-12-02 18:21:18 +01:00
|
|
|
<version>${swissbox.version}</version>
|
2018-12-21 21:35:31 +10:00
|
|
|
<scope>test</scope>
|
2020-12-02 18:21:18 +01:00
|
|
|
<exclusions>
|
2020-12-07 21:14:59 +10:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.ops4j.base</groupId>
|
|
|
|
<artifactId>ops4j-base-monitors</artifactId>
|
|
|
|
</exclusion>
|
2020-12-02 18:21:18 +01:00
|
|
|
</exclusions>
|
2018-12-21 21:35:31 +10:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.swissbox</groupId>
|
|
|
|
<artifactId>pax-swissbox-tracker</artifactId>
|
2020-12-02 18:21:18 +01:00
|
|
|
<version>${swissbox.version}</version>
|
2018-12-21 21:35:31 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-10-06 17:26:14 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-junit4</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-link-mvn</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.url</groupId>
|
|
|
|
<artifactId>pax-url-aether</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.url.version}</version>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-12-14 09:48:12 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.url</groupId>
|
|
|
|
<artifactId>pax-url-wrap</artifactId>
|
2018-12-18 08:46:52 +11:00
|
|
|
<version>${pax.url.version}</version>
|
2017-12-14 09:48:12 +01:00
|
|
|
<scope>test</scope>
|
2020-04-06 11:35:57 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
|
|
|
<artifactId>bndlib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2017-12-14 09:48:12 +01:00
|
|
|
</dependency>
|
2018-02-01 10:48:38 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
2020-04-06 11:35:57 +02:00
|
|
|
<artifactId>biz.aQute.bndlib</artifactId>
|
2018-02-01 10:48:38 +01:00
|
|
|
<exclusions>
|
2019-06-24 17:42:39 +02:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
</exclusion>
|
2018-02-01 10:48:38 +01:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-10-06 17:26:14 +08:00
|
|
|
<dependency>
|
2017-03-10 17:27:56 +11:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
2012-10-06 17:26:14 +08:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-03-10 13:41:05 +11:00
|
|
|
<dependency>
|
2019-06-24 17:42:39 +02:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
2020-12-02 18:21:18 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi.util</artifactId>
|
|
|
|
<version>${osgi-util-version}</version>
|
2019-06-24 17:42:39 +02:00
|
|
|
<scope>test</scope>
|
2014-03-10 13:41:05 +11:00
|
|
|
</dependency>
|
2021-11-02 10:37:27 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-04-10 11:23:13 +10:00
|
|
|
<!-- Jetty OSGi Deps -->
|
2021-06-10 09:04:50 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-04-06 11:35:57 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-boot</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-10 11:23:13 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2020-12-02 18:21:18 +01:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2020-12-02 18:21:18 +01:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2010-07-27 22:08:29 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-boot-jsp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-10 11:23:13 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2020-12-02 18:21:18 +01:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2020-12-02 18:21:18 +01:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2010-07-27 22:08:29 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-httpservice</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-10 11:23:13 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2014-09-04 08:16:35 +10:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
2018-11-29 17:36:09 +01:00
|
|
|
<artifactId>jetty-servlet-api</artifactId>
|
2014-04-10 11:23:13 +10:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-11-02 10:37:27 +11:00
|
|
|
<groupId>jakarta.transaction</groupId>
|
|
|
|
<artifactId>jakarta.transaction-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.interceptor</groupId>
|
|
|
|
<artifactId>jakarta.interceptor-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.enterprise</groupId>
|
|
|
|
<artifactId>jakarta.enterprise.cdi-api</artifactId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<scope>test</scope>
|
2010-07-27 22:08:29 +00:00
|
|
|
</dependency>
|
2014-04-10 11:23:13 +10:00
|
|
|
<dependency>
|
2021-11-02 10:37:27 +11:00
|
|
|
<groupId>jakarta.el</groupId>
|
|
|
|
<artifactId>jakarta.el-api</artifactId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-06-24 17:42:39 +02:00
|
|
|
<groupId>org.apache.aries.spifly</groupId>
|
2014-04-10 11:23:13 +10:00
|
|
|
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
|
2021-09-13 10:15:40 +10:00
|
|
|
<version>1.3.4</version>
|
2019-06-24 17:42:39 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.framework</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2018-11-08 07:24:42 +10:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:41:30 -05:00
|
|
|
<groupId>jakarta.activation</groupId>
|
|
|
|
<artifactId>jakarta.activation-api</artifactId>
|
2019-06-24 17:42:39 +02:00
|
|
|
<scope>test</scope>
|
2014-04-10 11:23:13 +10:00
|
|
|
</dependency>
|
2014-09-04 08:16:35 +10:00
|
|
|
<dependency>
|
2019-06-24 17:42:39 +02:00
|
|
|
<groupId>org.glassfish.web</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp.jstl</artifactId>
|
2014-09-04 08:16:35 +10:00
|
|
|
</dependency>
|
2015-02-18 19:24:29 +11:00
|
|
|
<dependency>
|
2019-06-24 17:42:39 +02:00
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp.jstl</artifactId>
|
2015-02-18 19:24:29 +11:00
|
|
|
</dependency>
|
2014-03-27 17:08:57 +11:00
|
|
|
|
2012-01-31 14:00:47 -07:00
|
|
|
<!-- Jetty Deps -->
|
2014-03-10 13:41:05 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-annotations</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-deploy</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-01-31 14:00:47 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-09-24 13:04:57 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2011-01-06 18:04:58 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-11-13 12:50:27 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-jetty-api</artifactId>
|
2012-11-13 12:50:27 -07:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-jetty-common</artifactId>
|
2012-11-13 12:50:27 -07:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
2012-09-24 13:04:57 +08:00
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-jetty-client</artifactId>
|
2012-09-24 13:04:57 +08:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-01-31 15:05:18 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-javax-client</artifactId>
|
2018-01-31 15:05:18 +01:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-09-24 13:04:57 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2020-12-02 11:10:15 +11:00
|
|
|
<artifactId>websocket-servlet</artifactId>
|
2020-05-01 01:30:39 +10:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-jetty-server</artifactId>
|
2010-07-27 22:08:29 +00:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2013-09-02 17:13:20 +10:00
|
|
|
<dependency>
|
2019-05-10 19:33:12 +02:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-javax-websocket-api</artifactId>
|
2013-09-02 17:13:20 +10:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2014-03-10 13:41:05 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-23 13:32:21 +11:00
|
|
|
<artifactId>websocket-javax-server</artifactId>
|
2014-03-10 13:41:05 +11:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-10-06 17:26:14 +08:00
|
|
|
<dependency>
|
2015-02-11 14:20:06 +11:00
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-server</artifactId>
|
2012-10-06 17:26:14 +08:00
|
|
|
</dependency>
|
2017-01-27 15:42:17 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-hpack</artifactId>
|
|
|
|
</dependency>
|
2013-03-05 16:50:22 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
2014-03-20 12:09:54 +01:00
|
|
|
<artifactId>jetty-osgi-alpn</artifactId>
|
2013-03-05 16:50:22 +11:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-04-03 16:40:07 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-03-07 12:14:55 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-plus</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2014-04-10 11:23:13 +10:00
|
|
|
|
2012-01-31 14:00:47 -07:00
|
|
|
<!-- Eclipse OSGi Deps -->
|
2021-01-21 15:27:03 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jsp-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<classifier>webbundle</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
<dependency>
|
2020-09-23 15:38:34 -05:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jetty-webapp</artifactId>
|
2010-07-27 22:08:29 +00:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<classifier>webbundle</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-09-04 08:16:35 +10:00
|
|
|
<dependency>
|
2020-09-23 15:38:34 -05:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-spec-webapp</artifactId>
|
2014-09-04 08:16:35 +10:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-09-05 17:49:17 +10:00
|
|
|
<dependency>
|
2020-09-29 11:37:22 -05:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-container-initializer</artifactId>
|
2014-09-05 17:49:17 +10:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-07-20 11:05:18 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-webapp-resources</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-07-20 12:26:41 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-fragment</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
2014-09-05 17:49:17 +10:00
|
|
|
</dependency>
|
2016-07-27 20:12:10 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-09-05 17:49:17 +10:00
|
|
|
<dependency>
|
2020-09-29 11:37:22 -05:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-mock-resources</artifactId>
|
2014-09-05 17:49:17 +10:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2013-02-21 20:13:45 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-context</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-11-13 12:50:27 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-10-18 10:05:15 +11:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<scope>test</scope>
|
2020-08-24 14:51:17 +02:00
|
|
|
<version>${asm.version}</version>
|
2017-10-18 10:05:15 +11:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<scope>test</scope>
|
2020-08-24 14:51:17 +02:00
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-tree</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-analysis</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-util</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<version>${asm.version}</version>
|
2017-10-18 10:05:15 +11:00
|
|
|
</dependency>
|
2017-12-13 10:38:13 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-http-client-transport</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-10-03 11:15:30 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-conscrypt-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.conscrypt</groupId>
|
|
|
|
<artifactId>conscrypt-openjdk-uber</artifactId>
|
|
|
|
<version>${conscrypt.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-java-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-java-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-07-27 22:08:29 +00:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
2012-10-15 22:05:33 +11:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2020-03-19 07:06:13 +10:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<!-- No point building javadoc on testing projects -->
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-03-20 21:10:18 +10:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skipTests>${skipTests}</skipTests>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<mavenRepoPath>${settings.localRepository}</mavenRepoPath>
|
2019-07-30 11:13:54 +10:00
|
|
|
<settingsFilePath>${env.GLOBAL_MVN_SETTINGS}</settingsFilePath>
|
2018-03-20 21:10:18 +10:00
|
|
|
</systemPropertyVariables>
|
2018-11-23 16:45:32 +01:00
|
|
|
<argLine>-Dconscrypt-version=${conscrypt.version}</argLine>
|
2018-03-20 21:10:18 +10:00
|
|
|
</configuration>
|
2018-10-02 16:44:24 +10:00
|
|
|
<!-- paxexam still using junit 4 so we have to force the provider here -->
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
|
|
<artifactId>surefire-junit47</artifactId>
|
2021-09-22 09:54:52 -05:00
|
|
|
<version>${maven.surefire.plugin.version}</version>
|
2018-10-02 16:44:24 +10:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-03-20 21:10:18 +10:00
|
|
|
</plugin>
|
2018-03-22 16:42:42 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.servicemix.tooling</groupId>
|
|
|
|
<artifactId>depends-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>generate-depends-file</id>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-depends-file</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-10-15 22:05:33 +11:00
|
|
|
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.servicemix.tooling</groupId>
|
|
|
|
<artifactId>depends-maven-plugin</artifactId>
|
|
|
|
<versionRange>[1.2,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-depends-file</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2012-10-15 13:09:56 -05:00
|
|
|
<ignore />
|
2012-10-15 22:05:33 +11:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2018-03-20 21:10:18 +10:00
|
|
|
<plugins>
|
2020-07-20 11:05:18 +02:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy</id>
|
|
|
|
<phase>process-test-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<includeArtifactIds>test-jetty-osgi-webapp-resources</includeArtifactIds>
|
|
|
|
<outputDirectory>target</outputDirectory>
|
|
|
|
<stripVersion>true</stripVersion>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-03-20 21:10:18 +10:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.servicemix.tooling</groupId>
|
|
|
|
<artifactId>depends-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>generate-depends-file</id>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-depends-file</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2010-07-27 22:08:29 +00:00
|
|
|
</build>
|
2012-09-07 13:46:51 +10:00
|
|
|
</project>
|