|
@@ -27,5 +27,23 @@
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
<version>${mysql.version}</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.rongwei</groupId>
|
|
|
+ <artifactId>rw-common-config</artifactId>
|
|
|
+ <version>1.1-SNAPSHOT</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>com.rongwei</groupId>
|
|
|
+ <artifactId>rw-common-license</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.rongwei</groupId>
|
|
|
+ <artifactId>rw-common-utils</artifactId>
|
|
|
+ <version>1.1-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|