Ver código fonte

添加location模块依赖

woody 1 ano atrás
pai
commit
b80fb9e0f2
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -28,6 +28,7 @@
         <framework-upload.version>1.0.0-RELEASE</framework-upload.version>
         <framework-oauth.version>1.0.0-RELEASE</framework-oauth.version>
         <framework-security.version>1.0.0-RELEASE</framework-security.version>
+        <framework-location.version>1.0.0-RELEASE</framework-location.version>
         <framework-rocketmq.version>1.0.0-RELEASE</framework-rocketmq.version>
         <framework-database.version>1.0.0-RELEASE</framework-database.version>
     </properties>
@@ -105,6 +106,12 @@
             <version>${framework-security.version}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>com.chelvc.framework</groupId>
+            <artifactId>framework-location</artifactId>
+            <version>${framework-location.version}</version>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>com.chelvc.framework</groupId>
             <artifactId>framework-rocketmq</artifactId>