Skip to content

Commit b704113

Browse files
authored
Merge pull request #18183 from Bipinkumar27/JAVA-40638
Java 40638
2 parents a68abe6 + 0d94b8f commit b704113

File tree

56 files changed

+62
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+62
-27
lines changed
Lines changed: 6 additions & 3 deletions

spring-cloud-modules/spring-cloud-openfeign-2/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<groupId>io.github.openfeign</groupId>
5252
<artifactId>feign-okhttp</artifactId>
5353
</dependency>
54+
<dependency>
55+
<groupId>io.github.openfeign.form</groupId>
56+
<artifactId>feign-form-spring</artifactId>
57+
</dependency>
5458
<dependency>
5559
<groupId>com.github.tomakehurst</groupId>
5660
<artifactId>wiremock-jre8</artifactId>
@@ -63,6 +67,12 @@
6367
<version>${junit-jupiter.version}</version>
6468
<scope>test</scope>
6569
</dependency>
70+
<dependency>
71+
<groupId>org.projectlombok</groupId>
72+
<artifactId>lombok</artifactId>
73+
<version>${lombok.version}</version>
74+
<scope>provided</scope>
75+
</dependency>
6676
</dependencies>
6777

6878
<properties>

0 commit comments

Comments
 (0)