ocean-usergw-service/usergw-api/pom.xml
2019-07-18 10:02:42 +08:00

38 lines
925 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.ecpark.service</groupId>
<artifactId>usergw-parent</artifactId>
<version>0.1.0-RELEASE</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<groupId>cn.ecpark.service</groupId>
<artifactId>usergw-api</artifactId>
<version>0.1.0-RELEASE</version>
<packaging>jar</packaging>
<name>demo-api</name>
<description>Demo project for Gateway API</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
</dependencies>
<dependencyManagement>
</dependencyManagement>
<build>
<plugins>
</plugins>
</build>
</project>