2010-07-27 18:08:29 -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/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-project</artifactId>
|
2021-03-26 02:31:31 -04:00
|
|
|
<version>10.0.3-SNAPSHOT</version>
|
2010-07-27 18:08:29 -04:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>test-jetty-osgi</artifactId>
|
|
|
|
<name>Jetty :: OSGi :: Test</name>
|
2013-05-21 14:10:07 -04:00
|
|
|
<description>Jetty OSGi Integration test</description>
|
2010-07-27 18:08:29 -04:00
|
|
|
<properties>
|
2015-02-10 22:20:06 -05:00
|
|
|
<bundle-symbolic-name>${project.groupId}.boot.test.osgi</bundle-symbolic-name>
|
2020-09-29 12:02:32 -04:00
|
|
|
<jetty-orbit-url>https://download.eclipse.org/jetty/orbit/</jetty-orbit-url>
|
2010-07-27 18:08:29 -04:00
|
|
|
<assembly-directory>target/distribution</assembly-directory>
|
2019-07-29 21:21:31 -04:00
|
|
|
<pax.exam.version>4.13.1</pax.exam.version>
|
2020-12-02 12:35:49 -05:00
|
|
|
<pax.url.version>2.6.2</pax.url.version>
|
2020-12-02 12:21:18 -05:00
|
|
|
<bnd.version>5.2.0</bnd.version>
|
|
|
|
<swissbox.version>1.8.3</swissbox.version>
|
|
|
|
<tinybundles.version>3.0.0</tinybundles.version>
|
2020-10-05 02:25:38 -04:00
|
|
|
<injection.bundle.version>1.2</injection.bundle.version>
|
2010-07-27 18:08:29 -04:00
|
|
|
</properties>
|
|
|
|
<dependencies>
|
2012-10-06 05:26:14 -04:00
|
|
|
<!-- Pax Exam Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-inject</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2017-01-17 05:32:20 -05:00
|
|
|
<!-- Use the forked container so we can pass it system properties eg for alpn -->
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-container-forked</artifactId>
|
|
|
|
<version>${pax.exam.version}</version>
|
|
|
|
<scope>test</scope>
|
2020-07-21 09:48:06 -04:00
|
|
|
<exclusions>
|
2020-12-07 06:14:59 -05: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 09:48:06 -04:00
|
|
|
</exclusions>
|
2012-10-06 05:26:14 -04:00
|
|
|
</dependency>
|
2020-12-02 12:21:18 -05:00
|
|
|
<dependency>
|
2020-12-07 06:14:59 -05:00
|
|
|
<groupId>org.ops4j.pax.tinybundles</groupId>
|
|
|
|
<artifactId>tinybundles</artifactId>
|
|
|
|
<version>${tinybundles.version}</version>
|
2017-06-06 11:55:12 -04:00
|
|
|
</dependency>
|
2018-12-21 06:35:31 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.swissbox</groupId>
|
|
|
|
<artifactId>pax-swissbox-framework</artifactId>
|
2020-12-02 12:21:18 -05:00
|
|
|
<version>${swissbox.version}</version>
|
2018-12-21 06:35:31 -05:00
|
|
|
<scope>test</scope>
|
2020-12-02 12:21:18 -05:00
|
|
|
<exclusions>
|
2020-12-07 06:14:59 -05:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.ops4j.base</groupId>
|
|
|
|
<artifactId>ops4j-base-monitors</artifactId>
|
|
|
|
</exclusion>
|
2020-12-02 12:21:18 -05:00
|
|
|
</exclusions>
|
2018-12-21 06:35:31 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.swissbox</groupId>
|
|
|
|
<artifactId>pax-swissbox-tracker</artifactId>
|
2020-12-02 12:21:18 -05:00
|
|
|
<version>${swissbox.version}</version>
|
2018-12-21 06:35:31 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-10-06 05:26:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-junit4</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.exam</groupId>
|
|
|
|
<artifactId>pax-exam-link-mvn</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.exam.version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.url</groupId>
|
|
|
|
<artifactId>pax-url-aether</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.url.version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-12-14 03:48:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ops4j.pax.url</groupId>
|
|
|
|
<artifactId>pax-url-wrap</artifactId>
|
2018-12-17 16:46:52 -05:00
|
|
|
<version>${pax.url.version}</version>
|
2017-12-14 03:48:12 -05:00
|
|
|
<scope>test</scope>
|
2020-04-06 05:35:57 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
|
|
|
<artifactId>bndlib</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2017-12-14 03:48:12 -05:00
|
|
|
</dependency>
|
2018-02-01 04:48:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
2020-04-06 05:35:57 -04:00
|
|
|
<artifactId>biz.aQute.bndlib</artifactId>
|
2020-12-02 12:21:18 -05:00
|
|
|
<version>${bnd.version}</version>
|
2018-02-01 04:48:38 -05:00
|
|
|
<exclusions>
|
2019-06-24 11:42:39 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
</exclusion>
|
2018-02-01 04:48:38 -05:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-10-06 05:26:14 -04:00
|
|
|
<dependency>
|
2017-03-10 01:27:56 -05:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
2020-12-02 12:21:18 -05:00
|
|
|
<version>${osgi-version}</version>
|
2012-10-06 05:26:14 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-03-09 22:41:05 -04:00
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
2020-12-02 12:21:18 -05:00
|
|
|
<version>${osgi-services-version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.platform</groupId>
|
|
|
|
<artifactId>org.eclipse.osgi.util</artifactId>
|
|
|
|
<version>${osgi-util-version}</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
<scope>test</scope>
|
2014-03-09 22:41:05 -04:00
|
|
|
</dependency>
|
2014-04-09 21:23:13 -04:00
|
|
|
|
|
|
|
<!-- Jetty OSGi Deps -->
|
2020-04-06 05:35:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2010-07-27 18:08:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-boot</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-09 21:23:13 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2020-12-02 12:21:18 -05:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-09 21:23:13 -04:00
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2020-12-02 12:21:18 -05:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-09 21:23:13 -04:00
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2010-07-27 18:08:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-boot-jsp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-09 21:23:13 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2020-12-02 12:21:18 -05:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-09 21:23:13 -04:00
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2020-12-02 12:21:18 -05:00
|
|
|
<groupId>org.eclipse.platform</groupId>
|
2014-04-09 21:23:13 -04:00
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2010-07-27 18:08:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-httpservice</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2014-04-09 21:23:13 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2014-09-03 18:16:35 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
2018-11-29 11:36:09 -05:00
|
|
|
<artifactId>jetty-servlet-api</artifactId>
|
2014-04-09 21:23:13 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
<scope>test</scope>
|
2010-07-27 18:08:29 -04:00
|
|
|
</dependency>
|
2014-04-09 21:23:13 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-atinject_1.0_spec</artifactId>
|
|
|
|
<version>${injection.bundle.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>org.apache.aries.spifly</groupId>
|
2014-04-09 21:23:13 -04:00
|
|
|
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
|
2020-10-19 11:58:20 -04:00
|
|
|
<version>1.3.2</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.framework</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2018-11-07 16:24:42 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>com.sun.activation</groupId>
|
2018-11-07 16:24:42 -05:00
|
|
|
<artifactId>javax.activation</artifactId>
|
|
|
|
<version>1.2.0</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
<scope>test</scope>
|
2014-04-09 21:23:13 -04:00
|
|
|
</dependency>
|
2014-09-03 18:16:35 -04:00
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>org.glassfish.web</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp.jstl</artifactId>
|
2020-11-10 01:33:58 -05:00
|
|
|
<version>1.2.5</version>
|
2015-02-18 03:24:29 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
|
<artifactId>jstl-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.el</groupId>
|
|
|
|
<artifactId>el-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2014-09-03 18:16:35 -04:00
|
|
|
</dependency>
|
2015-02-18 03:24:29 -05:00
|
|
|
<dependency>
|
2019-06-24 11:42:39 -04:00
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp.jstl</artifactId>
|
|
|
|
<version>1.2.0.v201105211821</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-02-18 03:24:29 -05:00
|
|
|
</dependency>
|
2014-03-27 02:08:57 -04:00
|
|
|
|
2012-01-31 16:00:47 -05:00
|
|
|
<!-- Jetty Deps -->
|
2014-03-09 22:41:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-annotations</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 18:08:29 -04: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>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-09-24 01:04:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 18:08:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2011-01-06 13:04:58 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 18:08:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<version>${project.version}</version>
|
2010-07-27 18:08:29 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-11-13 14:50:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-jetty-api</artifactId>
|
2012-11-13 14:50:27 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-jetty-common</artifactId>
|
2012-11-13 14:50:27 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2010-07-27 18:08:29 -04:00
|
|
|
<dependency>
|
2012-09-24 01:04:57 -04:00
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-jetty-client</artifactId>
|
2012-09-24 01:04:57 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2018-01-31 09:05:18 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-javax-client</artifactId>
|
2018-01-31 09:05:18 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-09-24 01:04:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2020-12-01 19:10:15 -05:00
|
|
|
<artifactId>websocket-servlet</artifactId>
|
2020-04-30 11:30:39 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-jetty-server</artifactId>
|
2012-09-24 01:04:57 -04:00
|
|
|
<version>${project.version}</version>
|
2010-07-27 18:08:29 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2013-09-02 03:13:20 -04:00
|
|
|
<dependency>
|
2019-05-10 13:33:12 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-javax-websocket-api</artifactId>
|
2013-09-02 03:13:20 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2014-03-09 22:41:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
2019-12-22 21:32:21 -05:00
|
|
|
<artifactId>websocket-javax-server</artifactId>
|
2014-03-09 22:41:05 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2012-10-06 05:26:14 -04:00
|
|
|
<dependency>
|
2015-02-10 22:20:06 -05:00
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-server</artifactId>
|
2012-10-06 05:26:14 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2017-01-26 23:42:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-hpack</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2013-03-05 00:50:22 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
2014-03-20 07:09:54 -04:00
|
|
|
<artifactId>jetty-osgi-alpn</artifactId>
|
2013-03-05 00:50:22 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-04-03 01:40:07 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-03-06 20:14:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-plus</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2014-04-09 21:23:13 -04:00
|
|
|
|
2012-01-31 16:00:47 -05:00
|
|
|
<!-- Eclipse OSGi Deps -->
|
2021-01-21 09:27:03 -05: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 18:08:29 -04:00
|
|
|
<dependency>
|
2020-09-23 16:38:34 -04:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jetty-webapp</artifactId>
|
2010-07-27 18:08:29 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<classifier>webbundle</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-09-03 18:16:35 -04:00
|
|
|
<dependency>
|
2020-09-23 16:38:34 -04:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-spec-webapp</artifactId>
|
2014-09-03 18:16:35 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-09-05 03:49:17 -04:00
|
|
|
<dependency>
|
2020-09-29 12:37:22 -04:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-container-initializer</artifactId>
|
2014-09-05 03:49:17 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-07-20 05:05:18 -04: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-19 22:26:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>test-jetty-osgi-fragment</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
2014-09-05 03:49:17 -04:00
|
|
|
</dependency>
|
2016-07-27 06:12:10 -04: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 03:49:17 -04:00
|
|
|
<dependency>
|
2020-09-29 12:37:22 -04:00
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-mock-resources</artifactId>
|
2014-09-05 03:49:17 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2013-02-21 04:13:45 -05: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 14:50:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-10-17 19:05:15 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<scope>test</scope>
|
2020-08-24 08:51:17 -04:00
|
|
|
<version>${asm.version}</version>
|
2017-10-17 19:05:15 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<scope>test</scope>
|
2020-08-24 08:51:17 -04: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-17 19:05:15 -04:00
|
|
|
</dependency>
|
2017-12-13 04:38:13 -05: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 05:15:30 -04: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 18:08:29 -04:00
|
|
|
</dependencies>
|
|
|
|
<build>
|
2012-10-15 07:05:33 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2020-03-18 17:06:13 -04: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 07:10:18 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skipTests>${skipTests}</skipTests>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<mavenRepoPath>${settings.localRepository}</mavenRepoPath>
|
2019-07-29 21:13:54 -04:00
|
|
|
<settingsFilePath>${env.GLOBAL_MVN_SETTINGS}</settingsFilePath>
|
2018-03-20 07:10:18 -04:00
|
|
|
</systemPropertyVariables>
|
2018-11-23 10:45:32 -05:00
|
|
|
<argLine>-Dconscrypt-version=${conscrypt.version}</argLine>
|
2018-03-20 07:10:18 -04:00
|
|
|
</configuration>
|
2018-10-02 02:44:24 -04: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>
|
|
|
|
<version>${maven.surefire.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-03-20 07:10:18 -04:00
|
|
|
</plugin>
|
2018-03-22 17:42:42 -04: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 07:05:33 -04: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 14:09:56 -04:00
|
|
|
<ignore />
|
2012-10-15 07:05:33 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2018-03-20 07:10:18 -04:00
|
|
|
<plugins>
|
2020-07-20 05:05:18 -04: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 07:10:18 -04: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 18:08:29 -04:00
|
|
|
</build>
|
2012-09-06 23:46:51 -04:00
|
|
|
</project>
|