2016-01-08 13:28:35 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
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/maven-v4_0_0.xsd">
|
2016-06-06 15:28:51 -04:00
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2009-03-24 17:07:27 -04:00
|
|
|
<artifactId>jetty-project</artifactId>
|
2022-03-30 14:06:46 -04:00
|
|
|
<version>11.0.10-SNAPSHOT</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
<name>Jetty :: Project</name>
|
2016-06-06 15:28:51 -04:00
|
|
|
<description>The Eclipse Jetty Project</description>
|
2009-03-24 17:07:27 -04:00
|
|
|
<packaging>pom</packaging>
|
2016-06-06 15:28:51 -04:00
|
|
|
<url>https://eclipse.org/jetty</url>
|
|
|
|
<inceptionYear>1995</inceptionYear>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<properties>
|
2021-09-22 10:54:52 -04:00
|
|
|
<!-- build -->
|
2018-11-02 05:27:14 -04:00
|
|
|
<compiler.source>11</compiler.source>
|
|
|
|
<compiler.target>11</compiler.target>
|
|
|
|
<compiler.release>11</compiler.release>
|
2022-04-08 09:54:12 -04:00
|
|
|
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
|
2020-09-29 12:24:28 -04:00
|
|
|
<jetty.url>https://www.eclipse.org/jetty/</jetty.url>
|
2021-09-22 10:54:52 -04:00
|
|
|
<jmhjar.name>benchmarks</jmhjar.name>
|
|
|
|
<osgi.slf4j.import.packages>org.slf4j;version="[1.7,3.0)", org.slf4j.event;version="[1.7,3.0)", org.slf4j.helpers;version="[1.7,3.0)", org.slf4j.spi;version="[1.7,3.0)"</osgi.slf4j.import.packages>
|
2013-05-21 14:10:07 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2021-09-22 10:54:52 -04:00
|
|
|
|
|
|
|
<!-- dependency versions -->
|
|
|
|
<alpn.agent.version>2.0.10</alpn.agent.version>
|
2021-10-19 05:19:37 -04:00
|
|
|
<ant.version>1.10.12</ant.version>
|
2022-01-27 13:31:25 -05:00
|
|
|
<apache.avro.version>1.11.0</apache.avro.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<apache.httpclient.version>4.5.13</apache.httpclient.version>
|
2021-12-08 04:19:49 -05:00
|
|
|
<apache.httpcore.version>4.4.15</apache.httpcore.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<asciidoctorj-diagram.version>2.2.1</asciidoctorj-diagram.version>
|
2022-01-27 12:40:01 -05:00
|
|
|
<asciidoctorj.version>2.5.3</asciidoctorj.version>
|
2022-04-05 08:20:54 -04:00
|
|
|
<asm.version>9.3</asm.version>
|
2022-03-07 04:25:14 -05:00
|
|
|
<awaitility.version>4.2.0</awaitility.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<bndlib.version>5.3.0</bndlib.version>
|
2020-10-27 06:38:02 -04:00
|
|
|
<build-support.version>1.5</build-support.version>
|
2022-05-03 16:42:21 -04:00
|
|
|
<checkstyle.version>10.2</checkstyle.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<commons-codec.version>1.15</commons-codec.version>
|
2022-01-27 12:40:01 -05:00
|
|
|
<commons.compress.version>1.21</commons.compress.version>
|
2022-01-27 04:17:01 -05:00
|
|
|
<commons.io.version>2.11.0</commons.io.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
|
|
<conscrypt.version>2.5.2</conscrypt.version>
|
2021-03-10 04:12:47 -05:00
|
|
|
<disruptor.version>3.4.2</disruptor.version>
|
2021-12-07 09:56:10 -05:00
|
|
|
<felix.version>7.0.3</felix.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<findbugs.jsr305.version>3.0.2</findbugs.jsr305.version>
|
2022-04-18 07:12:19 -04:00
|
|
|
<google.errorprone.version>2.13.1</google.errorprone.version>
|
2022-05-03 16:41:31 -04:00
|
|
|
<grpc.version>1.46.0</grpc.version>
|
2022-02-14 08:34:24 -05:00
|
|
|
<gson.version>2.9.0</gson.version>
|
2022-03-01 04:21:19 -05:00
|
|
|
<guava.version>31.1-jre</guava.version>
|
2022-01-25 04:22:11 -05:00
|
|
|
<guice.version>5.1.0</guice.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<hamcrest.version>2.2</hamcrest.version>
|
2022-02-10 08:24:08 -05:00
|
|
|
<hawtio.version>2.14.5</hawtio.version>
|
2022-05-03 16:41:44 -04:00
|
|
|
<hazelcast.version>4.2.5</hazelcast.version>
|
2022-04-08 09:53:16 -04:00
|
|
|
<infinispan.protostream.version>4.4.2.Final</infinispan.protostream.version>
|
2022-02-14 08:45:34 -05:00
|
|
|
<infinispan.version>11.0.15.Final</infinispan.version>
|
2022-03-07 20:17:51 -05:00
|
|
|
<jackson.annotations.version>2.13.2</jackson.annotations.version>
|
2022-03-07 04:22:37 -05:00
|
|
|
<jackson.core.version>2.13.2</jackson.core.version>
|
2022-04-04 16:54:24 -04:00
|
|
|
<jackson.databind.version>2.13.2.2</jackson.databind.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jakarta.activation.api.version>2.0.1</jakarta.activation.api.version>
|
2022-04-04 23:23:55 -04:00
|
|
|
<jakarta.annotation.api.version>2.1.0</jakarta.annotation.api.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jakarta.authentication.api.version>2.0.0</jakarta.authentication.api.version>
|
2022-01-28 06:56:30 -05:00
|
|
|
<jakarta.el.api.version>4.0.0</jakarta.el.api.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jakarta.enterprise.cdi.api.version>3.0.0</jakarta.enterprise.cdi.api.version>
|
2022-01-28 12:18:05 -05:00
|
|
|
<jakarta.inject.api.version>2.0.1</jakarta.inject.api.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jakarta.interceptor.api.version>2.0.0</jakarta.interceptor.api.version>
|
|
|
|
<jakarta.mail.api.version>2.0.1</jakarta.mail.api.version>
|
|
|
|
<jakarta.servlet.api.version>5.0.0</jakarta.servlet.api.version>
|
|
|
|
<jakarta.servlet.jsp.api.version>3.0.0</jakarta.servlet.jsp.api.version>
|
|
|
|
<jakarta.servlet.jsp.jstl.api.version>2.0.0</jakarta.servlet.jsp.jstl.api.version>
|
2022-01-28 06:56:30 -05:00
|
|
|
<jakarta.servlet.jsp.jstl.impl.version>2.0.0</jakarta.servlet.jsp.jstl.impl.version> <!-- TODO: remove? -->
|
2022-01-28 06:54:17 -05:00
|
|
|
<jakarta.transaction-api.version>2.0.0</jakarta.transaction-api.version>
|
|
|
|
<jakarta.websocket.api.version>2.0.0</jakarta.websocket.api.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jakarta.ws.rs.api.version>3.0.0</jakarta.ws.rs.api.version>
|
|
|
|
<jakarta.xml.bind.api.version>3.0.1</jakarta.xml.bind.api.version>
|
|
|
|
<jakarta.xml.bind.impl.version>3.0.2</jakarta.xml.bind.impl.version>
|
|
|
|
<jakarta.xml.jaxws.impl.version>3.0.2</jakarta.xml.jaxws.impl.version>
|
2022-01-28 06:54:17 -05:00
|
|
|
<jakarta.xml.ws.api.version>3.0.1</jakarta.xml.ws.api.version>
|
2022-01-28 06:56:30 -05:00
|
|
|
<javax.activation.impl.version>1.1.0.v201105071233</javax.activation.impl.version> <!-- TODO: remove? -->
|
|
|
|
<javax.cdi.api.version>2.0</javax.cdi.api.version> <!-- TODO: remove? -->
|
|
|
|
<javax.mail.glassfish.version>1.4.1.v201005082020</javax.mail.glassfish.version> <!-- TODO: remove? -->
|
|
|
|
<javax.security.auth.message.version>1.0.0.v201108011116</javax.security.auth.message.version> <!-- TODO: remove? -->
|
2022-01-27 04:17:01 -05:00
|
|
|
<jboss.logging.annotations.version>2.2.1.Final</jboss.logging.annotations.version>
|
|
|
|
<jboss.logging.processor.version>2.2.1.Final</jboss.logging.processor.version>
|
2022-04-29 11:34:03 -04:00
|
|
|
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
|
2022-01-18 12:10:05 -05:00
|
|
|
<jboss-logmanager.version>2.1.18.Final</jboss-logmanager.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<jboss-threads.version>3.1.0.Final</jboss-threads.version>
|
|
|
|
<jetty-assembly-descriptors.version>1.1</jetty-assembly-descriptors.version>
|
|
|
|
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
|
2021-09-22 18:10:49 -04:00
|
|
|
<jetty.servlet.api.version>5.0.2</jetty.servlet.api.version>
|
2022-02-28 07:25:57 -05:00
|
|
|
<jetty-quiche-native.version>0.12.0</jetty-quiche-native.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
2021-09-30 06:41:49 -04:00
|
|
|
<jetty.test.version>5.9</jetty.test.version>
|
2022-03-29 11:45:21 -04:00
|
|
|
<jmh.version>1.35</jmh.version>
|
2022-03-29 14:21:54 -04:00
|
|
|
<jna.version>5.11.0</jna.version>
|
2021-10-27 09:11:17 -04:00
|
|
|
<jnr-constants.version>0.10.3</jnr-constants.version>
|
2022-01-13 08:46:53 -05:00
|
|
|
<jnr-enxio.version>0.32.13</jnr-enxio.version>
|
2022-04-04 16:54:34 -04:00
|
|
|
<jnr-ffi.version>2.2.12</jnr-ffi.version>
|
2022-01-13 08:47:10 -05:00
|
|
|
<jnr-posix.version>3.1.15</jnr-posix.version>
|
2022-01-14 12:22:49 -05:00
|
|
|
<jnr-unixsocket.version>0.38.17</jnr-unixsocket.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<json-simple.version>1.1.1</json-simple.version>
|
2022-02-14 08:27:09 -05:00
|
|
|
<json-smart.version>2.4.8</json-smart.version>
|
2022-01-28 12:15:49 -05:00
|
|
|
<jsp.impl.version>10.0.14</jsp.impl.version>
|
2021-11-29 09:12:41 -05:00
|
|
|
<junit.version>5.8.2</junit.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<kerb-simplekdc.version>2.0.1</kerb-simplekdc.version>
|
2022-02-28 04:25:39 -05:00
|
|
|
<log4j2.version>2.17.2</log4j2.version>
|
2022-02-14 08:45:31 -05:00
|
|
|
<logback.version>1.3.0-alpha14</logback.version>
|
2022-03-29 12:36:07 -04:00
|
|
|
<mariadb.version>3.0.4</mariadb.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<mariadb.docker.version>10.3.6</mariadb.docker.version>
|
|
|
|
<maven-artifact-transfer.version>0.13.1</maven-artifact-transfer.version>
|
2022-04-21 09:52:22 -04:00
|
|
|
<maven.resolver.version>1.8.0</maven.resolver.version>
|
2022-01-27 12:40:01 -05:00
|
|
|
<maven.version>3.8.4</maven.version>
|
2021-10-22 11:50:45 -04:00
|
|
|
<mongodb.version>3.2.2</mongodb.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<openpojo.version>0.9.1</openpojo.version>
|
2022-02-09 06:07:03 -05:00
|
|
|
<org.osgi.annotation.version>8.1.0</org.osgi.annotation.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<org.osgi.core.version>6.0.0</org.osgi.core.version>
|
2021-12-23 04:24:57 -05:00
|
|
|
<plexus-component-annotations.version>2.1.1</plexus-component-annotations.version>
|
2021-09-13 14:27:49 -04:00
|
|
|
<plexus-utils.version>3.4.1</plexus-utils.version>
|
2022-02-09 09:48:46 -05:00
|
|
|
<slf4j.version>2.0.0-alpha6</slf4j.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<springboot.version>2.1.1.RELEASE</springboot.version>
|
|
|
|
<taglibs-standard-impl.version>1.2.5</taglibs-standard-impl.version>
|
|
|
|
<taglibs-standard-spec.version>1.2.5</taglibs-standard-spec.version>
|
2022-04-14 08:22:20 -04:00
|
|
|
<testcontainers.version>1.17.1</testcontainers.version>
|
2022-02-17 22:32:55 -05:00
|
|
|
<weld.version>4.0.3.Final</weld.version>
|
2022-03-08 04:22:56 -05:00
|
|
|
<wildfly.common.version>1.6.0.Final</wildfly.common.version>
|
2022-03-21 05:43:28 -04:00
|
|
|
<wildfly.elytron.version>1.19.0.Final</wildfly.elytron.version>
|
2022-01-27 12:40:01 -05:00
|
|
|
<xmemcached.version>2.4.7</xmemcached.version>
|
2018-09-04 20:07:17 -04:00
|
|
|
|
2018-09-11 07:05:37 -04:00
|
|
|
<!-- some maven plugins versions -->
|
2021-09-22 10:54:52 -04:00
|
|
|
<appassembler.maven.plugin.version>2.1.0</appassembler.maven.plugin.version>
|
2022-01-31 04:20:01 -05:00
|
|
|
<asciidoctor.maven.plugin.version>2.2.2</asciidoctor.maven.plugin.version>
|
2022-01-13 12:31:32 -05:00
|
|
|
<build-helper.maven.plugin.version>3.3.0</build-helper.maven.plugin.version>
|
2021-12-06 09:00:28 -05:00
|
|
|
<buildnumber.maven.plugin.version>3.0.0</buildnumber.maven.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<depends.maven.plugin.version>1.4.0</depends.maven.plugin.version>
|
|
|
|
<docbkx.maven.plugin.version>2.0.17</docbkx.maven.plugin.version>
|
|
|
|
<flatten.maven.plugin.version>1.2.7</flatten.maven.plugin.version>
|
2021-10-26 05:20:10 -04:00
|
|
|
<h2spec.maven.plugin.version>1.0.9</h2spec.maven.plugin.version>
|
2022-04-07 06:52:56 -04:00
|
|
|
<jacoco.maven.plugin.version>0.8.8</jacoco.maven.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<jetty-version.maven.plugin.version>2.7</jetty-version.maven.plugin.version>
|
|
|
|
<license.maven.plugin.version>4.1</license.maven.plugin.version>
|
2022-04-22 05:26:18 -04:00
|
|
|
<maven.antrun.plugin.version>3.1.0</maven.antrun.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<maven.assembly.plugin.version>3.3.0</maven.assembly.plugin.version>
|
2022-01-14 12:18:25 -05:00
|
|
|
<maven.bundle.plugin.version>5.1.4</maven.bundle.plugin.version>
|
2022-04-05 08:01:19 -04:00
|
|
|
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
|
2022-03-14 09:17:29 -04:00
|
|
|
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
|
2022-03-14 05:27:49 -04:00
|
|
|
<maven.dependency.plugin.version>3.3.0</maven.dependency.plugin.version>
|
2021-12-31 04:19:31 -05:00
|
|
|
<maven.deploy.plugin.version>3.0.0-M2</maven.deploy.plugin.version>
|
2021-09-22 11:41:30 -04:00
|
|
|
<maven.eclipse.plugin.version>2.10</maven.eclipse.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<maven.enforcer.plugin.version>3.0.0</maven.enforcer.plugin.version>
|
|
|
|
<maven.exec.plugin.version>3.0.0</maven.exec.plugin.version>
|
|
|
|
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>
|
|
|
|
<maven.install.plugin.version>3.0.0-M1</maven.install.plugin.version>
|
|
|
|
<maven.invoker.plugin.version>3.2.2</maven.invoker.plugin.version>
|
2022-01-13 12:25:25 -05:00
|
|
|
<maven.jar.plugin.version>3.2.2</maven.jar.plugin.version>
|
2022-04-21 09:43:15 -04:00
|
|
|
<maven.javadoc.plugin.version>3.4.0</maven.javadoc.plugin.version>
|
2022-03-21 08:58:08 -04:00
|
|
|
<maven.jxr.plugin.version>3.2.0</maven.jxr.plugin.version>
|
2022-01-18 04:20:12 -05:00
|
|
|
<maven.plugin-tools.version>3.6.4</maven.plugin-tools.version>
|
2022-01-18 21:22:55 -05:00
|
|
|
<maven-plugin.plugin.version>3.6.4</maven-plugin.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<maven.release.plugin.version>2.5.3</maven.release.plugin.version>
|
|
|
|
<maven.remote-resources-plugin.version>1.7.0</maven.remote-resources-plugin.version>
|
2020-11-09 23:31:39 -05:00
|
|
|
<maven.resources.plugin.version>3.2.0</maven.resources.plugin.version>
|
2022-04-11 07:20:42 -04:00
|
|
|
<maven.shade.plugin.version>3.3.0</maven.shade.plugin.version>
|
2022-04-21 09:42:42 -04:00
|
|
|
<maven.site.plugin.version>3.12.0</maven.site.plugin.version>
|
2021-09-22 10:54:52 -04:00
|
|
|
<maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>
|
2020-11-02 04:32:04 -05:00
|
|
|
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
|
2021-09-13 12:22:43 -04:00
|
|
|
<maven.war.plugin.version>3.3.2</maven.war.plugin.version>
|
2022-03-25 05:27:34 -04:00
|
|
|
<spotbugs.maven.plugin.version>4.6.0.0</spotbugs.maven.plugin.version>
|
2022-03-21 05:39:38 -04:00
|
|
|
<versions.maven.plugin.version>2.10.0</versions.maven.plugin.version>
|
2018-09-11 07:05:37 -04:00
|
|
|
|
2018-09-04 20:07:17 -04:00
|
|
|
<!-- testing -->
|
2021-09-22 10:54:52 -04:00
|
|
|
<invoker.mergeUserSettings>false</invoker.mergeUserSettings>
|
2019-01-23 16:29:49 -05:00
|
|
|
<it.debug>false</it.debug>
|
2019-08-01 23:27:11 -04:00
|
|
|
<localRepoPath>${project.build.directory}/local-repo</localRepoPath>
|
2021-09-22 10:54:52 -04:00
|
|
|
<jetty.surefire.argLine>-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US -showversion -Xmx4g -Xms2g -Xlog:gc:stderr:time,level,tags</jetty.surefire.argLine>
|
|
|
|
<jetty.testtracker.log>false</jetty.testtracker.log>
|
|
|
|
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
|
2021-10-22 11:50:45 -04:00
|
|
|
<!-- if changing this version please update default in MongoTestHelper you will get thanks from Eclipse IDE users -->
|
|
|
|
<mongo.docker.version>3.2.20</mongo.docker.version>
|
2019-08-01 23:27:11 -04:00
|
|
|
<settingsPath>src/it/settings.xml</settingsPath>
|
2019-11-25 01:09:39 -05:00
|
|
|
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
2009-08-17 19:03:00 -04:00
|
|
|
</properties>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2020-01-09 14:10:19 -05:00
|
|
|
<name>Eclipse Public License - Version 2.0</name>
|
|
|
|
<url>https://www.eclipse.org/legal/epl-2.0</url>
|
2016-06-06 15:28:51 -04:00
|
|
|
</license>
|
|
|
|
<license>
|
2020-01-09 14:10:19 -05:00
|
|
|
<name>Apache Software License - Version 2.0</name>
|
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
2016-06-06 15:28:51 -04:00
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<scm>
|
2016-02-15 06:26:42 -05:00
|
|
|
<connection>scm:git:https://github.com/eclipse/jetty.project.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:eclipse/jetty.project.git</developerConnection>
|
|
|
|
<url>https://github.com/eclipse/jetty.project</url>
|
2009-03-24 17:07:27 -04:00
|
|
|
</scm>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<modules>
|
2019-05-08 11:57:15 -04:00
|
|
|
<module>build-resources</module>
|
2020-09-23 14:35:19 -04:00
|
|
|
<module>demos</module>
|
2020-02-24 14:20:51 -05:00
|
|
|
<module>jetty-slf4j-impl</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-ant</module>
|
|
|
|
<module>jetty-util</module>
|
|
|
|
<module>jetty-jmx</module>
|
|
|
|
<module>jetty-io</module>
|
2021-02-02 20:03:30 -05:00
|
|
|
<module>jetty-quic</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-http</module>
|
|
|
|
<module>jetty-http2</module>
|
2021-02-02 20:03:30 -05:00
|
|
|
<module>jetty-http3</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-server</module>
|
|
|
|
<module>jetty-xml</module>
|
|
|
|
<module>jetty-security</module>
|
2019-08-28 17:39:19 -04:00
|
|
|
<module>jetty-openid</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-servlet</module>
|
|
|
|
<module>jetty-webapp</module>
|
|
|
|
<module>jetty-fcgi</module>
|
|
|
|
<module>jetty-websocket</module>
|
|
|
|
<module>jetty-servlets</module>
|
|
|
|
<module>jetty-util-ajax</module>
|
|
|
|
<module>apache-jsp</module>
|
2021-02-10 16:21:22 -05:00
|
|
|
<module>glassfish-jstl</module>
|
2018-10-08 22:17:35 -04:00
|
|
|
<module>jetty-maven-plugin</module>
|
|
|
|
<module>jetty-jspc-maven-plugin</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-deploy</module>
|
|
|
|
<module>jetty-start</module>
|
|
|
|
<module>jetty-plus</module>
|
|
|
|
<module>jetty-annotations</module>
|
|
|
|
<module>jetty-jndi</module>
|
|
|
|
<module>jetty-jaas</module>
|
|
|
|
<module>jetty-cdi</module>
|
|
|
|
<module>jetty-client</module>
|
|
|
|
<module>jetty-proxy</module>
|
|
|
|
<module>jetty-jaspi</module>
|
|
|
|
<module>jetty-rewrite</module>
|
|
|
|
<module>jetty-nosql</module>
|
|
|
|
<module>jetty-infinispan</module>
|
|
|
|
<module>jetty-gcloud</module>
|
|
|
|
<module>jetty-memcached</module>
|
2017-05-29 00:47:18 -04:00
|
|
|
<module>jetty-hazelcast</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-unixsocket</module>
|
|
|
|
<module>tests</module>
|
|
|
|
<module>jetty-quickstart</module>
|
2020-02-19 19:33:50 -05:00
|
|
|
<module>jetty-runner</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-http-spi</module>
|
2020-03-19 23:42:19 -04:00
|
|
|
<module>jetty-osgi</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
<module>jetty-alpn</module>
|
2016-06-07 16:42:10 -04:00
|
|
|
<module>jetty-home</module>
|
2017-04-20 21:33:07 -04:00
|
|
|
<module>jetty-bom</module>
|
2021-01-28 11:22:38 -05:00
|
|
|
<module>documentation</module>
|
2021-01-07 23:32:21 -05:00
|
|
|
<module>jetty-keystore</module>
|
2021-10-01 04:03:55 -04:00
|
|
|
<module>jetty-p2</module>
|
2021-08-05 04:04:37 -04:00
|
|
|
<module>jetty-unixdomain-server</module>
|
2016-06-06 15:28:51 -04:00
|
|
|
</modules>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2021-09-13 16:10:48 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-05-14 18:37:57 -04:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
2020-12-21 17:17:16 -05:00
|
|
|
<execution>
|
|
|
|
<id>ban-javax-servlet-api</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
|
|
|
<exclude>javax.servlet:*</exclude>
|
|
|
|
<exclude>servletapi</exclude>
|
|
|
|
<exclude>org.eclipse.jetty.orbit:javax.servlet</exclude>
|
|
|
|
<exclude>*:javax.servlet</exclude>
|
|
|
|
<exclude>org.mortbay.jetty:servlet-api</exclude>
|
|
|
|
<exclude>jetty:servlet-api</exclude>
|
|
|
|
<exclude>jetty-servlet-api</exclude>
|
|
|
|
<exclude>javax.websocket</exclude>
|
2021-09-13 16:10:48 -04:00
|
|
|
<exclude>javax.el:*</exclude>
|
|
|
|
<exclude>javax.annotation:javax.annotation-api</exclude>
|
2020-12-21 17:17:16 -05:00
|
|
|
</excludes>
|
|
|
|
<searchTransitive>true</searchTransitive>
|
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2010-05-14 18:37:57 -04:00
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
2020-12-21 17:17:16 -05:00
|
|
|
<phase>validate</phase>
|
2010-05-14 18:37:57 -04:00
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>[3.5.0,)</version>
|
|
|
|
<message>[ERROR] OLD MAVEN [${maven.version}] in use, Jetty ${project.version} requires Maven 3.5.0 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireMavenVersion>
|
|
|
|
<requireJavaVersion>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>[11,)</version>
|
|
|
|
<message>[ERROR] OLD JDK [${java.version}] in use. Jetty ${project.version} requires JDK 11 or newer</message>
|
2010-05-14 18:37:57 -04:00
|
|
|
</requireJavaVersion>
|
|
|
|
<versionTxtRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.VersionTxtRule" />
|
|
|
|
<versionOsgiRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireOsgiCompatibleVersionRule" />
|
|
|
|
<versionRedhatRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireRedhatCompatibleVersionRule" />
|
|
|
|
<versionDebianRule implementation="org.eclipse.jetty.toolchain.enforcer.rules.RequireDebianCompatibleVersionRule" />
|
2021-09-22 18:10:49 -04:00
|
|
|
<requireUpperBoundDeps/>
|
2016-06-06 15:28:51 -04:00
|
|
|
</rules>
|
2012-01-31 17:21:58 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2010-05-14 18:37:57 -04:00
|
|
|
</executions>
|
|
|
|
<dependencies>
|
2016-06-06 15:28:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-build-support</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<version>${build-support.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</dependency>
|
2010-05-14 18:37:57 -04:00
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2016-10-19 11:51:45 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2016-10-20 17:14:50 -04:00
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<!-- build tools -->
|
|
|
|
<exclude>**/org/eclipse/jetty/ant/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/maven/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/jspc/**</exclude>
|
|
|
|
<!-- example code / documentation -->
|
|
|
|
<exclude>**/org/eclipse/jetty/embedded/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/asyncrest/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/demo/**</exclude>
|
|
|
|
<!-- special environments / late integrations -->
|
|
|
|
<exclude>**/org/eclipse/jetty/gcloud/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/infinispan/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/osgi/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/spring/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/http/spi/**</exclude>
|
|
|
|
<!-- test classes -->
|
|
|
|
<exclude>**/org/eclipse/jetty/tests/**</exclude>
|
|
|
|
<exclude>**/org/eclipse/jetty/test/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
2016-10-19 11:51:45 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-initialize</id>
|
|
|
|
<phase>initialize</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-site</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>report</goal>
|
|
|
|
</goals>
|
2016-10-20 14:28:26 -04:00
|
|
|
<configuration>
|
|
|
|
<!-- list of classes that you want to see in the report.
|
|
|
|
Specify a narrow list of multi-module project
|
2018-08-31 16:57:38 -04:00
|
|
|
classes you want to see here.
|
2016-10-20 14:28:26 -04:00
|
|
|
This is useful to remove 3rd party library classes
|
|
|
|
from the report. -->
|
|
|
|
<includes>
|
|
|
|
<include>**/org/eclipse/jetty/**</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
2016-10-19 11:51:45 -04:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2012-11-05 12:39:52 -05:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
<useReleaseProfile>false</useReleaseProfile>
|
2019-09-16 15:42:52 -04:00
|
|
|
<goals>deploy</goals>
|
2016-06-06 15:28:51 -04:00
|
|
|
<arguments>-Peclipse-release</arguments>
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2018-09-11 07:05:37 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-01-09 14:59:51 -05:00
|
|
|
<id>copy-shared-resources</id>
|
2016-06-06 15:28:51 -04:00
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
2020-01-09 14:59:51 -05:00
|
|
|
<resourceBundle>org.eclipse.jetty:build-resources:${project.version}</resourceBundle>
|
2016-06-06 15:28:51 -04:00
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<!-- The source maven plugin creates the source bundle and adds manifest -->
|
2020-06-18 22:47:46 -04:00
|
|
|
<!-- if removing this we need to add it back in eclipse-release profile -->
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
2018-09-11 07:05:37 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
2020-06-18 22:47:46 -04:00
|
|
|
<phase>package</phase>
|
2016-06-06 15:28:51 -04:00
|
|
|
<goals>
|
2020-06-18 22:47:46 -04:00
|
|
|
<goal>jar-no-fork</goal>
|
2016-06-06 15:28:51 -04:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.mycila</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2012-11-05 12:39:52 -05:00
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<failIfMissing>true</failIfMissing>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
<strictCheck>true</strictCheck>
|
|
|
|
<properties>
|
2022-01-27 11:42:43 -05:00
|
|
|
<copyright-range>${project.inceptionYear}-2022</copyright-range>
|
2012-11-05 12:39:52 -05:00
|
|
|
</properties>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2018-02-07 16:06:52 -05:00
|
|
|
<id>check-java-headers</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2020-01-09 15:56:05 -05:00
|
|
|
<header>header-template.txt</header>
|
2018-02-07 16:06:52 -05:00
|
|
|
<mapping>
|
|
|
|
<java>DOUBLESLASH_STYLE</java>
|
2020-01-09 15:56:05 -05:00
|
|
|
<adoc>DOUBLESLASH_STYLE</adoc>
|
2018-02-07 16:06:52 -05:00
|
|
|
</mapping>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.java</include>
|
2020-01-09 15:56:05 -05:00
|
|
|
<include>**/*.adoc</include>
|
2018-02-07 16:06:52 -05:00
|
|
|
</includes>
|
|
|
|
<excludes>
|
2020-12-10 20:50:52 -05:00
|
|
|
<!-- Sabre Holdings -->
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebAppContext.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/Connectors.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/ContextHandlers.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/FileMatchingConfiguration.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/LoginServices.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/types/SystemProperties.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/utils/ServerProxy.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/utils/TaskLog.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/AntWebXmlConfiguration.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/JettyRunTask.java</exclude>
|
|
|
|
<exclude>jetty-ant/src/main/java/org/eclipse/jetty/ant/ServerProxyImpl.java</exclude>
|
|
|
|
<!-- Aki Yoshida -->
|
2020-09-29 05:06:07 -04:00
|
|
|
<exclude>jetty-util/src/main/java/org/eclipse/jetty/util/security/UnixCrypt.java</exclude>
|
2020-12-10 20:50:52 -05:00
|
|
|
<!-- Distribution Text (no header, too noisy) -->
|
2020-09-29 05:06:07 -04:00
|
|
|
<exclude>jetty-home/src/main/resources/README.adoc</exclude>
|
2018-02-07 16:06:52 -05:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2012-11-05 12:39:52 -05:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-08-15 05:35:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2015-05-13 14:18:13 -04:00
|
|
|
<phase>process-classes</phase>
|
2014-08-15 05:35:49 -04:00
|
|
|
<goals>
|
|
|
|
<goal>manifest</goal>
|
|
|
|
</goals>
|
2016-06-06 15:28:51 -04:00
|
|
|
</execution>
|
2014-08-15 05:35:49 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
|
2014-08-15 05:35:49 -04:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>set-osgi-version</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>parse-version</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-version</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>attach-version-text</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-01-14 15:47:16 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.checkstyle.plugin.version}</version>
|
2020-01-14 15:47:16 -05:00
|
|
|
<configuration>
|
|
|
|
<configLocation>jetty-checkstyle.xml</configLocation>
|
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
<violationSeverity>warning</violationSeverity>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<sourceDirectories>
|
|
|
|
<!-- only scan source directory (not generated, filtered, or copied source) -->
|
|
|
|
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
|
|
|
<sourceDirectory>${project.build.testSourceDirectory}</sourceDirectory>
|
|
|
|
</sourceDirectories>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>build-resources</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
2020-01-15 12:32:04 -05:00
|
|
|
<version>${checkstyle.version}</version>
|
2020-01-14 15:47:16 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-01-15 12:32:04 -05:00
|
|
|
<id>checkstyle-check</id>
|
2020-01-14 15:47:16 -05:00
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-01-09 16:56:06 -05:00
|
|
|
</plugins>
|
|
|
|
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.antrun.plugin.version}</version>
|
2021-02-04 10:38:04 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2020-01-09 16:56:06 -05:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.assembly.plugin.version}</version>
|
2020-01-09 16:56:06 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-assembly-descriptors</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jetty-assembly-descriptors.version}</version>
|
2020-01-09 16:56:06 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-06-23 07:49:22 -04:00
|
|
|
</plugin>
|
2019-05-13 21:09:32 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.clean.plugin.version}</version>
|
2019-05-13 21:09:32 -04:00
|
|
|
</plugin>
|
2010-05-03 13:02:09 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.compiler.plugin.version}</version>
|
2010-05-03 13:02:09 -04:00
|
|
|
<configuration>
|
2018-11-02 05:20:35 -04:00
|
|
|
<source>${compiler.source}</source>
|
|
|
|
<target>${compiler.target}</target>
|
2018-11-02 05:27:14 -04:00
|
|
|
<release>${compiler.release}</release>
|
2020-02-24 14:20:51 -05:00
|
|
|
<showWarnings>true</showWarnings>
|
2019-12-19 06:14:45 -05:00
|
|
|
<compilerArgs>
|
|
|
|
<compilerArg>-Xlint:exports</compilerArg>
|
|
|
|
</compilerArgs>
|
2020-03-26 13:01:27 -04:00
|
|
|
<testCompilerArgument>-nowarn</testCompilerArgument>
|
2010-05-03 13:02:09 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.dependency.plugin.version}</version>
|
2010-05-03 13:02:09 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2009-03-31 18:23:19 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2019-07-29 21:13:54 -04:00
|
|
|
<version>${maven.deploy.plugin.version}</version>
|
2010-05-24 18:15:48 -04:00
|
|
|
<configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
|
2010-05-24 18:15:48 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
2011-02-15 09:35:16 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.enforcer.plugin.version}</version>
|
2011-02-15 09:35:16 -05:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.surefire.plugin.version}</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2018-03-21 07:11:16 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-invoker-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.invoker.plugin.version}</version>
|
2019-01-23 16:29:49 -05:00
|
|
|
<configuration>
|
2020-09-23 03:18:22 -04:00
|
|
|
<mergeUserSettings>${invoker.mergeUserSettings}</mergeUserSettings>
|
2019-07-18 02:46:59 -04:00
|
|
|
<writeJunitReport>true</writeJunitReport>
|
|
|
|
<junitPackageName>org.eclipse.jetty.maven.its</junitPackageName>
|
2019-01-23 16:29:49 -05:00
|
|
|
<debug>${it.debug}</debug>
|
|
|
|
<javaHome>${java.home}</javaHome>
|
|
|
|
<environmentVariables>
|
|
|
|
<JAVA_HOME>${java.home}</JAVA_HOME>
|
|
|
|
</environmentVariables>
|
|
|
|
<projectsDirectory>src/it</projectsDirectory>
|
|
|
|
<timeoutInSeconds>300</timeoutInSeconds>
|
|
|
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
2019-07-29 21:13:54 -04:00
|
|
|
<localRepositoryPath>${localRepoPath}</localRepositoryPath>
|
2019-08-01 23:27:11 -04:00
|
|
|
<settingsFile>${settingsPath}</settingsFile>
|
2019-01-23 16:29:49 -05:00
|
|
|
<skipInvocation>${skipTests}</skipInvocation>
|
2022-03-28 07:41:36 -04:00
|
|
|
<streamLogsOnFailures>true</streamLogsOnFailures>
|
2019-01-23 16:29:49 -05:00
|
|
|
<pomIncludes>
|
|
|
|
<pomInclude>*/pom.xml</pomInclude>
|
|
|
|
</pomIncludes>
|
2019-07-29 21:13:54 -04:00
|
|
|
<filterProperties>
|
|
|
|
<localRepo>${localRepoPath}</localRepo>
|
|
|
|
</filterProperties>
|
2019-01-23 16:29:49 -05:00
|
|
|
</configuration>
|
2021-02-04 16:38:05 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2018-04-18 17:21:20 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
2019-07-29 21:13:54 -04:00
|
|
|
<version>${maven.install.plugin.version}</version>
|
2018-04-18 17:21:20 -04:00
|
|
|
</plugin>
|
2011-05-19 10:32:49 -04:00
|
|
|
<plugin>
|
2011-05-25 19:05:29 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2016-06-06 15:28:51 -04:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.jar.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
|
|
<manifestEntries>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
2018-09-11 22:50:32 -04:00
|
|
|
<Implementation-Vendor>Eclipse Jetty Project</Implementation-Vendor>
|
2016-06-06 15:28:51 -04:00
|
|
|
<url>${jetty.url}</url>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2011-05-19 10:32:49 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2011-05-25 19:05:29 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.javadoc.plugin.version}</version>
|
2011-09-08 13:29:27 -04:00
|
|
|
<configuration>
|
2019-06-27 20:00:57 -04:00
|
|
|
<verbose>true</verbose>
|
|
|
|
<debug>true</debug>
|
2019-04-29 07:21:59 -04:00
|
|
|
<source>11</source>
|
2017-03-17 12:03:38 -04:00
|
|
|
<charset>UTF-8</charset>
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
<encoding>UTF-8</encoding>
|
2019-06-13 04:03:54 -04:00
|
|
|
<additionalOptions>-html5</additionalOptions>
|
2011-09-08 13:29:27 -04:00
|
|
|
<docfilessubdirs>true</docfilessubdirs>
|
2017-05-12 09:41:01 -04:00
|
|
|
<detectLinks>false</detectLinks>
|
|
|
|
<detectJavaApiLink>false</detectJavaApiLink>
|
2019-06-27 20:00:57 -04:00
|
|
|
<detectOfflineLinks>false</detectOfflineLinks>
|
2016-03-07 12:24:57 -05:00
|
|
|
<show>protected</show>
|
2019-02-21 09:45:12 -05:00
|
|
|
<attach>true</attach>
|
2019-06-27 20:00:57 -04:00
|
|
|
<isOffline>true</isOffline>
|
2019-06-12 21:28:22 -04:00
|
|
|
<excludePackageNames>com.*:org.slf4j*:org.mortbay*:*.jmh*:org.eclipse.jetty.embedded*:org.eclipse.jetty.example.asyncrest*:org.eclipse.jetty.test*</excludePackageNames>
|
2013-02-04 10:59:37 -05:00
|
|
|
</configuration>
|
2011-05-19 10:32:49 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.jxr.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-plugin-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven-plugin.plugin.version}</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.release.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.remote-resources-plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.resources.plugin.version}</version>
|
2021-01-31 19:11:09 -05:00
|
|
|
<configuration>
|
|
|
|
<propertiesEncoding>${project.build.sourceEncoding}</propertiesEncoding>
|
|
|
|
</configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.shade.plugin.version}</version>
|
2022-04-11 07:20:42 -04:00
|
|
|
<configuration>
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
|
|
|
</configuration>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.site.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.source.plugin.version}</version>
|
2020-06-18 22:47:46 -04:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
|
|
|
|
<Bundle-Name>${project.name}</Bundle-Name>
|
|
|
|
<Bundle-SymbolicName>${bundle-symbolic-name}.source</Bundle-SymbolicName>
|
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
|
|
|
<Bundle-Version>${parsedVersion.osgiVersion}</Bundle-Version>
|
|
|
|
<Eclipse-SourceBundle>${bundle-symbolic-name};version="${parsedVersion.osgiVersion}";roots:="."</Eclipse-SourceBundle>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.surefire.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<configuration>
|
2020-11-18 06:26:38 -05:00
|
|
|
<trimStackTrace>false</trimStackTrace>
|
2019-11-17 16:20:42 -05:00
|
|
|
<rerunFailingTestsCount>${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
|
2018-05-31 11:11:01 -04:00
|
|
|
<forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
|
2018-12-05 18:09:06 -05:00
|
|
|
<argLine>
|
|
|
|
@{argLine} ${jetty.surefire.argLine}
|
|
|
|
</argLine>
|
2016-06-06 15:28:51 -04:00
|
|
|
<failIfNoTests>false</failIfNoTests>
|
2016-10-19 13:59:09 -04:00
|
|
|
<forkCount>1</forkCount>
|
2018-09-04 20:07:17 -04:00
|
|
|
<reuseForks>true</reuseForks> <!-- to work around crash at https://github.com/junit-team/junit5/issues/801 -->
|
2019-08-05 21:10:41 -04:00
|
|
|
<!-- order can be different depending on os jvm so let's force it -->
|
|
|
|
<runOrder>alphabetical</runOrder>
|
2018-06-07 01:39:56 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
|
2021-08-05 04:04:37 -04:00
|
|
|
<jetty.unixdomain.dir>${jetty.unixdomain.dir}</jetty.unixdomain.dir>
|
2018-09-21 00:03:05 -04:00
|
|
|
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
|
|
|
|
<jetty.testtracker.log>${jetty.testtracker.log}</jetty.testtracker.log>
|
2018-06-07 01:39:56 -04:00
|
|
|
</systemPropertyVariables>
|
2021-01-15 09:40:51 -05:00
|
|
|
<!-- The LC_ALL env variable must have some UTF variant otherwise creating and/or reading files with non-ascii names doesn't work -->
|
|
|
|
<environmentVariables>
|
|
|
|
<LC_ALL>en_US.UTF-8</LC_ALL>
|
|
|
|
</environmentVariables>
|
2016-06-06 15:28:51 -04:00
|
|
|
</configuration>
|
2018-11-22 06:37:35 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${maven.war.plugin.version}</version>
|
2017-01-12 09:34:04 -05:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jetty-version.maven.plugin.version}</version>
|
2017-01-12 09:34:04 -05:00
|
|
|
</plugin>
|
2017-01-12 11:52:45 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jacoco.maven.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${docbkx.maven.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.mycila</groupId>
|
|
|
|
<artifactId>license-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${license.maven.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.bundle.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<configuration>
|
|
|
|
<supportedProjectTypes>
|
|
|
|
<supportedProjectType>jar</supportedProjectType>
|
|
|
|
<supportedProjectType>maven-plugin</supportedProjectType>
|
|
|
|
</supportedProjectTypes>
|
|
|
|
<instructions>
|
|
|
|
<Bundle-SymbolicName>${bundle-symbolic-name}</Bundle-SymbolicName>
|
|
|
|
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
|
2020-01-19 13:03:09 -05:00
|
|
|
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
|
2016-06-06 15:28:51 -04:00
|
|
|
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
|
|
|
|
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
|
|
|
<Bundle-Classpath>.</Bundle-Classpath>
|
2022-01-27 11:42:43 -05:00
|
|
|
<Bundle-Copyright>Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd and others.</Bundle-Copyright>
|
2021-06-03 10:58:35 -04:00
|
|
|
<Import-Package>
|
2021-06-10 12:30:18 -04:00
|
|
|
${osgi.slf4j.import.packages},
|
2021-06-03 10:58:35 -04:00
|
|
|
*
|
|
|
|
</Import-Package>
|
2018-04-03 22:06:43 -04:00
|
|
|
<_provider-policy><![CDATA[$<range;[===,=+)>]]></_provider-policy>
|
|
|
|
<_consumer-policy><![CDATA[$<range;[===,+)>]]></_consumer-policy>
|
2018-11-20 12:41:54 -05:00
|
|
|
<_noee>true</_noee>
|
2016-06-06 15:28:51 -04:00
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.servicemix.tooling</groupId>
|
|
|
|
<artifactId>depends-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${depends.maven.plugin.version}</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${asciidoctor.maven.plugin.version}</version>
|
2020-11-20 14:05:42 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj-diagram</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${asciidoctorj-diagram.version}</version>
|
2020-11-20 14:05:42 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<configuration>
|
|
|
|
<backend>html5</backend>
|
|
|
|
<requires>
|
|
|
|
<require>asciidoctor-diagram</require>
|
|
|
|
</requires>
|
|
|
|
<attributes>
|
2021-04-15 19:30:47 -04:00
|
|
|
<JDURL>https://www.eclipse.org/jetty/javadoc/jetty-11</JDURL>
|
2020-11-20 14:05:42 -05:00
|
|
|
<SRCDIR>${basedir}/..</SRCDIR>
|
|
|
|
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/jetty-9.4.x</GITBROWSEURL>
|
|
|
|
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-doc-refactor/jetty-documentation/src/main/asciidoc</GITDOCURL>
|
|
|
|
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
|
|
|
|
<VERSION>${project.version}</VERSION>
|
|
|
|
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>
|
|
|
|
<toc>left</toc>
|
|
|
|
<icons>font</icons>
|
|
|
|
</attributes>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>index</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>src/main/asciidoc</sourceDirectory>
|
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputDirectory>${project.build.directory}/html</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2016-06-07 04:23:38 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>appassembler-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${appassembler.maven.plugin.version}</version>
|
2016-06-07 04:23:38 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${build-helper.maven.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2018-08-29 06:22:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${buildnumber.maven.plugin.version}</version>
|
2018-08-29 06:22:51 -04:00
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
2021-04-26 20:26:33 -04:00
|
|
|
<version>${maven.exec.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
</plugin>
|
2018-07-21 09:55:43 -04:00
|
|
|
<plugin>
|
2020-09-14 07:01:10 -04:00
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2018-07-21 09:55:43 -04:00
|
|
|
<artifactId>h2spec-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${h2spec.maven.plugin.version}</version>
|
2018-07-21 09:55:43 -04:00
|
|
|
</plugin>
|
2021-09-13 14:19:06 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${versions.maven.plugin.version}</version>
|
2021-09-13 14:19:06 -04:00
|
|
|
<configuration>
|
|
|
|
<processDependencies>true</processDependencies>
|
|
|
|
<processDependencyManagement>true</processDependencyManagement>
|
|
|
|
<processPluginDependencies>true</processPluginDependencies>
|
|
|
|
<processPluginDependenciesInPluginManagement>true</processPluginDependenciesInPluginManagement>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2021-09-22 11:41:30 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
<version>${maven.eclipse.plugin.version}</version>
|
|
|
|
</plugin>
|
2009-03-24 17:07:27 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2012-10-12 08:56:44 -04:00
|
|
|
|
2018-09-04 20:07:17 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2019-04-30 13:23:55 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
2018-09-04 20:07:17 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-09-04 20:07:17 -04:00
|
|
|
</dependencies>
|
|
|
|
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>biz.aQute.bnd</groupId>
|
|
|
|
<artifactId>biz.aQute.bndlib</artifactId>
|
|
|
|
<version>${bndlib.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
|
<version>${logback.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-constants</artifactId>
|
|
|
|
<version>${jnr-constants.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-enxio</artifactId>
|
|
|
|
<version>${jnr-enxio.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2020-02-24 14:20:51 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-ffi</artifactId>
|
|
|
|
<version>${jnr-ffi.version}</version>
|
2020-02-24 14:20:51 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-posix</artifactId>
|
|
|
|
<version>${jnr-posix.version}</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.github.jnr</groupId>
|
|
|
|
<artifactId>jnr-unixsocket</artifactId>
|
|
|
|
<version>${jnr-unixsocket.version}</version>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
<version>${findbugs.jsr305.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_annotations</artifactId>
|
|
|
|
<version>${google.errorprone.version}</version>
|
2013-09-16 23:12:54 -04:00
|
|
|
</dependency>
|
2021-09-22 11:41:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>${gson.version}</version>
|
|
|
|
</dependency>
|
2013-09-16 23:12:54 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${guava.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2018-09-17 18:35:29 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
<version>${guice.version}</version>
|
2018-09-17 18:35:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.googlecode.json-simple</groupId>
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
<version>${json-simple.version}</version>
|
2018-09-17 18:35:29 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.jamonapi</groupId>
|
|
|
|
<artifactId>jamon</artifactId>
|
|
|
|
<version>${jamon.version}</version>
|
2020-03-13 05:45:37 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
2020-03-13 05:45:37 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.jamonapi</groupId>
|
|
|
|
<artifactId>jamon_war</artifactId>
|
|
|
|
<version>${jamon.version}</version>
|
|
|
|
<type>war</type>
|
2020-03-13 05:45:37 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
2020-03-13 05:45:37 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2013-08-14 15:14:47 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.jolokia</groupId>
|
|
|
|
<artifactId>jolokia-war</artifactId>
|
|
|
|
<version>${jolokia.version}</version>
|
|
|
|
<type>war</type>
|
2013-08-14 15:14:47 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.openpojo</groupId>
|
|
|
|
<artifactId>openpojo</artifactId>
|
|
|
|
<version>${openpojo.version}</version>
|
2014-03-14 01:54:03 -04:00
|
|
|
</dependency>
|
2012-01-31 16:00:47 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>com.sun.xml.ws</groupId>
|
|
|
|
<artifactId>jaxws-rt</artifactId>
|
|
|
|
<version>${jakarta.xml.jaxws.impl.version}</version>
|
2013-07-11 23:20:26 -04:00
|
|
|
</dependency>
|
2021-09-22 18:10:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
|
<artifactId>jakarta.mail</artifactId>
|
|
|
|
<version>${jakarta.mail.api.version}</version>
|
|
|
|
</dependency>
|
2013-07-11 23:20:26 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${commons-codec.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2022-01-27 04:17:01 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2022-01-27 04:45:23 -05:00
|
|
|
<version>${commons.io.version}</version>
|
2022-01-27 04:17:01 -05:00
|
|
|
</dependency>
|
2013-07-11 23:20:26 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>io.grpc</groupId>
|
|
|
|
<artifactId>grpc-core</artifactId>
|
|
|
|
<version>${grpc.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.hawt</groupId>
|
|
|
|
<artifactId>hawtio-default</artifactId>
|
|
|
|
<version>${hawtio.version}</version>
|
|
|
|
<type>war</type>
|
2013-07-11 23:20:26 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.el</groupId>
|
|
|
|
<artifactId>jakarta.el-api</artifactId>
|
|
|
|
<version>${jakarta.el.api.version}</version>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 11:41:30 -04:00
|
|
|
<groupId>jakarta.enterprise</groupId>
|
|
|
|
<artifactId>jakarta.enterprise.cdi-api</artifactId>
|
|
|
|
<version>${jakarta.enterprise.cdi.api.version}</version>
|
2012-01-31 16:00:47 -05:00
|
|
|
</dependency>
|
2021-08-18 03:28:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.activation</groupId>
|
|
|
|
<artifactId>jakarta.activation-api</artifactId>
|
2021-09-22 11:41:30 -04:00
|
|
|
<version>${jakarta.activation.api.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>jakarta.annotation</groupId>
|
|
|
|
<artifactId>jakarta.annotation-api</artifactId>
|
|
|
|
<version>${jakarta.annotation.api.version}</version>
|
2021-08-18 03:28:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.authentication</groupId>
|
|
|
|
<artifactId>jakarta.authentication-api</artifactId>
|
2021-09-22 18:10:49 -04:00
|
|
|
<version>${jakarta.authentication.api.version}</version>
|
2021-08-18 03:28:28 -04:00
|
|
|
</dependency>
|
2021-09-13 19:29:02 -04:00
|
|
|
<dependency>
|
2021-11-01 19:37:27 -04:00
|
|
|
<groupId>jakarta.interceptor</groupId>
|
|
|
|
<artifactId>jakarta.interceptor-api</artifactId>
|
|
|
|
<version>${jakarta.interceptor.api.version}</version>
|
2021-09-13 19:29:02 -04:00
|
|
|
</dependency>
|
2020-03-12 07:02:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.inject</groupId>
|
|
|
|
<artifactId>jakarta.inject-api</artifactId>
|
2021-09-22 18:10:49 -04:00
|
|
|
<version>${jakarta.inject.api.version}</version>
|
2020-03-12 07:02:10 -04:00
|
|
|
</dependency>
|
2014-03-14 01:54:03 -04:00
|
|
|
<dependency>
|
2021-09-22 18:10:49 -04:00
|
|
|
<groupId>jakarta.mail</groupId>
|
|
|
|
<artifactId>jakarta.mail-api</artifactId>
|
|
|
|
<version>${jakarta.mail.api.version}</version>
|
2014-03-14 01:54:03 -04:00
|
|
|
</dependency>
|
2020-03-15 21:53:46 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
|
<version>${jakarta.servlet.api.version}</version>
|
2020-03-15 21:53:46 -04:00
|
|
|
</dependency>
|
2020-05-29 21:57:03 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>jakarta.servlet.jsp</groupId>
|
|
|
|
<artifactId>jakarta.servlet.jsp-api</artifactId>
|
|
|
|
<version>${jakarta.servlet.jsp.api.version}</version>
|
2020-05-29 21:57:03 -04:00
|
|
|
</dependency>
|
2014-03-14 01:54:03 -04:00
|
|
|
<dependency>
|
2020-03-05 23:39:38 -05:00
|
|
|
<groupId>jakarta.servlet.jsp.jstl</groupId>
|
|
|
|
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jakarta.servlet.jsp.jstl.api.version}</version>
|
2020-03-15 21:53:46 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
|
</exclusion>
|
2021-09-22 18:10:49 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>jakarta.el</groupId>
|
|
|
|
<artifactId>jakarta.el-api</artifactId>
|
|
|
|
</exclusion>
|
2020-03-15 21:53:46 -04:00
|
|
|
</exclusions>
|
2014-03-14 01:54:03 -04:00
|
|
|
</dependency>
|
2013-07-11 23:20:26 -04:00
|
|
|
<dependency>
|
2019-02-12 08:41:05 -05:00
|
|
|
<groupId>jakarta.transaction</groupId>
|
|
|
|
<artifactId>jakarta.transaction-api</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jakarta.transaction-api.version}</version>
|
2013-07-11 23:20:26 -04:00
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 18:10:49 -04:00
|
|
|
<groupId>jakarta.ws.rs</groupId>
|
|
|
|
<artifactId>jakarta.ws.rs-api</artifactId>
|
|
|
|
<version>${jakarta.ws.rs.api.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<dependency>
|
2021-09-22 11:41:30 -04:00
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
|
<version>${jakarta.xml.bind.api.version}</version>
|
2020-09-29 06:41:58 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 11:41:30 -04:00
|
|
|
<groupId>jakarta.xml.ws</groupId>
|
|
|
|
<artifactId>jakarta.xml.ws-api</artifactId>
|
|
|
|
<version>${jakarta.xml.ws.api.version}</version>
|
2020-09-29 06:41:58 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>net.java.dev.jna</groupId>
|
2021-12-01 07:26:04 -05:00
|
|
|
<artifactId>jna-jpms</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jna.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>net.minidev</groupId>
|
|
|
|
<artifactId>json-smart</artifactId>
|
|
|
|
<version>${json-smart.version}</version>
|
2018-03-23 06:32:29 -04:00
|
|
|
</dependency>
|
2021-09-13 14:19:06 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
2021-09-13 14:19:06 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant-launcher</artifactId>
|
|
|
|
<version>${ant.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2018-03-23 06:32:29 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commons-lang3.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2019-08-01 03:46:06 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>org.apache.felix.framework</artifactId>
|
|
|
|
<version>${felix.version}</version>
|
2019-08-01 03:46:06 -04:00
|
|
|
</dependency>
|
2021-09-20 21:16:50 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.kerby</groupId>
|
|
|
|
<artifactId>kerb-simplekdc</artifactId>
|
|
|
|
<version>${kerb-simplekdc.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-api</artifactId>
|
|
|
|
<version>${log4j2.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
2021-09-22 11:41:30 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
</exclusion>
|
2022-03-28 07:41:36 -04:00
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
</exclusion>
|
2021-09-22 11:41:30 -04:00
|
|
|
</exclusions>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
2022-02-24 22:23:21 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
2021-09-20 21:16:50 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
2021-09-22 11:41:30 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.enterprise</groupId>
|
|
|
|
<artifactId>cdi-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-resolver-provider</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
<version>${maven.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
|
|
|
<artifactId>maven-plugin-annotations</artifactId>
|
|
|
|
<version>${maven.plugin-tools.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
|
|
<version>${maven.plugin-tools.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-impl</artifactId>
|
|
|
|
<version>${taglibs-standard-impl.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<!-- We are using the jakarta.* artifacts instead -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.taglibs</groupId>
|
|
|
|
<artifactId>taglibs-standard-spec</artifactId>
|
|
|
|
<version>${taglibs-standard-spec.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<!-- We are using the jakarta.* artifacts instead -->
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>jsp-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-09-29 04:27:13 -04:00
|
|
|
</dependency>
|
2021-08-02 07:05:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
<artifactId>awaitility</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${awaitility.version}</version>
|
2021-08-02 07:05:44 -04:00
|
|
|
</dependency>
|
2020-05-07 17:06:03 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj</artifactId>
|
|
|
|
<version>${asciidoctorj.version}</version>
|
2020-05-07 17:06:03 -04:00
|
|
|
</dependency>
|
2021-08-05 22:07:09 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
|
|
|
<version>${asciidoctor.maven.plugin.version}</version>
|
2021-08-05 22:07:09 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.conscrypt</groupId>
|
|
|
|
<artifactId>conscrypt-openjdk-uber</artifactId>
|
|
|
|
<version>${conscrypt.version}</version>
|
|
|
|
</dependency>
|
2020-10-05 07:34:00 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
<version>${plexus-component-annotations.version}</version>
|
2020-10-05 07:34:00 -04:00
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>${plexus-utils.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>apache-jsp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>glassfish-jstl</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-conscrypt-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-conscrypt-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-java-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-java-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-alpn-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-annotations</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-ant</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-cdi</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-deploy</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-hazelcast</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-home</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>zip</type>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http-spi</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>infinispan-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>infinispan-embedded</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>infinispan-embedded-query</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>infinispan-remote</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>infinispan-remote-query</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-nosql</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaas</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaspi</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jndi</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jspc-maven-plugin</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-keystore</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-openid</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-plus</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-quickstart</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-rewrite</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-runner</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-13 16:10:48 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-30 06:41:49 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-start</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-unixdomain-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-unixsocket-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-unixsocket-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-unixsocket-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-async-rest-jar</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-async-rest-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-container-initializer</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jaas-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jetty-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jndi-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-jsp-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-mock-resources</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-proxy-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-spec-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-simple-webapp</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>war</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.demos</groupId>
|
|
|
|
<artifactId>demo-web-fragment</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.gcloud</groupId>
|
|
|
|
<artifactId>jetty-gcloud-session-manager</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-hpack</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-http-client-transport</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-10-15 08:53:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-qpack</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-http-client-transport</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http3</groupId>
|
|
|
|
<artifactId>http3-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.memcached</groupId>
|
|
|
|
<artifactId>jetty-memcached-sessions</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.osgi</groupId>
|
|
|
|
<artifactId>jetty-osgi-boot</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-10-15 08:53:51 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
|
|
|
<artifactId>quic-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
|
|
|
<artifactId>quic-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
2021-11-08 05:28:37 -05:00
|
|
|
<artifactId>quic-quiche-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
|
|
|
<artifactId>quic-quiche-jna</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
2021-11-08 13:50:31 -05:00
|
|
|
<artifactId>quic-quiche-foreign-incubator</artifactId>
|
2021-10-15 08:53:51 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.quic</groupId>
|
|
|
|
<artifactId>quic-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>jetty-http-tools</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-distribution</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>test-sessions-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-core-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-core-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-core-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jakarta-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jakarta-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jakarta-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jetty-api</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jetty-client</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jetty-common</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-jetty-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
|
|
|
<artifactId>websocket-servlet</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.activation</artifactId>
|
|
|
|
<version>${javax.activation.impl.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.mail.glassfish</artifactId>
|
|
|
|
<version>${javax.mail.glassfish.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.security.auth.message</artifactId>
|
|
|
|
<version>${javax.security.auth.message.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.orbit</groupId>
|
|
|
|
<artifactId>javax.servlet.jsp.jstl</artifactId>
|
|
|
|
<version>${jakarta.servlet.jsp.jstl.impl.version}</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>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2011-01-28 13:58:47 -05:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
2021-09-22 18:10:49 -04:00
|
|
|
<artifactId>jetty-jakarta-websocket-api</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jakarta.websocket.api.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2015-03-02 11:00:52 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-perf-helper</artifactId>
|
2018-09-11 07:05:37 -04:00
|
|
|
<version>${jetty.perf-helper.version}</version>
|
2015-03-02 11:00:52 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
2021-09-22 18:10:49 -04:00
|
|
|
<artifactId>jetty-jakarta-servlet-api</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jetty.servlet.api.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<version>${jetty.test.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2018-08-30 00:17:08 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
2021-09-22 11:41:30 -04:00
|
|
|
<version>${jakarta.xml.bind.impl.version}</version>
|
2018-08-30 00:17:08 -04:00
|
|
|
</dependency>
|
2020-05-16 06:03:09 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.glassfish.web</groupId>
|
2021-09-22 18:10:49 -04:00
|
|
|
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
|
|
|
|
<version>${jakarta.servlet.jsp.jstl.impl.version}</version>
|
2020-05-16 06:03:09 -04:00
|
|
|
</dependency>
|
2021-09-14 01:31:55 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest</artifactId>
|
|
|
|
<version>${hamcrest.version}</version>
|
2021-09-13 16:10:48 -04:00
|
|
|
</dependency>
|
2021-09-20 21:16:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan</groupId>
|
|
|
|
<artifactId>infinispan-bom</artifactId>
|
|
|
|
<version>${infinispan.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2021-09-30 06:41:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.infinispan.protostream</groupId>
|
|
|
|
<artifactId>protostream</artifactId>
|
|
|
|
<version>${infinispan.protostream.version}</version>
|
|
|
|
</dependency>
|
2022-01-27 04:17:01 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.avro</groupId>
|
|
|
|
<artifactId>avro</artifactId>
|
|
|
|
<version>${apache.avro.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<version>${commons.compress.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>${jackson.core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
2022-01-27 12:40:01 -05:00
|
|
|
<version>${jackson.databind.version}</version>
|
2022-01-27 04:17:01 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
<version>${jackson.annotations.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.common</groupId>
|
|
|
|
<artifactId>wildfly-common</artifactId>
|
|
|
|
<version>${wildfly.common.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.wildfly.security</groupId>
|
|
|
|
<artifactId>wildfly-elytron</artifactId>
|
|
|
|
<version>${wildfly.elytron.version}</version>
|
|
|
|
</dependency>
|
2021-09-20 21:16:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging</artifactId>
|
|
|
|
<version>${jboss.logging.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<artifactId>jboss-logging-annotations</artifactId>
|
2022-01-27 04:17:01 -05:00
|
|
|
<version>${jboss.logging.annotations.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<artifactId>jboss-logging-processor</artifactId>
|
2022-01-27 04:17:01 -05:00
|
|
|
<version>${jboss.logging.processor.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logmanager</groupId>
|
|
|
|
<artifactId>jboss-logmanager</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jboss-logmanager.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.threads</groupId>
|
|
|
|
<artifactId>jboss-threads</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${jboss-threads.version}</version>
|
2021-09-20 21:16:50 -04:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.junit</groupId>
|
|
|
|
<artifactId>junit-bom</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<version>${mariadb.version}</version>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependency>
|
2018-08-30 00:17:08 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.mortbay.jasper</groupId>
|
|
|
|
<artifactId>apache-jsp</artifactId>
|
|
|
|
<version>${jsp.impl.version}</version>
|
2018-08-30 00:17:08 -04:00
|
|
|
</dependency>
|
2021-11-19 06:55:02 -05:00
|
|
|
<dependency>
|
2021-12-17 03:58:45 -05:00
|
|
|
<groupId>org.mortbay.jetty.quiche</groupId>
|
2021-11-19 06:55:02 -05:00
|
|
|
<artifactId>jetty-quiche-native</artifactId>
|
|
|
|
<version>${jetty-quiche-native.version}</version>
|
|
|
|
</dependency>
|
2020-05-16 06:03:09 -04:00
|
|
|
<dependency>
|
2021-09-22 18:10:49 -04:00
|
|
|
<groupId>org.mortbay.jasper</groupId>
|
|
|
|
<artifactId>apache-el</artifactId>
|
|
|
|
<version>${jsp.impl.version}</version>
|
2020-05-16 06:03:09 -04:00
|
|
|
</dependency>
|
2021-01-25 08:21:17 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
<version>${org.osgi.core.version}</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.annotation</artifactId>
|
|
|
|
<version>${org.osgi.annotation.version}</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-analysis</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
2021-09-20 12:01:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-commons</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.ow2.asm</groupId>
|
|
|
|
<artifactId>asm-tree</artifactId>
|
|
|
|
<version>${asm.version}</version>
|
2021-01-25 08:21:17 -05:00
|
|
|
</dependency>
|
2018-01-13 05:59:47 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl104-over-slf4j</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
2018-01-13 05:59:47 -05:00
|
|
|
</dependency>
|
2019-07-10 06:19:06 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jul-to-slf4j</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
2019-07-10 06:19:06 -04:00
|
|
|
</dependency>
|
2020-09-17 16:25:04 -04:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
2020-09-17 16:25:04 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
2020-09-17 16:25:04 -04:00
|
|
|
</dependency>
|
2020-11-18 06:26:38 -05:00
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
2020-11-18 06:26:38 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-09-22 10:54:52 -04:00
|
|
|
<groupId>org.testcontainers</groupId>
|
|
|
|
<artifactId>testcontainers-bom</artifactId>
|
|
|
|
<version>${testcontainers.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
2020-11-18 06:26:38 -05:00
|
|
|
</dependency>
|
2009-03-24 17:07:27 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
2009-04-10 14:40:51 -04:00
|
|
|
<profiles>
|
2021-08-05 04:04:37 -04:00
|
|
|
<profile>
|
|
|
|
<id>unix-domain-windows</id>
|
|
|
|
<activation>
|
|
|
|
<os>
|
|
|
|
<family>Windows</family>
|
|
|
|
</os>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<jetty.unixdomain.dir>${user.home}</jetty.unixdomain.dir>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2018-02-20 20:21:25 -05:00
|
|
|
<profile>
|
|
|
|
<id>errorprone</id>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<showWarnings>true</showWarnings>
|
2020-12-10 20:47:26 -05:00
|
|
|
<compilerArgs combine.children="append">
|
|
|
|
<arg>-XDcompilePolicy=simple</arg>
|
|
|
|
<arg>-Xplugin:ErrorProne -XepAllErrorsAsWarnings</arg>
|
2018-02-20 20:21:25 -05:00
|
|
|
</compilerArgs>
|
2020-12-10 20:47:26 -05:00
|
|
|
<annotationProcessorPaths>
|
|
|
|
<path>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
2021-09-14 13:33:44 -04:00
|
|
|
<version>${google.errorprone.version}</version>
|
2020-12-10 20:47:26 -05:00
|
|
|
</path>
|
|
|
|
</annotationProcessorPaths>
|
2018-02-20 20:21:25 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-08-15 05:53:52 -04:00
|
|
|
<profile>
|
|
|
|
<id>config</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<exists>src/main/config</exists>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2021-09-14 01:31:55 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy-resources</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<useDefaultDelimiters>false</useDefaultDelimiters>
|
|
|
|
<delimiters>
|
|
|
|
<delimiter>@</delimiter>
|
|
|
|
</delimiters>
|
|
|
|
<outputDirectory>${project.build.directory}/jetty-config-files</outputDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/config</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.p12</exclude>
|
|
|
|
</excludes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-08-15 05:53:52 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2020-09-21 14:56:50 -04:00
|
|
|
<id>config-assembly</id>
|
2014-08-15 05:53:52 -04:00
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<descriptorRefs>
|
|
|
|
<descriptorRef>config</descriptorRef>
|
|
|
|
</descriptorRefs>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2021-09-14 01:31:55 -04:00
|
|
|
<profile>
|
|
|
|
<id>config-template</id>
|
|
|
|
<activation>
|
|
|
|
<file>
|
|
|
|
<exists>src/main/config-template</exists>
|
|
|
|
</file>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy-resources</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<useDefaultDelimiters>false</useDefaultDelimiters>
|
|
|
|
<delimiters>
|
|
|
|
<delimiter>@</delimiter>
|
|
|
|
</delimiters>
|
|
|
|
<outputDirectory>${project.build.directory}/jetty-config-files</outputDirectory>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/config-template</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/*.p12</exclude>
|
|
|
|
</excludes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>src/main/assembly/config.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2012-05-08 12:16:53 -04:00
|
|
|
<profile>
|
2012-12-26 13:24:32 -05:00
|
|
|
<id>eclipse-release</id>
|
2011-02-10 11:13:04 -05:00
|
|
|
<modules>
|
2020-09-24 10:04:28 -04:00
|
|
|
<module>javadoc</module>
|
2011-02-10 11:13:04 -05:00
|
|
|
</modules>
|
2015-05-13 09:13:16 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2018-11-13 08:37:30 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
2022-02-11 15:56:38 -05:00
|
|
|
<version>[17,)</version>
|
|
|
|
<message>[ERROR] OLD JDK [${java.version}] in use. Jetty Release ${project.version} MUST use JDK 17 or newer</message>
|
2018-11-13 08:37:30 -05:00
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-10-02 16:00:54 -04:00
|
|
|
<plugin>
|
2020-10-02 16:42:02 -04:00
|
|
|
<inherited>true</inherited>
|
2020-10-02 16:00:54 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadoc-jar</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-05-13 09:13:16 -04:00
|
|
|
<plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<inherited>true</inherited>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2015-05-13 09:13:16 -04:00
|
|
|
<configuration>
|
2016-06-06 15:28:51 -04:00
|
|
|
<updateReleaseInfo>true</updateReleaseInfo>
|
2015-05-13 09:13:16 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-06-06 15:28:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${maven.gpg.plugin.version}</version>
|
2016-06-06 15:28:51 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-05-13 09:13:16 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2011-02-10 11:13:04 -05:00
|
|
|
</profile>
|
2013-08-14 15:43:39 -04:00
|
|
|
<profile>
|
|
|
|
<id>ci</id>
|
2019-08-01 23:27:11 -04:00
|
|
|
<properties>
|
2020-11-18 06:26:38 -05:00
|
|
|
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
2019-08-01 23:27:11 -04:00
|
|
|
<settingsPath>${env.GLOBAL_MVN_SETTINGS}</settingsPath>
|
2020-12-10 20:47:26 -05:00
|
|
|
<spotbugs.failOnError>false</spotbugs.failOnError>
|
|
|
|
<!-- Defines a SpotBugs threshold. Use "Low" to discover low-priority bugs -->
|
|
|
|
<spotbugs.threshold>Medium</spotbugs.threshold>
|
|
|
|
<!-- Defines a SpotBugs effort. Use "Max" to maximize the scan depth -->
|
|
|
|
<spotbugs.effort>Default</spotbugs.effort>
|
|
|
|
<spotbugs.skip>false</spotbugs.skip>
|
|
|
|
<spotbugs.onlyAnalyze>org.eclipse.jetty.*</spotbugs.onlyAnalyze>
|
2019-08-01 23:27:11 -04:00
|
|
|
</properties>
|
2020-11-18 16:15:03 -05:00
|
|
|
<modules>
|
|
|
|
<module>javadoc</module>
|
|
|
|
</modules>
|
2019-04-05 23:27:42 -04:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2020-12-10 20:47:26 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
2021-09-22 10:54:52 -04:00
|
|
|
<version>${spotbugs.maven.plugin.version}</version>
|
2020-12-10 20:47:26 -05:00
|
|
|
</plugin>
|
2019-04-05 23:27:42 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2020-04-19 10:47:49 -04:00
|
|
|
<configuration>
|
2020-11-24 14:29:34 -05:00
|
|
|
<excludedGroups>external, large-disk-resource</excludedGroups>
|
2021-08-19 21:40:18 -04:00
|
|
|
<systemPropertyVariables>
|
|
|
|
<env>ci</env>
|
|
|
|
</systemPropertyVariables>
|
2020-04-19 10:47:49 -04:00
|
|
|
</configuration>
|
2019-04-05 23:27:42 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2020-12-10 20:47:26 -05:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.spotbugs</groupId>
|
|
|
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>spotbugs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<configuration>
|
|
|
|
<skip>${spotbugs.skip}</skip>
|
|
|
|
<failOnError>${spotbugs.failOnError}</failOnError>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
<effort>${spotbugs.effort}</effort>
|
|
|
|
<threshold>${spotbugs.threshold}</threshold>
|
2022-02-16 19:12:01 -05:00
|
|
|
<fork>false</fork>
|
2020-12-10 20:47:26 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2019-04-05 23:27:42 -04:00
|
|
|
</build>
|
2013-08-14 15:43:39 -04:00
|
|
|
</profile>
|
2011-08-19 15:13:54 -04:00
|
|
|
<profile>
|
|
|
|
<id>update-version</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-version-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>gen-versiontxt</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
2011-10-06 10:20:57 -04:00
|
|
|
<goal>update-version-text</goal>
|
2016-12-20 14:28:48 -05:00
|
|
|
<goal>tag</goal>
|
2011-08-19 15:13:54 -04:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<refreshTags>true</refreshTags>
|
|
|
|
<copyGenerated>true</copyGenerated>
|
|
|
|
<attachArtifact>false</attachArtifact>
|
|
|
|
<updateDate>true</updateDate>
|
2017-09-13 19:34:51 -04:00
|
|
|
<filenameExcludes>
|
|
|
|
<filenameExclude>jetty-documentation/.*</filenameExclude>
|
|
|
|
<filenameExclude>examples/.*</filenameExclude>
|
2020-09-23 17:44:34 -04:00
|
|
|
<filenameExclude>demos/.*</filenameExclude>
|
2017-09-13 19:34:51 -04:00
|
|
|
<filenameExclude>aggregates/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/test-.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/.*-test/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/.*-tests/.*</filenameExclude>
|
|
|
|
<filenameExclude>.*/src/test/.*</filenameExclude>
|
|
|
|
<filenameExclude>\.git.*</filenameExclude>
|
|
|
|
<filenameExclude>.*\.md$</filenameExclude>
|
|
|
|
<filenameExclude>.*\.txt$</filenameExclude>
|
|
|
|
<filenameExclude>Jenkinsfile</filenameExclude>
|
|
|
|
</filenameExcludes>
|
2011-08-19 15:13:54 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2018-08-09 08:12:03 -04:00
|
|
|
<profile>
|
2018-10-22 07:59:09 -04:00
|
|
|
<!-- This profile is used exclusively on Eclipse CBI.
|
|
|
|
Various plugins and artifacts declared here only
|
|
|
|
exist on the Eclipse CBI infrastructure. -->
|
2018-08-09 08:12:03 -04:00
|
|
|
<id>eclipse-sign</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>eclipse-sign</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
2020-04-22 00:51:50 -04:00
|
|
|
<properties>
|
|
|
|
<cbi-plugins.version>1.1.7</cbi-plugins.version>
|
|
|
|
</properties>
|
2018-08-09 08:12:03 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2018-10-22 07:59:09 -04:00
|
|
|
<!-- This plugin only exists on Eclipse CBI -->
|
2018-08-09 08:12:03 -04:00
|
|
|
<groupId>org.eclipse.cbi.maven.plugins</groupId>
|
|
|
|
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
2018-10-03 05:15:30 -04:00
|
|
|
<version>${cbi-plugins.version}</version>
|
2018-08-09 08:12:03 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2017-08-16 06:37:44 -04:00
|
|
|
</build>
|
2020-04-22 00:51:50 -04:00
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>cbi-releases</id>
|
|
|
|
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
2017-08-16 06:37:44 -04:00
|
|
|
</profile>
|
2020-05-29 20:14:14 -04:00
|
|
|
<profile>
|
|
|
|
<id>snapshot-repositories</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>false</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>jetty-snapshots</id>
|
|
|
|
<name>jetty-snapshots</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>oss.snapshots</id>
|
|
|
|
<name>OSS Snapshots</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</profile>
|
2020-12-30 03:13:13 -05:00
|
|
|
<profile>
|
|
|
|
<id>fast</id>
|
|
|
|
<properties>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
<checkstyle.skip>true</checkstyle.skip>
|
|
|
|
<enforcer.skip>true</enforcer.skip>
|
|
|
|
<license.skip>true</license.skip>
|
2020-12-30 06:43:29 -05:00
|
|
|
<spotbugs.skip>true</spotbugs.skip>
|
2020-12-30 03:13:13 -05:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2009-04-10 14:40:51 -04:00
|
|
|
</profiles>
|
2016-06-06 15:28:51 -04:00
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>github</system>
|
|
|
|
<url>https://github.com/eclipse/jetty.project/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Developer Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-dev/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-dev</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Commit Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-commit/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-commit</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Users Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-users/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-users</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Jetty Announce Mailing List</name>
|
|
|
|
<archive>https://dev.eclipse.org/mhonarc/lists/jetty-announce/maillist.html</archive>
|
|
|
|
<subscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</subscribe>
|
|
|
|
<unsubscribe>https://dev.eclipse.org/mailman/listinfo/jetty-announce</unsubscribe>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>gregw</id>
|
|
|
|
<name>Greg Wilkins</name>
|
|
|
|
<email>gregw@webtide.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>10</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>janb</id>
|
|
|
|
<name>Jan Bartel</name>
|
|
|
|
<email>janb@webtide.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>10</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>jesse</id>
|
|
|
|
<name>Jesse McConnell</name>
|
|
|
|
<email>jesse.mcconnell@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>-6</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>joakime</id>
|
|
|
|
<name>Joakim Erdfelt</name>
|
|
|
|
<email>joakim.erdfelt@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
2018-10-22 07:56:07 -04:00
|
|
|
<timezone>-6</timezone>
|
2016-06-06 15:28:51 -04:00
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>sbordet</id>
|
|
|
|
<name>Simone Bordet</name>
|
|
|
|
<email>simone.bordet@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>1</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<id>djencks</id>
|
|
|
|
<name>David Jencks</name>
|
|
|
|
<email>david.a.jencks@gmail.com</email>
|
|
|
|
<organization>IBM</organization>
|
|
|
|
<timezone>-8</timezone>
|
|
|
|
</developer>
|
2018-03-12 19:56:22 -04:00
|
|
|
<developer>
|
|
|
|
<id>olamy</id>
|
|
|
|
<name>Olivier Lamy</name>
|
|
|
|
<email>oliver.lamy@gmail.com</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>Australia/Brisbane</timezone>
|
|
|
|
</developer>
|
2020-11-04 11:25:11 -05:00
|
|
|
<developer>
|
|
|
|
<id>lorban</id>
|
|
|
|
<name>Ludovic Orban</name>
|
|
|
|
<email>lorban@bitronix.be</email>
|
|
|
|
<organization>Webtide, LLC</organization>
|
|
|
|
<organizationUrl>https://webtide.com</organizationUrl>
|
|
|
|
<timezone>1</timezone>
|
|
|
|
</developer>
|
2016-06-06 15:28:51 -04:00
|
|
|
</developers>
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>Webtide</name>
|
|
|
|
<url>https://webtide.com</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>oss.sonatype.org</id>
|
|
|
|
<name>Jetty Staging Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>oss.sonatype.org</id>
|
|
|
|
<name>Jetty Snapshot Repository</name>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/jetty-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<site>
|
|
|
|
<id>jetty.eclipse.website</id>
|
|
|
|
<url>scp://build.eclipse.org:/home/data/httpd/download.eclipse.org/jetty/${project.version}/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2010-06-09 21:36:00 -04:00
|
|
|
</project>
|