File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 <version >${autil.version} </version >
138138 <scope >compile</scope >
139139 </dependency >
140+
141+
142+ <!-- https://mvnrepository.com/artifact/tools.jackson.core/jackson-core -->
143+ <dependency >
144+ <groupId >tools.jackson.core</groupId >
145+ <artifactId >jackson-core</artifactId >
146+ <version >3.0.0</version >
147+ </dependency >
148+ <!-- https://mvnrepository.com/artifact/tools.jackson.core/jackson-databind -->
149+ <dependency >
150+ <groupId >tools.jackson.core</groupId >
151+ <artifactId >jackson-databind</artifactId >
152+ <version >3.0.0</version >
153+ </dependency >
154+ <!-- https://mvnrepository.com/artifact/tools.jackson.dataformat/jackson-dataformat-xml -->
155+ <dependency >
156+ <groupId >tools.jackson.dataformat</groupId >
157+ <artifactId >jackson-dataformat-xml</artifactId >
158+ <version >3.0.0</version >
159+ </dependency >
160+ <!-- https://mvnrepository.com/artifact/tools.jackson.dataformat/jackson-dataformat-yaml -->
161+ <dependency >
162+ <groupId >tools.jackson.dataformat</groupId >
163+ <artifactId >jackson-dataformat-yaml</artifactId >
164+ <version >3.0.0</version >
165+ </dependency >
166+ <!-- https://mvnrepository.com/artifact/tools.jackson.dataformat/jackson-dataformat-csv -->
167+ <dependency >
168+ <groupId >tools.jackson.dataformat</groupId >
169+ <artifactId >jackson-dataformat-csv</artifactId >
170+ <version >3.0.0</version >
171+ </dependency >
172+
173+
140174 <dependency >
141175 <groupId >com.acanx.util</groupId >
142176 <artifactId >json-gson</artifactId >
You can’t perform that action at this time.
0 commit comments