Skip to content

Commit

Permalink
Merge pull request mybatis#72 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Fix generator jar
  • Loading branch information
hazendaz committed Apr 27, 2024
2 parents 3a1003a + d6dd620 commit 68e788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<!-- Generators -->
<dependency>
<groupId>org.mybatis.generator</groupId>
<artifactId>mybatis-generator</artifactId>
<artifactId>mybatis-generator-core</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 68e788b

Please sign in to comment.