Browse Source

pom文件修改提交

chenweida 8 years ago
parent
commit
468a7d782f
2 changed files with 9 additions and 0 deletions
  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

@ -57,6 +57,11 @@
                <version>${version.myCommon}</version>
            </dependency>
            <dependency>
                <groupId>com.yihu.jw</groupId>
                <artifactId>common-rest-model</artifactId>
                <version>${version.myCommon}</version>
            </dependency>
            <dependency>
                <groupId>com.yihu.jw</groupId>
                <artifactId>common-log</artifactId>

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

@ -18,6 +18,10 @@
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-swagger</artifactId>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-rest-model</artifactId>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-log</artifactId>