Przeglądaj źródła

build: 调整依赖格式

linwenhua 3 lat temu
rodzic
commit
003c992f26
1 zmienionych plików z 17 dodań i 13 usunięć
  1. 17 13
      smsb-customer-manager-app/pom.xml

+ 17 - 13
smsb-customer-manager-app/pom.xml

@@ -15,12 +15,20 @@
         <dependency>
         <dependency>
             <groupId>com.inspur</groupId>
             <groupId>com.inspur</groupId>
             <artifactId>smsb-customer-manager-infrastructure</artifactId>
             <artifactId>smsb-customer-manager-infrastructure</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         </dependency>
         <dependency>
         <dependency>
-            <groupId>org.projectlombok</groupId>
-            <artifactId>lombok</artifactId>
+            <groupId>com.inspur</groupId>
+            <artifactId>smsb-customer-manager-client</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.inspur</groupId>
+            <artifactId>smsb-event-logging-client</artifactId>
+            <version>${project.version}</version>
         </dependency>
         </dependency>
+
+        <!-- dubbo -->
         <dependency>
         <dependency>
             <groupId>org.apache.dubbo</groupId>
             <groupId>org.apache.dubbo</groupId>
             <artifactId>dubbo-spring-boot-starter</artifactId>
             <artifactId>dubbo-spring-boot-starter</artifactId>
@@ -29,32 +37,28 @@
             <groupId>com.alibaba</groupId>
             <groupId>com.alibaba</groupId>
             <artifactId>fastjson</artifactId>
             <artifactId>fastjson</artifactId>
         </dependency>
         </dependency>
-        <dependency>
-            <groupId>com.inspur</groupId>
-            <artifactId>smsb-customer-manager-client</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
+
         <!--keycloak-->
         <!--keycloak-->
         <dependency>
         <dependency>
             <groupId>org.keycloak</groupId>
             <groupId>org.keycloak</groupId>
             <artifactId>keycloak-admin-client</artifactId>
             <artifactId>keycloak-admin-client</artifactId>
             <version>16.1.0</version>
             <version>16.1.0</version>
         </dependency>
         </dependency>
+
         <!--HttpClient -->
         <!--HttpClient -->
         <dependency>
         <dependency>
             <groupId>commons-httpclient</groupId>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
             <artifactId>commons-httpclient</artifactId>
             <version>3.1</version>
             <version>3.1</version>
         </dependency>
         </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpclient</artifactId>
-        </dependency>
         <dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
             <artifactId>spring-web</artifactId>
         </dependency>
         </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+        </dependency>
     </dependencies>
     </dependencies>
 
 
 </project>
 </project>