Parcourir la source

自动部署失败:pom修改

chenyongxing il y a 6 ans
Parent
commit
db4bd62e16
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@ -318,6 +318,10 @@
            <artifactId>commons-data-redis</artifactId>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework.data</groupId>
            <artifactId>spring-data-mongodb</artifactId>
        </dependency>
    </dependencies>
    <build>