Skip to content

Commit c7bcecf

Browse files
authored
---
yaml --- r: 32491 b: refs/heads/autosynth-firestore c: af0334b h: refs/heads/master i: 32489: b7f1dce 32487: db62d1d
1 parent 229e481 commit c7bcecf

37 files changed

Lines changed: 9983 additions & 2 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133-
refs/heads/autosynth-firestore: 029bfe889078fa66b7f714a41e1e8f30502d9e81
133+
refs/heads/autosynth-firestore: af0334bec473ca60ffb6ac969dfda451deaf0256
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>grpc-google-cloud-recaptchaenterprise-v1beta1</artifactId>
6+
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-recaptchaenterprise-v1beta1:current} -->
7+
<name>grpc-google-cloud-recaptchaenterprise-v1beta1</name>
8+
<description>GRPC library for grpc-google-cloud-recaptchaenterprise-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.54.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.grpc</groupId>
17+
<artifactId>grpc-stub</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>io.grpc</groupId>
22+
<artifactId>grpc-protobuf</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-cloud-recaptchaenterprise-v1beta1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
32+
<reporting>
33+
<plugins>
34+
<plugin>
35+
<groupId>org.apache.maven.plugins</groupId>
36+
<artifactId>maven-javadoc-plugin</artifactId>
37+
<version>3.1.0</version>
38+
<configuration>
39+
<show>protected</show>
40+
<nohelp>true</nohelp>
41+
<doclint>none</doclint>
42+
<splitindex>true</splitindex>
43+
<offlineLinks>
44+
<offlineLink>
45+
<url>${project.javadoc.protobufBaseURL}</url>
46+
<location>../../../../proto-google-cloud-recaptchaenterprise-v1beta1/target/site/apidocs/</location>
47+
</offlineLink>
48+
</offlineLinks>
49+
</configuration>
50+
</plugin>
51+
</plugins>
52+
</reporting>
53+
</project>

0 commit comments

Comments
 (0)