Browse Source

bug修改

chenweida 7 years ago
parent
commit
2ba19def1a
3 changed files with 7 additions and 2 deletions
  1. 0 2
      base/common-cache/pom.xml
  2. 2 0
      common-lib-parent-pom/pom.xml
  3. 5 0
      svr-lib-parent-pom/pom.xml

+ 0 - 2
base/common-cache/pom.xml

@ -10,7 +10,6 @@
        <relativePath>../../common-lib-parent-pom/pom.xml</relativePath>
    </parent>
    <groupId>common-cache</groupId>
    <artifactId>common-cache</artifactId>
    <version>1.0.0</version>
@ -27,7 +26,6 @@
        <dependency>
            <groupId>com.yihu.base</groupId>
            <artifactId>common-async</artifactId>
            <version>1.0.0</version>
        </dependency>
    </dependencies>
    

+ 2 - 0
common-lib-parent-pom/pom.xml

@ -35,6 +35,8 @@
        <module>../base/common-data-redis</module>
        <module>../base/common-data-hbase</module>
        <module>../base/common-security</module>
        <module>../base/common-cache</module>
        <module>../base/common-async</module>
    </modules>
</project>

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

@ -94,6 +94,11 @@
        <dependencies>
            <!--自己的封装 common -->
            <dependency>
                <groupId>com.yihu.base</groupId>
                <artifactId>common-async</artifactId>
                <version>${version.myCommon}</version>
            </dependency>
            <dependency>
                <groupId>com.yihu.base</groupId>
                <artifactId>common-security</artifactId>