瀏覽代碼

新增功能的增加和修改

chenweida 8 年之前
父節點
當前提交
c62b114a39
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. 5 0
      svr-lib-parent-pom/pom.xml
  2. 4 0
      svr/svr-base/pom.xml

+ 5 - 0
svr-lib-parent-pom/pom.xml

@ -274,6 +274,11 @@
                <version>${version.spring}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-web</artifactId>
                <version>${version.spring}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring-jdbc</artifactId>

+ 4 - 0
svr/svr-base/pom.xml

@ -96,5 +96,9 @@
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
    </dependencies>
</project>