Commit c887508b authored by liwei's avatar liwei

更新了pom

parent dbe11c65
...@@ -54,9 +54,10 @@ ...@@ -54,9 +54,10 @@
<dependency> <dependency>
<groupId>org.91isoft</groupId> <groupId>org.91isoft</groupId>
<artifactId>91isoft_spbt</artifactId> <artifactId>91isoft_spbt</artifactId>
<scope>system</scope> <version>3.2.0_WF_A_P_IPA_beta9</version>
<systemPath>${project.basedir}/src/main/resources/META-INF/services/spbt_v3.2.0.jar</systemPath> <!-- <scope>system</scope>-->
<version>3.0.0_nlt.25</version> <!-- <systemPath>${project.basedir}/src/main/resources/META-INF/services/spbt_v3.2.0.jar</systemPath>-->
<!-- <version>3.0.0_nlt.25</version>-->
<!-- <version>3.0.0_nlt.25</version>--> <!-- <version>3.0.0_nlt.25</version>-->
<!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 --> <!-- 排除oracle12的驱动,此处代码不能提交,测试使用的是12,生产为11 -->
</dependency> </dependency>
...@@ -116,8 +117,13 @@ ...@@ -116,8 +117,13 @@
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.4</version> <version>2.4</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>RELEASE</version>
</dependency>
<!--1. spring boot ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' start ''''''''''''''''''''''''''''''''''''''''''''-->
<!--1.1 spring-web-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment