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 adf90a9 commit 83037ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions impl/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<version>0.4.7</version>
</dependency>

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

<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>easyconfiguration-demo</artifactId>
Expand Down

0 comments on commit 83037ba

Please sign in to comment.