comparison 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
comparison
equal deleted inserted replaced
48:13555aff1f88 49:7c2e1b14b77d
132 <dependency> 132 <dependency>
133 <groupId>mysql</groupId> 133 <groupId>mysql</groupId>
134 <artifactId>mysql-connector-java</artifactId> 134 <artifactId>mysql-connector-java</artifactId>
135 <version>5.1.6</version> 135 <version>5.1.6</version>
136 </dependency> 136 </dependency>
137 137
138 <!-- jsoup HTML parser library @ http://jsoup.org/ -->
139 <dependency>
140 <groupId>org.jsoup</groupId>
141 <artifactId>jsoup</artifactId>
142 <version>1.8.3</version>
143 </dependency>
144
138 </dependencies> 145 </dependencies>
139 146
147
140 148
141 <build> 149 <build>
142 <finalName>LGServices</finalName> 150 <finalName>LGServices</finalName>
143 <resources> 151 <resources>
144 <resource> 152 <resource>