File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 114114 <module >storage/xml-api/cmdline-sample</module >
115115 <module >storage/xml-api/serviceaccount-appengine-sample</module >
116116 <module >taskqueue/deferred</module >
117+ <module >translate</module >
117118 <module >translate/cloud-client</module >
118119 <module >unittests</module >
119120 <module >vision/face-detection</module >
Original file line number Diff line number Diff line change 1+ export AWS_ACCESS_KEY_ID=MY_KEY_ID
2+ export AWS_SECRET_ACCESS_KEY=MY_ACCESS_KEY
3+ export GOOGLE_API_KEY=MY_API_KEY
Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ limitations under the License.
2525 <maven .compiler.source>1.8</maven .compiler.source>
2626 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2727 </properties >
28+
29+ <!-- Parent defines config for testing & linting. -->
2830 <parent >
31+ <artifactId >doc-samples</artifactId >
2932 <groupId >com.google.cloud</groupId >
30- <artifactId >shared-configuration</artifactId >
3133 <version >1.0.0</version >
32- <relativePath >../java-repo-tools </relativePath >
34+ <relativePath >..</relativePath >
3335 </parent >
36+
3437 <dependencies >
3538 <dependency >
3639 <groupId >com.google.cloud</groupId >
You can’t perform that action at this time.
0 commit comments