Skip to content

Commit

Permalink
feat(gemini): impl connector
Browse files Browse the repository at this point in the history
  • Loading branch information
DenovVasil committed Oct 30, 2024
1 parent 91b06f0 commit e88017f
Show file tree
Hide file tree
Showing 11 changed files with 1,414 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bundle/default-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
<groupId>io.camunda.connector</groupId>
<artifactId>connector-aws-comprehend</artifactId>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-google-gemini</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<artifactId>connector-aws-comprehend</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.camunda.connector</groupId>
<artifactId>connector-google-gemini</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Loading

0 comments on commit e88017f

Please sign in to comment.