Skip to content

Commit ac859e9

Browse files
authored
Merge pull request #545 from fjtirado/Fix_#543
[Fix #543] Not compiled dependencies should be runtime
2 parents 3d51906 + 982f2d1 commit ac859e9

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)