|
@@ -16,6 +16,12 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.rongwei</groupId>
|
|
|
+ <artifactId>business-entity</artifactId>
|
|
|
+ <version>1.0-SNAPSHOT</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
<artifactId>mybatis-plus-generator</artifactId>
|
|
@@ -28,22 +34,5 @@
|
|
|
<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>
|