This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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"
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 >
You can’t perform that action at this time.
0 commit comments