Skip to content

Commit 0f73555

Browse files
committed
1 parent ccc6722 commit 0f73555

File tree

1 file changed

+31
-18
lines changed

1 file changed

+31
-18
lines changed

pom.xml

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>DeepLucene</groupId>
4-
<artifactId>DeepLucene</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
6-
<build>
7-
<sourceDirectory>src</sourceDirectory>
8-
<plugins>
9-
<plugin>
10-
<artifactId>maven-compiler-plugin</artifactId>
11-
<version>3.3</version>
12-
<configuration>
13-
<source>1.7</source>
14-
<target>1.7</target>
15-
</configuration>
16-
</plugin>
17-
</plugins>
18-
</build>
1+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>DeepLucene</groupId>
5+
<artifactId>DeepLucene</artifactId>
6+
<version>0.0.1-SNAPSHOT</version>
7+
<build>
8+
<sourceDirectory>src</sourceDirectory>
9+
<plugins>
10+
<plugin>
11+
<artifactId>maven-compiler-plugin</artifactId>
12+
<version>3.3</version>
13+
<configuration>
14+
<source>1.7</source>
15+
<target>1.7</target>
16+
</configuration>
17+
</plugin>
18+
</plugins>
19+
</build>
20+
<dependencies>
21+
<dependency>
22+
<groupId>org.slf4j</groupId>
23+
<artifactId>slf4j-log4j12</artifactId>
24+
<version>1.7.2</version>
25+
</dependency>
26+
<dependency>
27+
<groupId>org.mongodb</groupId>
28+
<artifactId>mongo-java-driver</artifactId>
29+
<version>3.2.0</version>
30+
</dependency>
31+
</dependencies>
1932
</project>

0 commit comments

Comments
 (0)