Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions google-cloud-dep-verification/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Google Cloud Java Dependency Verification
==========================

Google Cloud Java Dependency Verification is a module independent from the rest of Google Cloud Java and is used to validate absence of dependency conflicts in Google Cloud Java libraries, when used by external consumers.
12 changes: 12 additions & 0 deletions google-cloud-dep-verification/google-cloud-consumer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Google Cloud Java Consumer
==========================

The Google Cloud Error Reporting Consumer is a module which uses google-cloud artifact as a dependency to check that it can be used in external modules without dependency conflicts.

##### Usage

Build the module and check that there are no any build errors
```
mvn clean install
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Google Cloud Java Error Reporting Consumer
==========================

The Google Cloud Error Reporting Consumer is a utility module which uses google-cloud-errorreporting artifact as a dependency to check that it can be used in external modules without dependency conflicts.

##### Usage

Build the module and check that there are no any build errors
```
mvn clean install
```