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> | |||
<groupId>io.dropwizard.modules</groupId> | <groupId>io.dropwizard.modules</groupId> | |||
<artifactId>dropwizard-protobuf</artifactId> | <artifactId>dropwizard-protobuf</artifactId> | |||
<version>1.3.1-1</version> | <version>1.3.4-1</version> | |||
<packaging>jar</packaging> | <packaging>jar</packaging> | |||
<name>Dropwizard Protocol Buffers Support</name> | <name>Dropwizard Protocol Buffers Support</name> | |||
<description>Support for reading and writing Google Protocol Buffer obj ects</description> | <description>Support for reading and writing Google Protocol Buffer obj ects</description> | |||
<url>https://github.com/dropwizard/dropwizard-protobuf</url> | <url>https://github.com/dropwizard/dropwizard-protobuf</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-p rotobuf.git</developerConnection> | <developerConnection>scm:git:git@github.com:dropwizard/dropwizard-p rotobuf.git</developerConnection> | |||
<connection>scm:git:https://github.com/dropwizard/dropwizard-protob uf.git</connection> | <connection>scm:git:https://github.com/dropwizard/dropwizard-protob uf.git</connection> | |||
<url>https://github.com/dropwizard/dropwizard-protobuf</url> | <url>https://github.com/dropwizard/dropwizard-protobuf</url> | |||
<tag>v1.3.1-1</tag> | <tag>v1.3.4-1</tag> | |||
</scm> | </scm> | |||
<ciManagement> | <ciManagement> | |||
<system>Travis CI</system> | <system>Travis CI</system> | |||
<url>https://travis-ci.org/dropwizard/dropwizard-protobuf</url> | <url>https://travis-ci.org/dropwizard/dropwizard-protobuf</url> | |||
</ciManagement> | </ciManagement> | |||
<issueManagement> | <issueManagement> | |||
<system>GitHub Issues</system> | <system>GitHub Issues</system> | |||
<url>https://github.com/dropwizard/dropwizard-protobuf/issues</url> | <url>https://github.com/dropwizard/dropwizard-protobuf/issues</url> | |||
skipping to change at line 83 | skipping to change at line 83 | |||
<name>Justin Plock</name> | <name>Justin Plock</name> | |||
<email>justin@plock.net</email> | <email>justin@plock.net</email> | |||
<timezone>America/New_York</timezone> | <timezone>America/New_York</timezone> | |||
</developer> | </developer> | |||
</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.outputEn coding> | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEn coding> | |||
<javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none> | <javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none> | |||
<dropwizard.version>1.3.1</dropwizard.version> | <dropwizard.version>1.3.4</dropwizard.version> | |||
<protobuf.version>3.5.1</protobuf.version> | <protobuf.version>3.5.1</protobuf.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> | |||
skipping to change at line 204 | skipping to change at line 204 | |||
<debug>true</debug> | <debug>true</debug> | |||
<compilerId>javac-with-errorprone</compilerId> | <compilerId>javac-with-errorprone</compilerId> | |||
<forceJavacCompilerUse>true</forceJavacCompiler Use> | <forceJavacCompilerUse>true</forceJavacCompiler Use> | |||
<showWarnings>true</showWarnings> | <showWarnings>true</showWarnings> | |||
<fork>true</fork> | <fork>true</fork> | |||
<annotationProcessorPaths> | <annotationProcessorPaths> | |||
<!-- enable extended nullability checks --> | <!-- enable extended nullability checks --> | |||
<path> | <path> | |||
<groupId>com.uber.nullaway</groupId> | <groupId>com.uber.nullaway</groupId> | |||
<artifactId>nullaway</artifactId> | <artifactId>nullaway</artifactId> | |||
<version>0.4.2</version> | <version>0.4.6</version> | |||
</path> | </path> | |||
</annotationProcessorPaths> | </annotationProcessorPaths> | |||
<compilerArgs> | <compilerArgs> | |||
<arg>-XepDisableWarningsInGeneratedCode</ar g> | <arg>-XepDisableWarningsInGeneratedCode</ar g> | |||
<arg>-XepOpt:NullAway:AnnotatedPackages=io. dropwizard.jersey.protobuf</arg> | <arg>-XepOpt:NullAway:AnnotatedPackages=io. dropwizard.jersey.protobuf</arg> | |||
<arg>-XepOpt:NullAway:UnannotatedSubPackage s=io.dropwizard.jersey.protobuf.protos</arg> | <arg>-XepOpt:NullAway:UnannotatedSubPackage s=io.dropwizard.jersey.protobuf.protos</arg> | |||
</compilerArgs> | </compilerArgs> | |||
</configuration> | </configuration> | |||
<dependencies> | <dependencies> | |||
<dependency> | <dependency> | |||
<groupId>org.codehaus.plexus</groupId> | <groupId>org.codehaus.plexus</groupId> | |||
<artifactId>plexus-compiler-javac-errorpron e</artifactId> | <artifactId>plexus-compiler-javac-errorpron e</artifactId> | |||
<version>2.8.2</version> | <version>2.8.4</version> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.google.errorprone</groupId> | <groupId>com.google.errorprone</groupId> | |||
<artifactId>error_prone_core</artifactId> | <artifactId>error_prone_core</artifactId> | |||
<version>2.2.0</version> | <version>2.3.1</version> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
</profile> | </profile> | |||
<profile> | <profile> | |||
<id>jdk9</id> | <id>jdk10</id> | |||
<activation> | <activation> | |||
<jdk>9</jdk> | <jdk>10</jdk> | |||
</activation> | </activation> | |||
<build> | <build> | |||
<plugins> | <plugins> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | |||
<configuration> | <configuration> | |||
<source>9</source> | <source>10</source> | |||
<target>9</target> | <target>10</target> | |||
<optimize>true</optimize> | <optimize>true</optimize> | |||
<debug>true</debug> | <debug>true</debug> | |||
<forceJavacCompilerUse>true</forceJavacCompiler Use> | <forceJavacCompilerUse>true</forceJavacCompiler Use> | |||
<showWarnings>true</showWarnings> | <showWarnings>true</showWarnings> | |||
</configuration> | </configuration> | |||
</plugin> | </plugin> | |||
<plugin> | <plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-surefire-plugin</artifactId> | <artifactId>maven-surefire-plugin</artifactId> | |||
<configuration> | <configuration> | |||
End of changes. 9 change blocks. | ||||
10 lines changed or deleted | 10 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/ |