Skip to content

Commit eb00401

Browse files
committed
Include expressly dependency
1 parent 32c3c41 commit eb00401

File tree

1 file changed

+6
-0
lines changed
  • querydsl-libraries/querydsl-jpa

1 file changed

+6
-0
lines changed

querydsl-libraries/querydsl-jpa/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
</exclusion>
9494
</exclusions>
9595
</dependency>
96+
<dependency>
97+
<groupId>org.glassfish.expressly</groupId>
98+
<artifactId>expressly</artifactId>
99+
<version>5.0.0</version>
100+
<scope>test</scope>
101+
</dependency>
96102

97103
<dependency>
98104
<groupId>org.postgresql</groupId>

0 commit comments

Comments
 (0)