Skip to content

Commit

Permalink
fix: add dependency to fix QuickStartIT failures (#397)
Browse files Browse the repository at this point in the history
* fix: add dependency to fix QuickStartIT failures

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
hannahrogers-google and gcf-owl-bot[bot] committed Jan 31, 2023
1 parent 1bba870 commit dc688d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>pubsublite-kafka</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:pubsublite-kafka:1.1.0'
implementation 'com.google.cloud:pubsublite-kafka:1.1.1'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.0"
libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "1.1.1"
```

## Authentication
Expand Down
5 changes: 5 additions & 0 deletions samples/snippets/pom.xml
Expand Up @@ -52,6 +52,11 @@
<artifactId>pubsublite-kafka-auth</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand Down

0 comments on commit dc688d7

Please sign in to comment.