Loading common-repository/jdbc-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ <dependencies> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> </dependencies> Loading common-repository/jpa-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> </dependencies> Loading common-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <packaging>pom</packaging> <modules> <module>api-repository</module> <module>repository-api</module> <module>jdbc-repository</module> <module>jpa-repository</module> <module>mybatis-repository</module> Loading common-repository/repository-api/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ <version>3.0.0.M5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> </project> sharding-jdbc-example/pom.xml +4 −3 Original line number Diff line number Diff line Loading @@ -12,10 +12,11 @@ <packaging>pom</packaging> <modules> <module>raw-jdbc-example</module> <module>spring-boot-example</module> <module>raw-jdbc-nodep-example</module> <module>raw-jdbc-orche-example</module> <module>spring-boot-nodep-example</module> <module>spring-boot-orche-example</module> <module>spring-namespace-example</module> <module>transaction-example</module> <module>raw-jdbc-orche-example</module> </modules> </project> Loading
common-repository/jdbc-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ <dependencies> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> </dependencies> Loading
common-repository/jpa-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ </dependency> <dependency> <groupId>io.shardingsphere</groupId> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> </dependencies> Loading
common-repository/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <packaging>pom</packaging> <modules> <module>api-repository</module> <module>repository-api</module> <module>jdbc-repository</module> <module>jpa-repository</module> <module>mybatis-repository</module> Loading
common-repository/repository-api/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -8,5 +8,5 @@ <version>3.0.0.M5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>api-repository</artifactId> <artifactId>repository-api</artifactId> </project>
sharding-jdbc-example/pom.xml +4 −3 Original line number Diff line number Diff line Loading @@ -12,10 +12,11 @@ <packaging>pom</packaging> <modules> <module>raw-jdbc-example</module> <module>spring-boot-example</module> <module>raw-jdbc-nodep-example</module> <module>raw-jdbc-orche-example</module> <module>spring-boot-nodep-example</module> <module>spring-boot-orche-example</module> <module>spring-namespace-example</module> <module>transaction-example</module> <module>raw-jdbc-orche-example</module> </modules> </project>