Add Apple Java extension stubs to allow the code to compile on other platforms.
This commit is contained in:
parent
78afbbb128
commit
ee922c947f
@ -143,6 +143,15 @@
|
|||||||
<artifactId>logback-classic</artifactId>
|
<artifactId>logback-classic</artifactId>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
Reference in New Issue
Block a user