Spark/plugins/apple/pom.xml
2023-03-31 12:37:43 -05:00

37 lines
1.1 KiB
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.igniterealtime.spark.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.0.3-SNAPSHOT</version>
<relativePath>../plugin/pom.xml</relativePath>
</parent>
<artifactId>apple</artifactId>
<version>4.0</version>
<name>Apple Plugin</name>
<description>Provides Mac OS X features for Spark.</description>
<contributors>
<contributor>
<name>Wolf Posdorfer</name>
<email>9posdorf@informatik.uni-hamburg.de</email>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>com.apple</groupId>
<artifactId>AppleJavaExtensions</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>