Skip to content

Commit 982f2d1

Browse files
committed
[Fix #543] Not compiled dependencies should be runtime
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
1 parent 521052c commit 982f2d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@
4040
<dependency>
4141
<groupId>org.hibernate.validator</groupId>
4242
<artifactId>hibernate-validator</artifactId>
43+
<scope>runtime</scope>
4344
</dependency>
4445
<dependency>
4546
<groupId>org.glassfish.expressly</groupId>
4647
<artifactId>expressly</artifactId>
48+
<scope>runtime</scope>
4749
</dependency>
4850
<!-- test -->
4951
<dependency>

0 commit comments

Comments
 (0)