Skip to content

Commit 4e3411a

Browse files
committed
Add dependency management for org.skyscreamer:jsonassert
Closes spring-projectsgh-3751
1 parent a38bdd9 commit 4e3411a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@
100100
<jmustache.version>1.10</jmustache.version>
101101
<joda-time.version>2.8.1</joda-time.version>
102102
<jolokia.version>1.3.1</jolokia.version>
103-
<json.version>20140107</json.version>
104103
<jooq.version>3.6.2</jooq.version>
104+
<json.version>20140107</json.version>
105+
<jsonassert.version>1.2.3</jsonassert.version>
105106
<json-path.version>2.0.0</json-path.version>
106107
<jstl.version>1.2</jstl.version>
107108
<junit.version>4.12</junit.version>
@@ -1565,6 +1566,11 @@
15651566
<artifactId>postgresql</artifactId>
15661567
<version>${postgresql.version}</version>
15671568
</dependency>
1569+
<dependency>
1570+
<groupId>org.skyscreamer</groupId>
1571+
<artifactId>jsonassert</artifactId>
1572+
<version>${jsonassert.version}</version>
1573+
</dependency>
15681574
<dependency>
15691575
<groupId>org.slf4j</groupId>
15701576
<artifactId>jcl-over-slf4j</artifactId>

0 commit comments

Comments
 (0)