pom.xml   pom.xml 
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <project
xmlns="http://maven.apache.org/POM/4.0.0" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.dropwizard.modules</groupId> <groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-health</artifactId> <artifactId>dropwizard-health</artifactId>
<version>1.3.15-1</version> <version>1.3.16-1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Dropwizard Health</name> <name>Dropwizard Health</name>
<description>Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes <description>Provides a health check implementation that performs ongoing monitoring of an application's dependencies and includes
an endpoint that can be called by a load balancer to determine if the a pplication is healthy and thus able to retrieve an endpoint that can be called by a load balancer to determine if the a pplication is healthy and thus able to retrieve
traffic.</description> traffic.</description>
<url>https://github.com/dropwizard/dropwizard-health</url> <url>https://github.com/dropwizard/dropwizard-health</url>
<licenses> <licenses>
<license> <license>
<name>Apache 2.0</name> <name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<scm> <scm>
<developerConnection>scm:git:git@github.com:dropwizard/dropwizard-healt h.git</developerConnection> <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-healt h.git</developerConnection>
<connection>scm:git:https://github.com/dropwizard/dropwizard-health.git </connection> <connection>scm:git:https://github.com/dropwizard/dropwizard-health.git </connection>
<url>https://github.com/dropwizard/dropwizard-health</url> <url>https://github.com/dropwizard/dropwizard-health</url>
<tag>dropwizard-health-1.3.15-1</tag> <tag>dropwizard-health-1.3.16-1</tag>
</scm> </scm>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/dropwizard/dropwizard-health</url> <url>https://travis-ci.org/dropwizard/dropwizard-health</url>
</ciManagement> </ciManagement>
<issueManagement> <issueManagement>
<system>GitHub Issues</system> <system>GitHub Issues</system>
<url>https://github.com/dropwizard/dropwizard-health/issues</url> <url>https://github.com/dropwizard/dropwizard-health/issues</url>
skipping to change at line 76 skipping to change at line 76
</developers> </developers>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodi ng> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodi ng>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings> <maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<dropwizard.version>1.3.15</dropwizard.version> <dropwizard.version>1.3.16</dropwizard.version>
<wiremock.version>2.25.0</wiremock.version> <wiremock.version>2.25.1</wiremock.version>
<awaitility.version>4.0.1</awaitility.version> <awaitility.version>4.0.1</awaitility.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-bom</artifactId> <artifactId>dropwizard-bom</artifactId>
<version>${dropwizard.version}</version> <version>${dropwizard.version}</version>
<type>pom</type> <type>pom</type>
 End of changes. 3 change blocks. 
4 lines changed or deleted 4 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/