forked from sharanyarc96/MC_SS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
28 lines (26 loc) · 784 Bytes
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<project xmlns="http://maven.apache.org/POM/4.0.0">
<artifactId>mc_ss</artifactId>
<modelVersion>4.0.0</modelVersion>
<groupId>mc_ss</groupId>
<version>1.0.0</version>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>net.sf.jwordnet</groupId>
<artifactId>jwnl</artifactId>
<version>1.3.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
</project>