1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <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" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.aliyun</groupId >
5+ <artifactId >alibabacloud-dytnsapi20230101</artifactId >
6+ <version >1.0.0</version >
7+ <packaging >jar</packaging >
8+ <name >alibabacloud-dytnsapi20230101</name >
9+ <description >Alibaba Cloud Dytnsapi (20230101) Async SDK for Java
10+ </description >
11+ <url >https://github.com/aliyun/alibabacloud-java-async-sdk</url >
12+ <licenses >
13+ <license >
14+ <name >The Apache License, Version 2.0</name >
15+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
16+ </license >
17+ </licenses >
18+ <developers >
19+ <developer >
20+ <id >aliyunproducts</id >
21+ <name >Aliyun SDK</name >
22+ <email >aliyunsdk@aliyun.com</email >
23+ </developer >
24+ </developers >
25+ <distributionManagement >
26+ <snapshotRepository >
27+ <id >sonatype-nexus-snapshots</id >
28+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
29+ </snapshotRepository >
30+ <repository >
31+ <id >sonatype-nexus-staging</id >
32+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
33+ </repository >
34+ </distributionManagement >
35+ <scm >
36+ <connection />
37+ <developerConnection />
38+ <url />
39+ </scm >
40+ <properties >
41+ <java .version>1.8</java .version>
42+ <maven .compiler.source>8</maven .compiler.source>
43+ <maven .compiler.target>8</maven .compiler.target>
44+ <service .version>0.2.7-beta</service .version>
45+ </properties >
46+ <dependencies >
47+ <dependency >
48+ <groupId >com.github.tomakehurst</groupId >
49+ <artifactId >wiremock-standalone</artifactId >
50+ <version >2.24.1</version >
51+ <scope >test</scope >
52+ </dependency >
53+ <dependency >
54+ <groupId >junit</groupId >
55+ <artifactId >junit</artifactId >
56+ <version >4.13.1</version >
57+ <scope >test</scope >
58+ </dependency >
59+ <dependency >
60+ <groupId >com.aliyun</groupId >
61+ <artifactId >aliyun-gateway-pop</artifactId >
62+ <version >${service.version} </version >
63+ </dependency >
64+ </dependencies >
65+ <build >
66+ <plugins >
67+ <plugin >
68+ <groupId >org.apache.maven.plugins</groupId >
69+ <artifactId >maven-compiler-plugin</artifactId >
70+ <version >3.6.1</version >
71+ <configuration >
72+ <source >${maven.compiler.source} </source >
73+ <target >${maven.compiler.target} </target >
74+ </configuration >
75+ </plugin >
76+ <plugin >
77+ <groupId >org.apache.maven.plugins</groupId >
78+ <artifactId >maven-gpg-plugin</artifactId >
79+ <version >1.6</version >
80+ <executions >
81+ <execution >
82+ <id >sign-artifacts</id >
83+ <phase >verify</phase >
84+ <goals >
85+ <goal >sign</goal >
86+ </goals >
87+ </execution >
88+ </executions >
89+ </plugin >
90+ <plugin >
91+ <groupId >org.sonatype.plugins</groupId >
92+ <artifactId >nexus-staging-maven-plugin</artifactId >
93+ <version >1.6.3</version >
94+ <extensions >true</extensions >
95+ <configuration >
96+ <serverId >sonatype-nexus-staging</serverId >
97+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
98+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
99+ </configuration >
100+ </plugin >
101+ <plugin >
102+ <groupId >org.apache.maven.plugins</groupId >
103+ <artifactId >maven-javadoc-plugin</artifactId >
104+ <version >3.1.1</version >
105+ <configuration >
106+ <encoding >UTF-8</encoding >
107+ <doclint >none</doclint >
108+ </configuration >
109+ </plugin >
110+ <plugin >
111+ <groupId >org.apache.maven.plugins</groupId >
112+ <artifactId >maven-surefire-plugin</artifactId >
113+ <version >2.22.1</version >
114+ </plugin >
115+ </plugins >
116+ </build >
117+ </project >
0 commit comments