Skip to content

Commit 17dcc17

Browse files
committed
Move yasson version to spring-boot-dependencies/pom.xml
1 parent bf4e710 commit 17dcc17

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

spring-boot-autoconfigure/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,6 @@
741741
<dependency>
742742
<groupId>org.eclipse</groupId>
743743
<artifactId>yasson</artifactId>
744-
<version>${javax-jsonb.version}</version>
745744
<scope>test</scope>
746745
</dependency>
747746
<dependency>

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2454,6 +2454,11 @@
24542454
<artifactId>snakeyaml</artifactId>
24552455
<version>${snakeyaml.version}</version>
24562456
</dependency>
2457+
<dependency>
2458+
<groupId>org.eclipse</groupId>
2459+
<artifactId>yasson</artifactId>
2460+
<version>${javax-jsonb.version}</version>
2461+
</dependency>
24572462
<dependency>
24582463
<groupId>redis.clients</groupId>
24592464
<artifactId>jedis</artifactId>

spring-boot-test-autoconfigure/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@
221221
<dependency>
222222
<groupId>org.eclipse</groupId>
223223
<artifactId>yasson</artifactId>
224-
<version>${javax-jsonb.version}</version>
225224
<scope>test</scope>
226225
</dependency>
227226
<dependency>

spring-boot-test/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
<dependency>
156156
<groupId>org.eclipse</groupId>
157157
<artifactId>yasson</artifactId>
158-
<version>${javax-jsonb.version}</version>
159158
<scope>test</scope>
160159
</dependency>
161160
<dependency>

0 commit comments

Comments
 (0)