Skip to content

Commit

Permalink
CB-5693 update protobuf version (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
yagudin10 authored Oct 11, 2024
1 parent 3d8dc7d commit ea055fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions server/drivers/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<artifactId>mysql-connector-j</artifactId>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</dependency>
</dependencies>

</project>
7 changes: 6 additions & 1 deletion server/drivers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.cloudbeaver</groupId>
<parent>
<groupId>io.cloudbeaver</groupId>
<artifactId>cloudbeaver</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>drivers</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
Expand Down

0 comments on commit ea055fd

Please sign in to comment.