|
20 | 20 | <artifactId>doc-samples</artifactId>
|
21 | 21 | <packaging>pom</packaging>
|
22 | 22 |
|
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 | + --> |
24 | 27 | <parent>
|
25 | 28 | <groupId>com.google.cloud.samples</groupId>
|
26 | 29 | <artifactId>shared-configuration</artifactId>
|
27 |
| - <version>1.0.6</version> |
| 30 | + <version>1.0.8</version> |
28 | 31 | </parent>
|
29 | 32 |
|
30 | 33 | <properties>
|
31 |
| - <project.http.version>1.19.0</project.http.version> |
32 |
| - <project.oauth.version>1.19.0</project.oauth.version> |
33 |
| - |
34 | 34 | <maven.compiler.target>1.8</maven.compiler.target>
|
35 | 35 | <maven.compiler.source>1.8</maven.compiler.source>
|
36 | 36 | </properties>
|
|
97 | 97 | <module>vision/text</module>
|
98 | 98 | </modules>
|
99 | 99 |
|
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 |
| - |
131 | 100 | </project>
|
0 commit comments