ocean-usergw-service/usergw-api/pom.xml

38 lines
938 B
XML
Raw Normal View History

2019-06-12 06:20:00 +00:00
<?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>
2019-06-24 10:24:16 +00:00
<artifactId>usergw-parent</artifactId>
2019-06-12 06:20:00 +00:00
<version>0.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
2019-06-24 10:24:16 +00:00
2019-06-12 06:20:00 +00:00
<groupId>cn.ecpark.service</groupId>
<artifactId>usergw-api</artifactId>
<version>${project.parent.version}</version>
2019-06-24 10:24:16 +00:00
<packaging>jar</packaging>
2019-06-12 06:20:00 +00:00
<name>demo-api</name>
2019-06-24 10:24:16 +00:00
<description>Demo project for Gateway API</description>
2019-06-12 06:20:00 +00:00
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
</dependencies>
<dependencyManagement>
2019-06-24 10:24:16 +00:00
2019-06-12 06:20:00 +00:00
</dependencyManagement>
<build>
<plugins>
</plugins>
</build>
</project>