Skip to content

Commit 64aa0bb

Browse files
authoredSep 7, 2016
Merge pull request #283 from allwefantasy/master
JDBC support
2 parents 426e0dc + 804b2b7 commit 64aa0bb

14 files changed

+5124
-5
lines changed
 

‎pom.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.nlpcn</groupId>
55
<artifactId>elasticsearch-sql</artifactId>
@@ -98,6 +98,14 @@
9898
<version>1.2.16</version>
9999
<scope>provided</scope>
100100
</dependency>
101+
102+
<dependency>
103+
<groupId>javax.servlet</groupId>
104+
<artifactId>servlet-api</artifactId>
105+
<version>2.5</version>
106+
<scope>provided</scope>
107+
</dependency>
108+
101109
</dependencies>
102110

103111

@@ -246,6 +254,4 @@
246254

247255
</build>
248256

249-
250-
251257
</project>

0 commit comments

Comments
 (0)