@@ -14,73 +14,73 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
-->
16
16
<project >
17
- <modelVersion >4.0.0</modelVersion >
17
+ <modelVersion >4.0.0</modelVersion >
18
18
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 >
24
24
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 >
34
34
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 >
38
38
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] -->
52
52
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] -->
60
60
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 >
66
66
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 >
73
73
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 >
86
86
</project >
0 commit comments