JUEL dependencies are now optional.

This commit is contained in:
rossi 2014-05-20 17:53:01 +02:00
parent 752feca1c2
commit cf104666c6

View File

@ -91,12 +91,14 @@
<artifactId>juel-impl</artifactId>
<version>2.2.7</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-spi</artifactId>
<version>2.2.7</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>