Skip to content

Commit

Permalink
[pinpoint-apm#9525] Bump pinot-jdbc-client from 0.9.3 to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Dec 22, 2022
1 parent 9f1fbdc commit b639249
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions metric-module/metric/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,27 +153,21 @@
</exclusions>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>

<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-java-client</artifactId>
<version>0.9.3</version>
<artifactId>pinot-jdbc-client</artifactId>
<version>0.11.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
<artifactId>pinot-jdbc-client</artifactId>
<version>0.9.3</version>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down

0 comments on commit b639249

Please sign in to comment.