24282 1 жил өмнө
parent
commit
edba6b5fc7
2 өөрчлөгдсөн 3 нэмэгдсэн , 7 устгасан
  1. 1 1
      pom.xml
  2. 2 6
      sd-framework/pom.xml

+ 1 - 1
pom.xml

@@ -23,7 +23,7 @@
         <maven.compiler.target>8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <sd.version>1.0</sd.version>
-        <base.version>1.0.1</base.version>
+        <base.version>1.0.2</base.version>
     </properties>
 
     <parent>

+ 2 - 6
sd-framework/pom.xml

@@ -23,18 +23,14 @@
             <groupId>com.fjhx</groupId>
             <artifactId>hx-base</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents</groupId>
-            <artifactId>httpcore</artifactId>
-            <version>4.4.10</version>
-        </dependency>
 
         <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
-            <version>4.5.6</version>
+            <version>4.5.14</version>
         </dependency>
+
     </dependencies>
 
 </project>