File tree Expand file tree Collapse file tree 1 file changed +31
-18
lines changed Expand file tree Collapse file tree 1 file changed +31
-18
lines changed Original file line number Diff line number Diff line change 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 >
19
32
</project >
You can’t perform that action at this time.
0 commit comments