Browse Source

Making jsqlparser dependency test only.

Closes #1796
3.3.x
Jens Schauder 2 years ago
parent
commit
9c4ceefb6d
No known key found for this signature in database
GPG Key ID: 89F36EDF8C1BEA56
  1. 1
      spring-data-relational/pom.xml

1
spring-data-relational/pom.xml

@ -101,6 +101,7 @@ @@ -101,6 +101,7 @@
<groupId>com.github.jsqlparser</groupId>
<artifactId>jsqlparser</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save