BAEL-3805: Fix project's dependencies (#8662)
This commit is contained in:
parent
fe75696a5e
commit
8047fc333a
@ -147,16 +147,6 @@
|
||||
<artifactId>wiremock</artifactId>
|
||||
<version>${wiremock.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.fge</groupId>
|
||||
<artifactId>json-schema-validator</artifactId>
|
||||
<version>${github-json-schema-validator.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.fge</groupId>
|
||||
<artifactId>json-schema-core</artifactId>
|
||||
<version>${json-schema-core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
@ -208,15 +198,7 @@
|
||||
<groovy.version>2.4.7</groovy.version>
|
||||
<wiremock.version>2.4.1</wiremock.version>
|
||||
|
||||
<github-json-schema-validator.version>2.2.6</github-json-schema-validator.version>
|
||||
<json-schema-core.version>1.2.5</json-schema-core.version>
|
||||
|
||||
<rest-assured.version>3.0.1</rest-assured.version>
|
||||
<rest-assured-json-schema-validator.version>3.0.1</rest-assured-json-schema-validator.version>
|
||||
|
||||
<scribejava.version>2.5.3</scribejava.version>
|
||||
|
||||
<spring-boot.version>2.1.9.RELEASE</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user