Commit 0709c399 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

Another few Maven dependencies. (#762)

This commit introduces some dependencies that were added to Openfire since the original Maven stucture was build. With these, the Maven build should compile again.
parent 42a6ba62
...@@ -19,4 +19,21 @@ ...@@ -19,4 +19,21 @@
</plugins> </plugins>
</build> </build>
</project> <dependencies>
\ No newline at end of file <dependency>
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.4.1</version>
</dependency>
<dependency>
<groupId>com.owlike</groupId>
<artifactId>genson</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>
...@@ -158,6 +158,11 @@ ...@@ -158,6 +158,11 @@
<artifactId>jetty-plus</artifactId> <artifactId>jetty-plus</artifactId>
<version>${jetty.version}</version> <version>${jetty.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>${jetty.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.spdy</groupId> <groupId>org.eclipse.jetty.spdy</groupId>
<artifactId>spdy-http-server</artifactId> <artifactId>spdy-http-server</artifactId>
...@@ -299,6 +304,11 @@ ...@@ -299,6 +304,11 @@
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.9</version> <version>1.9</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.4.2</version>
</dependency>
<dependency> <dependency>
<groupId>com.cenqua.shaj</groupId> <groupId>com.cenqua.shaj</groupId>
<artifactId>shaj</artifactId> <artifactId>shaj</artifactId>
...@@ -314,6 +324,11 @@ ...@@ -314,6 +324,11 @@
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<version>1.8.2</version> <version>1.8.2</version>
</dependency> </dependency>
<dependency>
<groupId>org.jsmpp</groupId>
<artifactId>jsmpp</artifactId>
<version>2.2.4</version>
</dependency>
<!-- Database Drivers --> <!-- Database Drivers -->
<dependency> <dependency>
...@@ -363,4 +378,4 @@ ...@@ -363,4 +378,4 @@
</repository> </repository>
</repositories> </repositories>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment