File tree 3 files changed +6
-15
lines changed
example-wikipedia-with-springboot
3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 51
51
<groupId >io.github.openfeign</groupId >
52
52
<artifactId >feign-core</artifactId >
53
53
</dependency >
54
+ <dependency >
55
+ <groupId >io.github.openfeign</groupId >
56
+ <artifactId >feign-form</artifactId >
57
+ </dependency >
54
58
<dependency >
55
59
<groupId >io.github.openfeign</groupId >
56
60
<artifactId >feign-gson</artifactId >
Original file line number Diff line number Diff line change 28
28
29
29
<artifactId >feign-form-spring</artifactId >
30
30
31
- <name >Open Feign Forms Extension for Spring</name >
31
+ <name >Feign Forms Extension for Spring</name >
32
32
33
33
<properties >
34
34
<main .java.version>17</main .java.version>
104
104
<scope >test</scope >
105
105
</dependency >
106
106
107
- <dependency >
108
- <groupId >io.undertow</groupId >
109
- <artifactId >undertow-core</artifactId >
110
- <version >2.3.18.Final</version >
111
- <scope >test</scope >
112
- </dependency >
113
- <dependency >
114
- <groupId >io.appulse</groupId >
115
- <artifactId >utils-java</artifactId >
116
- <version >1.18.0</version >
117
- <scope >test</scope >
118
- </dependency >
119
-
120
107
<dependency >
121
108
<groupId >org.junit.jupiter</groupId >
122
109
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 28
28
29
29
<artifactId >feign-form</artifactId >
30
30
31
- <name >Open Feign Forms Core</name >
31
+ <name >Feign Forms Core</name >
32
32
<dependencies >
33
33
<dependency >
34
34
<groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments