Files
Spark/plugins/meet/pom.xml
Dele Olajide 2e81a0b9f4 Run the electron download in a thread
replace sun.misc.BASE64Decoder with javax.xml.bind.DatatypeConverter
2020-11-25 21:35:38 +00:00

34 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>2.9.5-SNAPSHOT</version>
<relativePath>../plugin/pom.xml</relativePath>
</parent>
<artifactId>meet</artifactId>
<version>0.0.8</version>
<name>Pade Meetings Plugin</name>
<description>Adds support for Pade Meetings to the Spark IM client.</description>
<contributors>
<contributor>
<name>Dele Olajide</name>
<roles>
<role>Author</role>
</roles>
</contributor>
</contributors>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
</project>