diff pom.xml @ 49:7c2e1b14b77d

new: load existing full text searching result into searching table
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 26 Jan 2016 11:46:10 +0100
parents 881e7591f3e4
children
line wrap: on
line diff
--- a/pom.xml	Thu Jan 21 11:56:30 2016 +0100
+++ b/pom.xml	Tue Jan 26 11:46:10 2016 +0100
@@ -134,10 +134,18 @@
 			<artifactId>mysql-connector-java</artifactId>
 			<version>5.1.6</version>
 		</dependency>
-							
+		
+		<!-- jsoup HTML parser library @ http://jsoup.org/ -->
+		<dependency>
+			<groupId>org.jsoup</groupId>
+			<artifactId>jsoup</artifactId>
+	  		<version>1.8.3</version>
+		</dependency>
+			
 	</dependencies>	
 	
 
+
 	<build>
 		<finalName>LGServices</finalName>
 		<resources>