pom.xml | pom.xml | |||
---|---|---|---|---|
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | |||
<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/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | <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/P OM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>io.dropwizard</groupId> | <groupId>io.dropwizard</groupId> | |||
<artifactId>dropwizard-parent</artifactId> | <artifactId>dropwizard-parent</artifactId> | |||
<version>2.0.20</version> | <version>2.0.21</version> | |||
<relativePath>../dropwizard-parent</relativePath> | <relativePath>../dropwizard-parent</relativePath> | |||
</parent> | </parent> | |||
<artifactId>dropwizard-http2</artifactId> | <artifactId>dropwizard-http2</artifactId> | |||
<name>Dropwizard HTTP/2 Support</name> | <name>Dropwizard HTTP/2 Support</name> | |||
<properties> | <properties> | |||
<argLine>-Duser.language=en -Duser.region=US</argLine> | <argLine>-Duser.language=en -Duser.region=US</argLine> | |||
</properties> | </properties> | |||
skipping to change at line 93 | skipping to change at line 93 | |||
</exclusions> | </exclusions> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.eclipse.jetty</groupId> | <groupId>org.eclipse.jetty</groupId> | |||
<artifactId>jetty-util</artifactId> | <artifactId>jetty-util</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.eclipse.jetty.http2</groupId> | <groupId>org.eclipse.jetty.http2</groupId> | |||
<artifactId>http2-server</artifactId> | <artifactId>http2-server</artifactId> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>org.glassfish.jersey.core</groupId> | ||||
<artifactId>jersey-client</artifactId> | ||||
</dependency> | ||||
<dependency> | <dependency> | |||
<groupId>junit</groupId> | <groupId>junit</groupId> | |||
<artifactId>junit</artifactId> | <artifactId>junit</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.junit.jupiter</groupId> | <groupId>org.junit.jupiter</groupId> | |||
<artifactId>junit-jupiter</artifactId> | <artifactId>junit-jupiter</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
End of changes. 2 change blocks. | ||||
5 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |