2017-03-28 01:53:26 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<artifactId>jetty-parent</artifactId>
|
|
|
|
<version>25</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2017-03-29 20:07:24 -04:00
|
|
|
<artifactId>jetty-bom</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-29 20:07:24 -04:00
|
|
|
<name>Jetty :: Bom</name>
|
|
|
|
<description>Jetty BOM artifact</description>
|
2017-05-18 18:48:01 -04:00
|
|
|
<url>http://www.eclipse.org/jetty</url>
|
|
|
|
<inceptionYear>1995</inceptionYear>
|
2017-03-28 01:53:26 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2017-05-18 18:48:01 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>github</system>
|
|
|
|
<url>https://github.com/eclipse/jetty.project/issues</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>Apache Software License - Version 2.0</name>
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
|
|
|
</license>
|
|
|
|
<license>
|
|
|
|
<name>Eclipse Public License - Version 1.0</name>
|
|
|
|
<url>http://www.eclipse.org/org/documents/epl-v10.php</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<jetty.url>http://www.eclipse.org/jetty</jetty.url>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<build-support-version>1.4</build-support-version>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<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>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
<useReleaseProfile>false</useReleaseProfile>
|
|
|
|
<goals>deploy</goals>
|
|
|
|
<arguments>-Peclipse-release</arguments>
|
|
|
|
<preparationGoals>clean install</preparationGoals>
|
|
|
|
<mavenExecutorId>forked-path</mavenExecutorId>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.10.4</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>true</skip>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
|
2017-03-28 01:53:26 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-annotations</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>cdi-core</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>cdi-full-servlet</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>cdi-servlet</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>cdi-websocket</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-01 04:43:48 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-continuation</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-01 04:43:48 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-gcloud-memcached-session-manager</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-01 04:43:48 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-gcloud-session-manager</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-04-01 04:43:48 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-http-spi</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-infinispan</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-io</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaas</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jaspi</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jmx</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-jndi</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-monitor</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-nosql</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-osgi-boot</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-osgi-boot-jsp</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-osgi-boot-warurl</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-plus</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-quickstart</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-rewrite</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-security</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-server</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-spring</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-util</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>jetty-webapp</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2017-04-01 04:43:48 -04:00
|
|
|
<artifactId>javax-websocket-client-impl</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-server-impl</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-api</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-client</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-common</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-server</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-04-01 04:43:48 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>javax-websocket-servlet</artifactId>
|
2017-05-10 23:46:57 -04:00
|
|
|
<version>9.3.20-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-xml</artifactId>
|
2017-05-31 19:10:04 -04:00
|
|
|
<version>9.3.21-SNAPSHOT</version>
|
2017-03-28 01:53:26 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2017-05-18 18:48:01 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>eclipse-release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<updateReleaseInfo>true</updateReleaseInfo>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2017-03-28 01:53:26 -04:00
|
|
|
</project>
|