Commit 79567cb9 authored by terrymanu's avatar terrymanu
Browse files

for checkstyle

parent e49d41cd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,5 +9,4 @@
        <version>4.0.0-RC2-SNAPSHOT</version>
    </parent>
    <artifactId>repository-api</artifactId>

</project>
+1 −2
Original line number Diff line number Diff line
@@ -42,5 +42,4 @@
            <artifactId>spring-context-support</artifactId>
        </dependency>
    </dependencies>

</project>
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
    <groupId>org.apache.shardingsphere.example</groupId>
    <artifactId>shardingsphere-example</artifactId>
    <version>4.0.0-RC2-SNAPSHOT</version>
    
    <modules>
        <module>example-common</module>
        <module>sharding-jdbc-example</module>
+1 −2
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@
        <module>orchestration-spring-boot-example</module>
        <module>orchestration-spring-namespace-example</module>
    </modules>

</project>
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
    </parent>
    <artifactId>broadcast-table-example</artifactId>
    <packaging>pom</packaging>
    
    <modules>
        <module>broadcast-table-raw-jdbc-example</module>
        <module>broadcast-table-spring-boot-example</module>
Loading