Skip to content

Commit

Permalink
Fix dependencies hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Jan 7, 2025
1 parent 4ec98ee commit d7941b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
4 changes: 4 additions & 0 deletions example-wikipedia-with-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<groupId>io.github.openfeign</groupId>
<artifactId>feign-core</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-form</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-gson</artifactId>
Expand Down
15 changes: 1 addition & 14 deletions form-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>feign-form-spring</artifactId>

<name>Open Feign Forms Extension for Spring</name>
<name>Feign Forms Extension for Spring</name>

<properties>
<main.java.version>17</main.java.version>
Expand Down Expand Up @@ -104,19 +104,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.18.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.appulse</groupId>
<artifactId>utils-java</artifactId>
<version>1.18.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<artifactId>feign-form</artifactId>

<name>Open Feign Forms Core</name>
<name>Feign Forms Core</name>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<moshi.version>1.15.2</moshi.version>
<slf4j.version>2.0.16</slf4j.version>
<json.version>20241224</json.version>
<springboot.version>3.4.0</springboot.version>
<springboot.version>3.4.1</springboot.version>

<junit5.version>5.11.4</junit5.version>
<jackson.version>2.18.2</jackson.version>
Expand Down

0 comments on commit d7941b3

Please sign in to comment.