...
|
...
|
@@ -44,7 +44,12 @@ |
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-rest</artifactId>
|
|
|
<artifactId>yoho-core-rest-client</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-rest-server</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
...
|
...
|
@@ -52,6 +57,11 @@ |
|
|
<artifactId>yoho-core-message</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yoho.core</groupId>
|
|
|
<artifactId>yoho-core-cache</artifactId>
|
|
|
<version>${yoho.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- //////////////// start yoho model //////////////// -->
|
|
|
<dependency>
|
...
|
...
|
@@ -206,12 +216,21 @@ |
|
|
<version>5.1.30</version>
|
|
|
</dependency>
|
|
|
<!-- 导入dbcp的jar包,用来在applicationContext.xml中配置数据库 -->
|
|
|
|
|
|
|
|
|
<!--********************************* apache commons ********************************* -->
|
|
|
<dependency>
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
<version>1.4</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
<version>1.3.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
<version>4.5.1</version>
|
...
|
...
|
|