mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 07:58:06 +00:00
Fixed tomcat-jdbc dependency (#20218)
This commit is contained in:
parent
311a5cf7f2
commit
a47d725975
@ -132,6 +132,10 @@
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-jdbi3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jdbc</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
|
8
pom.xml
8
pom.xml
@ -106,7 +106,7 @@
|
||||
<jsonschema2pojo.version>1.2.1</jsonschema2pojo.version>
|
||||
<commons-lang.version>2.6</commons-lang.version>
|
||||
<lombok.version>1.18.34</lombok.version>
|
||||
<tomcat-jdbc.version>10.1.10</tomcat-jdbc.version>
|
||||
<tomcat-jdbc.version>11.0.5</tomcat-jdbc.version>
|
||||
<elasticsearch.version>7.17.23</elasticsearch.version>
|
||||
<opensearch.version>2.5.0</opensearch.version>
|
||||
<httpasyncclient.version>4.1.5</httpasyncclient.version>
|
||||
@ -282,6 +282,12 @@
|
||||
<groupId>io.dropwizard</groupId>
|
||||
<artifactId>dropwizard-jdbi3</artifactId>
|
||||
<version>${dropwizard-jdbi3.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>tomcat-jdbc</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jdbi</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user