Skip to content

Commit 6019d3a

Browse files
committed
add pom.xml
1 parent 91e26aa commit 6019d3a

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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>

0 commit comments

Comments
 (0)