29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<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"
|
||
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<groupId>com.actionsoft</groupId>
|
||
|
|
<artifactId>com.actionsoft.apps.cc.connector.soap</artifactId>
|
||
|
|
<name>com.actionsoft.apps.cc.connector.soap</name>
|
||
|
|
<version>6.2</version>
|
||
|
|
<url>http://www.awspaas.com</url>
|
||
|
|
<properties>
|
||
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
|
</properties>
|
||
|
|
<dependencies>
|
||
|
|
<!-- https://mvnrepository.com/artifact/org.apache.cxf/cxf-rt-frontend-jaxrs -->
|
||
|
|
<!--
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.cxf</groupId>
|
||
|
|
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
|
||
|
|
<version>3.3.6</version>
|
||
|
|
</dependency>
|
||
|
|
-->
|
||
|
|
</dependencies>
|
||
|
|
<description>AWS基础平台的公共代码模块</description>
|
||
|
|
<organization>
|
||
|
|
<name>Actionsoft</name>
|
||
|
|
<url>http://www.actionsoft.com.cn</url>
|
||
|
|
</organization>
|
||
|
|
</project>
|