Commit 6d5e941f authored by terrymanu's avatar terrymanu
Browse files

adjust dependency for sharding-proxy-dist

parent d81e44be
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -42,13 +42,14 @@
        </dependency>
        
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <scope>runtime</scope>
        </dependency>
        
        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <scope>runtime</scope>
        </dependency>
    </dependencies>