|
|
@@ -7,20 +7,47 @@
|
|
|
<artifactId>edu-user</artifactId>
|
|
|
<version>1.0</version>
|
|
|
</parent>
|
|
|
- <groupId>com.keao.edu</groupId>
|
|
|
<artifactId>edu-user-biz</artifactId>
|
|
|
- <version>1.0</version>
|
|
|
<name>edu-user-biz</name>
|
|
|
<url>http://maven.apache.org</url>
|
|
|
+
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
</properties>
|
|
|
+
|
|
|
<dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>3.8.1</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>druid-spring-boot-starter</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>mysql</groupId>
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-auth-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-im-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-thirdparty</artifactId>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-datasource</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-user-client-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.keao.edu</groupId>
|
|
|
+ <artifactId>edu-common</artifactId>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|