2
0

Add Apple Java extension stubs to allow the code to compile on other platforms.

This commit is contained in:
Maarten Billemont 2015-06-20 10:49:29 -04:00
parent 78afbbb128
commit ee922c947f

View File

@ -143,6 +143,15 @@
<artifactId>logback-classic</artifactId>
</dependency>
<!-- STUBS -->
<dependency>
<!-- http://ymasory.github.io/OrangeExtensions/ -->
<groupId>com.yuvimasory</groupId>
<artifactId>orange-extensions</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>