Loading example-common/repository-jpa/pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,11 @@ <artifactId>repository-jpa</artifactId> <dependencies> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>config-utility</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>repository-api</artifactId> Loading example-common/repository-mybatis/pom.xml +5 −1 Original line number Diff line number Diff line Loading @@ -11,12 +11,16 @@ <artifactId>repository-mybatis</artifactId> <dependencies> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>config-utility</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> Loading sharding-jdbc-example/encrypt-example/encrypt-spring-boot-example/pom.xml +12 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,17 @@ <artifactId>repository-jpa</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> </dependencies> </project> Loading
example-common/repository-jpa/pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,11 @@ <artifactId>repository-jpa</artifactId> <dependencies> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>config-utility</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>repository-api</artifactId> Loading
example-common/repository-mybatis/pom.xml +5 −1 Original line number Diff line number Diff line Loading @@ -11,12 +11,16 @@ <artifactId>repository-mybatis</artifactId> <dependencies> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>config-utility</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>repository-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> Loading
sharding-jdbc-example/encrypt-example/encrypt-spring-boot-example/pom.xml +12 −0 Original line number Diff line number Diff line Loading @@ -33,5 +33,17 @@ <artifactId>repository-jpa</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> </dependencies> </project>