Skip to content

Commit 1f2f2ca

Browse files
committed
Updated final pom.xml.
1 parent 181d734 commit 1f2f2ca

File tree

1 file changed

+5
-36
lines changed

1 file changed

+5
-36
lines changed

pom.xml

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
<artifactId>doc-samples</artifactId>
2121
<packaging>pom</packaging>
2222

23-
<!-- Parent POM defines common plugins and properties. -->
23+
<!--
24+
The parent pom defines common style checks and testing strategies for our samples.
25+
Removing or replacing it should not affect the execution of the samples in anyway.
26+
-->
2427
<parent>
2528
<groupId>com.google.cloud.samples</groupId>
2629
<artifactId>shared-configuration</artifactId>
27-
<version>1.0.6</version>
30+
<version>1.0.8</version>
2831
</parent>
2932

3033
<properties>
31-
<project.http.version>1.19.0</project.http.version>
32-
<project.oauth.version>1.19.0</project.oauth.version>
33-
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
3636
</properties>
@@ -97,35 +97,4 @@
9797
<module>vision/text</module>
9898
</modules>
9999

100-
<dependencyManagement>
101-
<dependencies>
102-
<!-- Compile/runtime dependencies -->
103-
104-
<dependency>
105-
<groupId>jstl</groupId>
106-
<artifactId>jstl</artifactId>
107-
<version>1.2</version>
108-
</dependency>
109-
110-
<!-- Test Dependencies -->
111-
<dependency>
112-
<groupId>junit</groupId>
113-
<artifactId>junit</artifactId>
114-
<version>4.12</version>
115-
<scope>test</scope>
116-
</dependency>
117-
<dependency>
118-
<groupId>org.mockito</groupId>
119-
<artifactId>mockito-core</artifactId>
120-
<version>2.13.0</version>
121-
<scope>test</scope>
122-
</dependency>
123-
<dependency>
124-
<groupId>com.jcabi</groupId>
125-
<artifactId>jcabi-matchers</artifactId>
126-
<version>1.4</version>
127-
</dependency>
128-
</dependencies>
129-
</dependencyManagement>
130-
131100
</project>

0 commit comments

Comments
 (0)