Fix scope for lib required by test

This commit is contained in:
René Pfeuffer
2020-05-04 09:56:55 +02:00
parent f9c37d7e1b
commit ce2b8c5c93

View File

@@ -205,6 +205,7 @@
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.1-b11</version>
<scope>test</scope>
</dependency>
<!-- util -->