From d58d6176a24252fd1c0b80efb2d6250cb1609af4 Mon Sep 17 00:00:00 2001
From: Mic <misvy@vmware.com>
Date: Fri, 15 Mar 2013 16:22:15 +0800
Subject: [PATCH] upgraded to dandelion 0.8.7

---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01aa8af..e6cbe6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
         <webjars-bootstrap.version>2.3.0</webjars-bootstrap.version>
         <webjars-jquery-ui.version>1.9.2</webjars-jquery-ui.version>
         <webjars-jquery.version>1.9.0</webjars-jquery.version>
-        <dandelion.datatables.version>0.8.6</dandelion.datatables.version>
+        <dandelion.datatables.version>0.8.7</dandelion.datatables.version>
       
         <mysql.version>5.1.22</mysql.version>
         
@@ -386,13 +386,6 @@
             <groupId>com.github.dandelion</groupId>
             <artifactId>datatables-jsp</artifactId>
             <version>${dandelion.datatables.version}</version>
-            <exclusions>
-            	<!-- exclusion not needed from upcoming version 0.8.7 -->
-            	<exclusion>
-            		<groupId>org.eclipse.jetty</groupId>
-    				<artifactId>test-jetty-servlet</artifactId>
-            	</exclusion>
-            </exclusions>
          </dependency>
          <dependency>
             <groupId>com.github.dandelion</groupId>
-- 
GitLab