Skip to content

Commit

Permalink
Merge pull request #286 from Nizernizer/bug/issue-272
Browse files Browse the repository at this point in the history
close jdbc check
  • Loading branch information
Nizernizer authored Apr 8, 2022
2 parents fa6040b + 2879859 commit 1180a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public PluginRegister() {
this.plugins.add(new DispatchCookie());
this.plugins.add(new DispatchDubbo());
this.plugins.add(new DispatchKafka());
this.plugins.add(new DispatchJdbc());
// this.plugins.add(new DispatchJdbc());

//PLUGINS.add(new DispatchSpringAutoBinding());
this.plugins.add(new DispatchClassPlugin());
Expand Down
2 changes: 1 addition & 1 deletion dongtai-plugins/dongtai-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dongtai-plugins</artifactId>
<groupId>io.dongtai.iast</groupId>
<version>1.4.1</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions dongtai-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iast</artifactId>
<groupId>io.dongtai.iast</groupId>
<version>1.4.1</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.dongtai.iast</groupId>
<artifactId>dongtai-core</artifactId>
<version>1.4.1</version>
<version>1.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 1180a1e

Please sign in to comment.