File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
spring-boot-starters/wx-java-miniapp-spring-boot-starter Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <parent >
64 <artifactId >wx-java-spring-boot-starters</artifactId >
75 <groupId >com.github.binarywang</groupId >
3533 <version >${spring.boot.version} </version >
3634 <scope >provided</scope >
3735 </dependency >
36+ <dependency >
37+ <groupId >org.jodd</groupId >
38+ <artifactId >jodd-http</artifactId >
39+ <scope >provided</scope >
40+ </dependency >
41+ <dependency >
42+ <groupId >com.squareup.okhttp3</groupId >
43+ <artifactId >okhttp</artifactId >
44+ <scope >provided</scope >
45+ </dependency >
3846 </dependencies >
3947
4048 <build >
6068 </plugins >
6169 </build >
6270
63- </project >
71+ </project >
You can’t perform that action at this time.
0 commit comments