2021-09-14 21:27:20 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-09-19 20:51:51 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2021-09-14 21:27:20 +08:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2021-09-19 20:51:51 +08:00
|
|
|
<parent>
|
2021-09-14 21:27:20 +08:00
|
|
|
<groupId>com.fujieid</groupId>
|
2021-09-22 20:45:00 +08:00
|
|
|
<artifactId>jap</artifactId>
|
2021-09-19 20:51:51 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-09-22 20:45:00 +08:00
|
|
|
|
2021-09-19 20:51:51 +08:00
|
|
|
<artifactId>jap-http-api</artifactId>
|
2021-09-22 20:45:00 +08:00
|
|
|
<name>jap-http-api</name>
|
|
|
|
<description>
|
|
|
|
jap-http-api
|
|
|
|
</description>
|
2021-09-14 21:27:20 +08:00
|
|
|
|
2021-09-19 20:51:51 +08:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fujieid</groupId>
|
|
|
|
<artifactId>jap-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.xkcoding.http</groupId>
|
|
|
|
<artifactId>simple-http</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2021-09-14 21:27:20 +08:00
|
|
|
|
|
|
|
</project>
|