@@ -14,73 +14,73 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515-->
1616<project >
17- <modelVersion >4.0.0</modelVersion >
17+ <modelVersion >4.0.0</modelVersion >
1818
19- <properties >
20- <maven .compiler.target>1.8</maven .compiler.target>
21- <maven .compiler.source>1.8</maven .compiler.source>
22- <spring .version>2.2.1.RELEASE</spring .version>
23- </properties >
19+ <properties >
20+ <maven .compiler.target>1.8</maven .compiler.target>
21+ <maven .compiler.source>1.8</maven .compiler.source>
22+ <spring .version>2.2.1.RELEASE</spring .version>
23+ </properties >
2424
25- <!--
26- The parent pom defines common style checks and testing strategies for our samples.
27- Removing or replacing it should not affect the execution of the samples in anyway.
28- -->
29- <parent >
30- <groupId >com.google.cloud.samples</groupId >
31- <artifactId >shared-configuration</artifactId >
32- <version >1.0.11</version >
33- </parent >
25+ <!--
26+ The parent pom defines common style checks and testing strategies for our samples.
27+ Removing or replacing it should not affect the execution of the samples in anyway.
28+ -->
29+ <parent >
30+ <groupId >com.google.cloud.samples</groupId >
31+ <artifactId >shared-configuration</artifactId >
32+ <version >1.0.11</version >
33+ </parent >
3434
35- <groupId >com.example.vision</groupId >
36- <artifactId >spring-framework</artifactId >
37- <name >Spring Framework with Cloud Vision Sample</name >
35+ <groupId >com.example.vision</groupId >
36+ <artifactId >spring-framework</artifactId >
37+ <name >Spring Framework with Cloud Vision Sample</name >
3838
39- <!-- [START spring_vision_bom_fragment] -->
40- <dependencyManagement >
41- <dependencies >
42- <dependency >
43- <groupId >org.springframework.cloud</groupId >
44- <artifactId >spring-cloud-gcp-dependencies</artifactId >
45- <version >1.1.2 .RELEASE</version >
46- <type >pom</type >
47- <scope >import</scope >
48- </dependency >
49- </dependencies >
50- </dependencyManagement >
51- <!-- [END spring_vision_bom_fragment] -->
39+ <!-- [START spring_vision_bom_fragment] -->
40+ <dependencyManagement >
41+ <dependencies >
42+ <dependency >
43+ <groupId >org.springframework.cloud</groupId >
44+ <artifactId >spring-cloud-gcp-dependencies</artifactId >
45+ <version >1.2.0 .RELEASE</version >
46+ <type >pom</type >
47+ <scope >import</scope >
48+ </dependency >
49+ </dependencies >
50+ </dependencyManagement >
51+ <!-- [END spring_vision_bom_fragment] -->
5252
53- <dependencies >
54- <!-- [START spring_vision_dependency_fragment] -->
55- <dependency >
56- <groupId >org.springframework.cloud</groupId >
57- <artifactId >spring-cloud-gcp-starter-vision</artifactId >
58- </dependency >
59- <!-- [END spring_vision_dependency_fragment] -->
53+ <dependencies >
54+ <!-- [START spring_vision_dependency_fragment] -->
55+ <dependency >
56+ <groupId >org.springframework.cloud</groupId >
57+ <artifactId >spring-cloud-gcp-starter-vision</artifactId >
58+ </dependency >
59+ <!-- [END spring_vision_dependency_fragment] -->
6060
61- <dependency >
62- <groupId >org.springframework.boot</groupId >
63- <artifactId >spring-boot-starter-web</artifactId >
64- <version >${spring.version} </version >
65- </dependency >
61+ <dependency >
62+ <groupId >org.springframework.boot</groupId >
63+ <artifactId >spring-boot-starter-web</artifactId >
64+ <version >${spring.version} </version >
65+ </dependency >
6666
67- <dependency >
68- <groupId >org.springframework.boot</groupId >
69- <artifactId >spring-boot-starter-thymeleaf</artifactId >
70- <version >${spring.version} </version >
71- </dependency >
72- </dependencies >
67+ <dependency >
68+ <groupId >org.springframework.boot</groupId >
69+ <artifactId >spring-boot-starter-thymeleaf</artifactId >
70+ <version >${spring.version} </version >
71+ </dependency >
72+ </dependencies >
7373
74- <build >
75- <plugins >
76- <plugin >
77- <groupId >org.springframework.boot</groupId >
78- <artifactId >spring-boot-maven-plugin</artifactId >
79- <version >${spring.version} </version >
80- <configuration >
81- <mainClass >com.example.vision.Application</mainClass >
82- </configuration >
83- </plugin >
84- </plugins >
85- </build >
74+ <build >
75+ <plugins >
76+ <plugin >
77+ <groupId >org.springframework.boot</groupId >
78+ <artifactId >spring-boot-maven-plugin</artifactId >
79+ <version >${spring.version} </version >
80+ <configuration >
81+ <mainClass >com.example.vision.Application</mainClass >
82+ </configuration >
83+ </plugin >
84+ </plugins >
85+ </build >
8686</project >
0 commit comments