This commit is contained in:
2024-09-08 14:28:00 +08:00
parent 8be00e6ac8
commit e295ab0278
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jpaHelper</artifactId>
<groupId>com.cym</groupId>
<packaging>jar</packaging>
<version>release</version>
+1
View File
@@ -2,6 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.cym</groupId>
<artifactId>sqlHelper</artifactId>
<packaging>jar</packaging>
<version>release</version>
-2
View File
@@ -24,8 +24,6 @@
<groupId>com.cym</groupId>
<artifactId>jpaHelper</artifactId>
<version>release</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/jpaHelper-release.jar</systemPath>
</dependency>
<dependency>
<groupId>com.mysql</groupId>