2024-01-03 04:12:56 -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">
|
2024-01-03 04:12:56 -05:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2012-07-13 08:55:40 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2012-11-23 00:25:31 -05:00
|
|
|
<artifactId>jetty-project</artifactId>
|
2024-01-29 15:58:51 -05:00
|
|
|
<version>10.0.21-SNAPSHOT</version>
|
2012-07-13 08:55:40 -04:00
|
|
|
</parent>
|
|
|
|
<artifactId>jetty-proxy</artifactId>
|
|
|
|
<name>Jetty :: Proxy</name>
|
|
|
|
<description>Jetty Proxy</description>
|
2018-11-22 06:37:35 -05:00
|
|
|
|
2012-07-13 08:55:40 -04:00
|
|
|
<properties>
|
2012-11-23 00:25:31 -05:00
|
|
|
<bundle-symbolic-name>${project.groupId}.proxy</bundle-symbolic-name>
|
2020-12-10 20:47:26 -05:00
|
|
|
<spotbugs.onlyAnalyze>org.eclipse.jetty.proxy.*</spotbugs.onlyAnalyze>
|
2012-07-13 08:55:40 -04:00
|
|
|
</properties>
|
2018-11-22 06:37:35 -05:00
|
|
|
|
2012-07-13 08:55:40 -04:00
|
|
|
<dependencies>
|
2024-01-03 04:12:56 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-client</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-util</artifactId>
|
|
|
|
</dependency>
|
2020-02-24 14:20:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2012-07-13 08:55:40 -04:00
|
|
|
<dependency>
|
2024-01-03 04:12:56 -05:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlet</artifactId>
|
2015-04-09 09:15:27 -04:00
|
|
|
<scope>provided</scope>
|
2012-07-13 08:55:40 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2024-01-03 04:12:56 -05:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-servlet-api</artifactId>
|
2012-07-13 08:55:40 -04:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2015-04-09 09:15:27 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2024-01-03 04:12:56 -05:00
|
|
|
<artifactId>jetty-rewrite</artifactId>
|
|
|
|
<scope>test</scope>
|
2015-04-09 09:15:27 -04:00
|
|
|
</dependency>
|
2012-07-13 08:55:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2024-01-03 04:12:56 -05:00
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<scope>test</scope>
|
2012-07-13 08:55:40 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2015-04-09 09:15:27 -04:00
|
|
|
<artifactId>jetty-util-ajax</artifactId>
|
|
|
|
<scope>test</scope>
|
2012-07-13 08:55:40 -04:00
|
|
|
</dependency>
|
2016-06-13 11:55:03 -04:00
|
|
|
<dependency>
|
2018-11-22 06:37:35 -05:00
|
|
|
<groupId>org.eclipse.jetty.tests</groupId>
|
|
|
|
<artifactId>jetty-http-tools</artifactId>
|
2016-06-13 11:55:03 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2012-07-13 08:55:40 -04:00
|
|
|
<dependency>
|
2015-04-09 09:15:27 -04:00
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-test-helper</artifactId>
|
|
|
|
<scope>test</scope>
|
2012-07-13 08:55:40 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2024-01-03 04:12:56 -05:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<argLine>@{argLine} ${jetty.surefire.argLine}
|
|
|
|
--add-reads org.eclipse.jetty.proxy=org.eclipse.jetty.logging</argLine>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2012-07-13 08:55:40 -04:00
|
|
|
</project>
|