Skip to content

Commit

Permalink
Merge branch 'devel' into CB-5424-provide-a-means-to-disable-or-purge…
Browse files Browse the repository at this point in the history
…-the-query-manager-history
  • Loading branch information
EvgeniaBzzz authored Oct 11, 2024
2 parents 41fe737 + d44c9f3 commit a4e4aae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/drivers/db2-jt400/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>net.sf.jt400</groupId>
<artifactId>jt400</artifactId>
<version>10.5</version>
<version>20.0.7</version>
</dependency>
</dependencies>

Expand Down
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 a4e4aae

Please sign in to comment.