File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project 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.1.0.xsd" >
2+ <project xmlns = " http://maven.apache.org/POM/4.1.0 " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.1 .0 http://maven.apache.org/xsd/maven-4.1.0.xsd" >
33 <modelVersion >4.1.0</modelVersion >
44 <groupId >io.github.easy4j</groupId >
55 <artifactId >openclaw-java-sdk</artifactId >
4343
4444 <commons-exec .version>1.6.0</commons-exec .version>
4545 <jackson .version>2.22.1</jackson .version>
46- <jackson-bom .version>2.22 .1</jackson-bom .version>
46+ <jackson-bom .version>3.2 .1</jackson-bom .version>
4747 <java-websocket .version>1.6.0</java-websocket .version>
4848 <junit .version>5.11.4</junit .version>
4949 <junit-jupiter .version>5.11.4</junit-jupiter .version>
7373 <dependencies >
7474
7575 <dependency >
76- <groupId >com.fasterxml .jackson</groupId >
76+ <groupId >tools .jackson</groupId >
7777 <artifactId >jackson-bom</artifactId >
7878 <version >${jackson-bom.version} </version >
7979 <type >pom</type >
154154 </dependency >
155155
156156 <dependency >
157- <groupId >com.fasterxml .jackson.core</groupId >
157+ <groupId >tools .jackson.core</groupId >
158158 <artifactId >jackson-databind</artifactId >
159159 </dependency >
160160
You can’t perform that action at this time.
0 commit comments