Commit 2834f283 authored by tristaZero's avatar tristaZero
Browse files

modify maven

parent 9742ba80
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -15,17 +15,17 @@
    
    <dependencies>
        <!--If you run the examples without using orchestration, please use this artifactId below. otherwise, please use the second one.-->
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
            <version>${sharding-sphere.version}</version>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>io.shardingsphere</groupId>-->
            <!--<artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>-->
            <!--<artifactId>sharding-jdbc-spring-boot-starter</artifactId>-->
            <!--<version>${sharding-sphere.version}</version>-->
        <!--</dependency>-->
        <!---->
        <dependency>
            <groupId>io.shardingsphere</groupId>
            <artifactId>sharding-jdbc-orchestration-spring-boot-starter</artifactId>
            <version>${sharding-sphere.version}</version>
        </dependency>

        <dependency>
            <groupId>com.zaxxer</groupId>
            <artifactId>HikariCP-java7</artifactId>