Skip to content

Commit

Permalink
build(plugin): Fixed build plugins missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Dec 24, 2023
1 parent 02d816c commit adf90a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions impl/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,8 @@

<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>
<artifactId>easysql-api</artifactId>
<version>0.4.7</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit adf90a9

Please sign in to comment.