Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit d960f4b

Browse files
committed
fixes tests
1 parent 671933e commit d960f4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

jnosql-query-antlr/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@
8383
<artifactId>jnosql-query-api</artifactId>
8484
<version>${project.version}</version>
8585
</dependency>
86+
<dependency>
87+
<groupId>org.eclipse</groupId>
88+
<artifactId>yasson</artifactId>
89+
<version>${json.b.version}</version>
90+
<scope>test</scope>
91+
</dependency>
92+
<dependency>
93+
<groupId>org.glassfish</groupId>
94+
<artifactId>javax.json</artifactId>
95+
<version>${javax.json.version}</version>
96+
<scope>test</scope>
97+
</dependency>
8698
</dependencies>
8799

88100
<build>

0 commit comments

Comments
 (0)