Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 34d7906

Browse files
Juan Pablo Diaz-VazJuan Pablo Diaz-Vaz
authored andcommitted
Added POM.xml for building with Maven
1 parent e8fb294 commit 34d7906

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

pom.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
5+
<groupId>com.mcplusa.google</groupId>
6+
<artifactId>mcplusa-google-feeder-java</artifactId>
7+
<version>1.0.0</version>
8+
<packaging>jar</packaging>
9+
10+
<name>mcplusa-google-feeder-java</name>
11+
<url>http://maven.apache.org</url>
12+
13+
<properties>
14+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15+
</properties>
16+
17+
<dependencies>
18+
<dependency>
19+
<groupId>junit</groupId>
20+
<artifactId>junit</artifactId>
21+
<version>3.8.1</version>
22+
<scope>test</scope>
23+
</dependency>
24+
<dependency>
25+
<groupId>log4j</groupId>
26+
<artifactId>log4j</artifactId>
27+
<version>1.2.17</version>
28+
</dependency>
29+
<dependency>
30+
<groupId>xerces</groupId>
31+
<artifactId>xercesImpl</artifactId>
32+
<version>2.8.0</version>
33+
</dependency>
34+
<dependency>
35+
<groupId>commons-httpclient</groupId>
36+
<artifactId>commons-httpclient</artifactId>
37+
<version>3.1</version>
38+
</dependency>
39+
</dependencies>
40+
</project>

0 commit comments

Comments
 (0)