Skip to content

Commit

Permalink
Updated final pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 23, 2018
1 parent 181d734 commit 1f2f2ca
Showing 1 changed file with 5 additions and 36 deletions.
41 changes: 5 additions & 36 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
<artifactId>doc-samples</artifactId>
<packaging>pom</packaging>

<!-- Parent POM defines common plugins and properties. -->
<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
-->
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.6</version>
<version>1.0.8</version>
</parent>

<properties>
<project.http.version>1.19.0</project.http.version>
<project.oauth.version>1.19.0</project.oauth.version>

<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
Expand Down Expand Up @@ -97,35 +97,4 @@
<module>vision/text</module>
</modules>

<dependencyManagement>
<dependencies>
<!-- Compile/runtime dependencies -->

<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-matchers</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</dependencyManagement>

</project>

0 comments on commit 1f2f2ca

Please sign in to comment.