File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
spotify-web-api-generator-open-api Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 9090 </repository >
9191 </distributionManagement >
9292
93+ <dependencyManagement >
94+ <dependencies >
95+ <dependency >
96+ <groupId >com.fasterxml.jackson</groupId >
97+ <artifactId >jackson-bom</artifactId >
98+ <version >${jackson.version} </version >
99+ <type >pom</type >
100+ <scope >import</scope >
101+ </dependency >
102+ </dependencies >
103+ </dependencyManagement >
104+
93105 <build >
94106 <plugins >
95107 <plugin >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.fasterxml.jackson.core</groupId >
2929 <artifactId >jackson-databind</artifactId >
30- <version >${jackson.version} </version >
3130 </dependency >
3231 <dependency >
3332 <groupId >com.fasterxml.jackson.dataformat</groupId >
3433 <artifactId >jackson-dataformat-yaml</artifactId >
35- <version >${jackson.version} </version >
3634 </dependency >
3735 <dependency >
3836 <groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 3333 <artifactId >spotify-web-api-core</artifactId >
3434 <version >2021.7.20</version >
3535 </dependency >
36+ <dependency >
37+ <groupId >com.fasterxml.jackson.core</groupId >
38+ <artifactId >jackson-databind</artifactId >
39+ </dependency >
3640 <dependency >
3741 <groupId >io.swagger.core.v3</groupId >
3842 <artifactId >swagger-core</artifactId >
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.fasterxml.jackson.core</groupId >
4141 <artifactId >jackson-databind</artifactId >
42- <version >${jackson.version} </version >
4342 </dependency >
4443 <dependency >
4544 <groupId >com.fasterxml.jackson.dataformat</groupId >
4645 <artifactId >jackson-dataformat-yaml</artifactId >
47- <version >${jackson.version} </version >
4846 </dependency >
4947 <dependency >
5048 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments