Commit 2637ad4d authored by tristaZero's avatar tristaZero
Browse files

modify pom.xml

parent 3baade6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        </dependency>
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>api-repository</artifactId>
            <artifactId>repository-api</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
        <module>spring-boot-nodep-example</module>
        <module>spring-boot-orche-example</module>
        <module>spring-namespace-example</module>
        <module>spring-namespace-orche-example</module>
        <module>transaction-example</module>
    </modules>
</project>
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
    <packaging>pom</packaging>
    
    <modules>
        <module>spring-boot-data-jpa-example</module>
        <module>spring-boot-data-mybatis-example</module>
        <module>spring-boot-nodep-jpa-example</module>
        <module>spring-boot-nodep-mybatis-example</module>
    </modules>
    
    <dependencies>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
        <artifactId>spring-boot-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-boot-data-jpa-example</artifactId>
    <artifactId>spring-boot-nodep-jpa-example</artifactId>
    
    <dependencies>
        <dependency>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
        <artifactId>spring-boot-example</artifactId>
        <version>3.0.0.M5-SNAPSHOT</version>
    </parent>
    <artifactId>spring-boot-data-mybatis-example</artifactId>
    <artifactId>spring-boot-nodep-mybatis-example</artifactId>
    
    <dependencies>
        <dependency>
Loading