1
1
<?xml version =" 1.0" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
+ <groupId >com.google.cloud</groupId >
4
5
<artifactId >google-cloud-automl</artifactId >
5
6
<version >0.111.1-beta-SNAPSHOT</version ><!-- {x-version-update:google-cloud-automl:current} -->
6
7
<packaging >jar</packaging >
7
- <name >Google Cloud Auto ML</name >
8
- <url >https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-automl</url >
9
- <description >
10
- Java idiomatic client for Google Cloud Auto ML
11
- </description >
8
+ <name >Google Cloud AutoML</name >
9
+ <url >https://github.com/googleapis/java-automl</url >
10
+ <description >Java idiomatic client for Google Cloud Auto ML</description >
12
11
<parent >
13
12
<groupId >com.google.cloud</groupId >
14
- <artifactId >google-cloud-clients </artifactId >
15
- <version >0.111.1-alpha -SNAPSHOT</version ><!-- {x-version-update:google-cloud-clients :current} -->
13
+ <artifactId >google-cloud-automl-parent </artifactId >
14
+ <version >0.111.1-beta -SNAPSHOT</version ><!-- {x-version-update:google-cloud-automl :current} -->
16
15
</parent >
17
16
<properties >
18
17
<site .installationModule>google-cloud-automl</site .installationModule>
19
18
</properties >
20
19
<dependencies >
21
20
<dependency >
22
- <groupId >${project.groupId} </groupId >
23
- <artifactId >google-cloud-core </artifactId >
21
+ <groupId >io.grpc </groupId >
22
+ <artifactId >grpc-api </artifactId >
24
23
</dependency >
25
24
<dependency >
26
- <groupId >${project.groupId} </groupId >
27
- <artifactId >google-cloud-core- grpc</artifactId >
25
+ <groupId >io.grpc </groupId >
26
+ <artifactId >grpc-stub </artifactId >
28
27
</dependency >
28
+ <dependency >
29
+ <groupId >io.grpc</groupId >
30
+ <artifactId >grpc-protobuf</artifactId >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >com.google.api</groupId >
34
+ <artifactId >api-common</artifactId >
35
+ </dependency >
36
+ <dependency >
37
+ <groupId >com.google.protobuf</groupId >
38
+ <artifactId >protobuf-java</artifactId >
39
+ </dependency >
40
+ <dependency >
41
+ <groupId >com.google.api.grpc</groupId >
42
+ <artifactId >proto-google-common-protos</artifactId >
43
+ </dependency >
44
+
29
45
<dependency >
30
46
<groupId >com.google.api.grpc</groupId >
31
47
<artifactId >proto-google-cloud-automl-v1beta1</artifactId >
32
48
</dependency >
49
+ <dependency >
50
+ <groupId >com.google.guava</groupId >
51
+ <artifactId >guava</artifactId >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >com.google.api</groupId >
55
+ <artifactId >gax</artifactId >
56
+ </dependency >
57
+ <dependency >
58
+ <groupId >com.google.api</groupId >
59
+ <artifactId >gax-grpc</artifactId >
60
+ </dependency >
61
+ <dependency >
62
+ <groupId >org.threeten</groupId >
63
+ <artifactId >threetenbp</artifactId >
64
+ </dependency >
65
+
33
66
<!-- Test dependencies -->
34
67
<dependency >
35
68
<groupId >junit</groupId >
36
69
<artifactId >junit</artifactId >
37
70
<scope >test</scope >
38
71
</dependency >
72
+
39
73
<dependency >
40
74
<groupId >com.google.api.grpc</groupId >
41
75
<artifactId >grpc-google-cloud-automl-v1beta1</artifactId >
50
84
</dependency >
51
85
</dependencies >
52
86
53
- <reporting >
54
- <plugins >
55
- <plugin >
56
- <groupId >org.apache.maven.plugins</groupId >
57
- <artifactId >maven-javadoc-plugin</artifactId >
58
- <version >3.1.1</version >
59
- <configuration >
60
- <show >protected</show >
61
- <nohelp >true</nohelp >
62
- <doclint >none</doclint >
63
- <splitindex >true</splitindex >
64
- <offlineLinks >
65
- <offlineLink >
66
- <url >${project.javadoc.protobufBaseURL} </url >
67
- <location >../../../../../google-api-grpc/proto-google-cloud-automl-v1beta1/target/site/apidocs/</location >
68
- </offlineLink >
69
- <offlineLink >
70
- <url >${project.javadoc.protobufBaseURL} </url >
71
- <location >../../../../../google-api-grpc/grpc-google-cloud-automl-v1beta1/target/site/apidocs/</location >
72
- </offlineLink >
73
- </offlineLinks >
74
- </configuration >
75
- </plugin >
76
- </plugins >
77
- </reporting >
78
- </project >
87
+ <profiles >
88
+ <profile >
89
+ <id >java9</id >
90
+ <activation >
91
+ <jdk >[9,)</jdk >
92
+ </activation >
93
+ <dependencies >
94
+ <dependency >
95
+ <groupId >javax.annotation</groupId >
96
+ <artifactId >javax.annotation-api</artifactId >
97
+ </dependency >
98
+ </dependencies >
99
+ </profile >
100
+ </profiles >
101
+ </project >
0 commit comments