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+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <groupId >Pingplusplus</groupId >
6+ <artifactId >pingpp-java</artifactId >
7+ <version >2.2.2</version >
8+ <name >pingpp-java</name >
9+ <url >https://github.com/PingPlusPlus/pingpp-java</url >
10+ <properties >
11+ <maven .compiler.source>1.7</maven .compiler.source>
12+ <maven .compiler.target>1.7</maven .compiler.target>
13+ </properties >
14+ <dependencies >
15+ <dependency >
16+ <groupId >com.google.code.gson</groupId >
17+ <artifactId >gson</artifactId >
18+ <version >2.6.2</version >
19+ </dependency >
20+ <dependency >
21+ <groupId >commons-codec</groupId >
22+ <artifactId >commons-codec</artifactId >
23+ <version >1.10</version >
24+ </dependency >
25+ </dependencies >
26+ </project >
You can’t perform that action at this time.
0 commit comments