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.metrics</groupId> | <groupId>io.dropwizard.metrics</groupId> | |||
<artifactId>metrics-parent</artifactId> | <artifactId>metrics-parent</artifactId> | |||
<version>4.1.6</version> | <version>4.1.7</version> | |||
</parent> | </parent> | |||
<artifactId>metrics-jcache</artifactId> | <artifactId>metrics-jcache</artifactId> | |||
<name>Metrics Integration for JCache</name> | <name>Metrics Integration for JCache</name> | |||
<packaging>bundle</packaging> | <packaging>bundle</packaging> | |||
<description> | <description> | |||
Metrics Integration for JCache, JSR 107 standard for caching. | Metrics Integration for JCache, JSR 107 standard for caching. | |||
Uses the CacheStatisticsMXBean provided statistics. | Uses the CacheStatisticsMXBean provided statistics. | |||
</description> | </description> | |||
skipping to change at line 77 | skipping to change at line 77 | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>javax.xml.bind</groupId> | <groupId>javax.xml.bind</groupId> | |||
<artifactId>jaxb-api</artifactId> | <artifactId>jaxb-api</artifactId> | |||
<version>2.3.1</version> | <version>2.3.1</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.glassfish.jaxb</groupId> | <groupId>org.glassfish.jaxb</groupId> | |||
<artifactId>jaxb-runtime</artifactId> | <artifactId>jaxb-runtime</artifactId> | |||
<version>2.3.2</version> | <version>2.3.3</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>javax.activation</groupId> | <groupId>javax.activation</groupId> | |||
<artifactId>activation</artifactId> | <artifactId>activation</artifactId> | |||
<version>1.1.1</version> | <version>1.1.1</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
</dependencies> | </dependencies> | |||
</project> | </project> | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 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/ |