| 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.1.12</version> | <version>3.0.0</version> | |||
| <relativePath>../dropwizard-parent</relativePath> | <relativePath>../dropwizard-parent</relativePath> | |||
| </parent> | </parent> | |||
| <artifactId>dropwizard-logging</artifactId> | <artifactId>dropwizard-logging</artifactId> | |||
| <name>Dropwizard Logging Support</name> | <name>Dropwizard Logging Support</name> | |||
| <properties> | ||||
| <module.name>io.dropwizard.logging</module.name> | ||||
| </properties> | ||||
| <dependencies> | <dependencies> | |||
| <dependency> | <dependency> | |||
| <groupId>io.dropwizard</groupId> | <groupId>io.dropwizard</groupId> | |||
| <artifactId>dropwizard-jackson</artifactId> | <artifactId>dropwizard-jackson</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>io.dropwizard</groupId> | <groupId>io.dropwizard</groupId> | |||
| <artifactId>dropwizard-util</artifactId> | <artifactId>dropwizard-util</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| skipping to change at line 65 | skipping to change at line 69 | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>com.fasterxml.jackson.core</groupId> | <groupId>com.fasterxml.jackson.core</groupId> | |||
| <artifactId>jackson-core</artifactId> | <artifactId>jackson-core</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>com.fasterxml.jackson.core</groupId> | <groupId>com.fasterxml.jackson.core</groupId> | |||
| <artifactId>jackson-databind</artifactId> | <artifactId>jackson-databind</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>com.google.code.findbugs</groupId> | <groupId>org.checkerframework</groupId> | |||
| <artifactId>jsr305</artifactId> | <artifactId>checker-qual</artifactId> | |||
| </dependency> | ||||
| <dependency> | ||||
| <groupId>com.google.errorprone</groupId> | ||||
| <artifactId>error_prone_annotations</artifactId> | ||||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>io.dropwizard.logback</groupId> | <groupId>io.dropwizard.logback</groupId> | |||
| <artifactId>logback-throttling-appender</artifactId> | <artifactId>logback-throttling-appender</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| <groupId>jakarta.validation</groupId> | <groupId>jakarta.validation</groupId> | |||
| <artifactId>jakarta.validation-api</artifactId> | <artifactId>jakarta.validation-api</artifactId> | |||
| </dependency> | </dependency> | |||
| <dependency> | <dependency> | |||
| End of changes. 3 change blocks. | ||||
| 3 lines changed or deleted | 11 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/  | ||||