| <?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/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>com.google.cloud</groupId> |
| <artifactId>shared-dependencies-dependency-convergence-test</artifactId> |
| <version>3.6.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-dependencies:current} --> |
| <name>Dependency convergence test for certain artifacts in Google Cloud Shared Dependencies</name> |
| <description> |
| An dependency convergence test case for the shared dependencies BOM. A failure of this test case means |
| the shared dependencies BOM has outdated dependencies; there are newer version of artifacts |
| appearing in the dependency tree. |
| </description> |
| |
| <properties> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <maven.compiler.source>1.8</maven.compiler.source> |
| <maven.compiler.target>1.8</maven.compiler.target> |
| </properties> |
| |
| <dependencies> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>31.0.1-jre</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.cloud.tools</groupId> |
| <artifactId>dependencies</artifactId> |
| <version>1.5.13</version> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| </project> |