jap/jap-http-api/pom.xml

27 lines
815 B
XML
Raw Normal View History

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>
<artifactId>jap</artifactId>
2021-09-14 21:27:20 +08:00
<groupId>com.fujieid</groupId>
2021-09-19 20:51:51 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jap-http-api</artifactId>
<version>1.0.2</version>
<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>