From 63d8f1213ccd9028754e91b85c2358175fd0f7a4 Mon Sep 17 00:00:00 2001
From: Tomas Repel <trepel@redhat.com>
Date: Mon, 19 Oct 2015 10:53:10 +0200
Subject: [PATCH] Update of Dandelion to 1.1.1

---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4c16ce..fdd16f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,8 @@
         <webjars-bootstrap.version>2.3.0</webjars-bootstrap.version>
         <webjars-jquery-ui.version>1.10.3</webjars-jquery-ui.version>
         <webjars-jquery.version>2.0.3-1</webjars-jquery.version>
-        <dandelion.version>1.0.1</dandelion.version>
+        <dandelion.version>1.1.1</dandelion.version>
+        <dandelion.datatables.version>1.1.0</dandelion.datatables.version>
 
         <cobertura.version>2.7</cobertura.version>
 
@@ -260,13 +261,18 @@
         <!-- Dandelion -->
         <dependency>
             <groupId>com.github.dandelion</groupId>
-            <artifactId>datatables-jsp</artifactId>
+            <artifactId>dandelion-jsp</artifactId>
             <version>${dandelion.version}</version>
         </dependency>
+        <dependency>
+            <groupId>com.github.dandelion</groupId>
+            <artifactId>datatables-jsp</artifactId>
+            <version>${dandelion.datatables.version}</version>
+        </dependency>
         <dependency>
             <groupId>com.github.dandelion</groupId>
             <artifactId>datatables-export-itext</artifactId>
-            <version>${dandelion.version}</version>
+            <version>${dandelion.datatables.version}</version>
         </dependency>
         <!-- temporary fix: below dependency should not be necessary as it is a transitive dependency.
         For some reason we can't build the app unless it is a first level dependency -->
-- 
GitLab