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 >dytnsapi20230101</artifactId >
6+ <version >1.0.0</version >
7+ <packaging >jar</packaging >
8+ <name >dytnsapi20230101</name >
9+ <description >Alibaba Cloud Dytnsapi (20230101) SDK for Java
10+ </description >
11+ <url >https://github.com/aliyun/alibabacloud-java-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+ <dependencies >
41+ <dependency >
42+ <groupId >com.aliyun</groupId >
43+ <artifactId >tea-util</artifactId >
44+ <version >0.2.16</version >
45+ </dependency >
46+ <dependency >
47+ <groupId >com.aliyun</groupId >
48+ <artifactId >tea-openapi</artifactId >
49+ <version >0.2.8</version >
50+ </dependency >
51+ <dependency >
52+ <groupId >com.aliyun</groupId >
53+ <artifactId >endpoint-util</artifactId >
54+ <version >0.0.7</version >
55+ </dependency >
56+ <dependency >
57+ <groupId >com.aliyun</groupId >
58+ <artifactId >tea</artifactId >
59+ <version >1.2.7</version >
60+ </dependency >
61+ </dependencies >
62+ <build >
63+ <plugins >
64+ <plugin >
65+ <groupId >org.apache.maven.plugins</groupId >
66+ <artifactId >maven-compiler-plugin</artifactId >
67+ <version >3.6.1</version >
68+ <configuration >
69+ <source >7</source >
70+ <target >7</target >
71+ </configuration >
72+ </plugin >
73+ <plugin >
74+ <groupId >org.apache.maven.plugins</groupId >
75+ <artifactId >maven-gpg-plugin</artifactId >
76+ <version >1.6</version >
77+ <executions >
78+ <execution >
79+ <id >sign-artifacts</id >
80+ <phase >verify</phase >
81+ <goals >
82+ <goal >sign</goal >
83+ </goals >
84+ </execution >
85+ </executions >
86+ </plugin >
87+ <plugin >
88+ <groupId >org.sonatype.plugins</groupId >
89+ <artifactId >nexus-staging-maven-plugin</artifactId >
90+ <version >1.6.3</version >
91+ <extensions >true</extensions >
92+ <configuration >
93+ <serverId >sonatype-nexus-staging</serverId >
94+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
95+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
96+ </configuration >
97+ </plugin >
98+ <plugin >
99+ <groupId >org.apache.maven.plugins</groupId >
100+ <artifactId >maven-javadoc-plugin</artifactId >
101+ <version >3.1.1</version >
102+ <configuration >
103+ <encoding >UTF-8</encoding >
104+ <doclint >none</doclint >
105+ </configuration >
106+ </plugin >
107+ <plugin >
108+ <groupId >org.apache.maven.plugins</groupId >
109+ <artifactId >maven-surefire-plugin</artifactId >
110+ <version >2.22.1</version >
111+ </plugin >
112+ <plugin >
113+ <groupId >org.apache.maven.plugins</groupId >
114+ <artifactId >maven-shade-plugin</artifactId >
115+ <version >3.2.4</version >
116+ <executions >
117+ <execution >
118+ <phase >package</phase >
119+ <goals >
120+ <goal >shade</goal >
121+ </goals >
122+ <configuration >
123+ <relocations >
124+ <relocation >
125+ <pattern >com.google</pattern >
126+ <shadedPattern >com.aliyun.dytnsapi20230101.external.google</shadedPattern >
127+ </relocation >
128+ <relocation >
129+ <pattern >okhttp3</pattern >
130+ <shadedPattern >com.aliyun.dytnsapi20230101.external.okhttp3</shadedPattern >
131+ </relocation >
132+ <relocation >
133+ <pattern >okio</pattern >
134+ <shadedPattern >com.aliyun.dytnsapi20230101.external.okio</shadedPattern >
135+ </relocation >
136+ <relocation >
137+ <pattern >javax.xml</pattern >
138+ <shadedPattern >com.aliyun.dytnsapi20230101.external.javax.xml</shadedPattern >
139+ </relocation >
140+ <relocation >
141+ <pattern >com.sun</pattern >
142+ <shadedPattern >com.aliyun.dytnsapi20230101.external.com.sun</shadedPattern >
143+ </relocation >
144+ <relocation >
145+ <pattern >org.apache</pattern >
146+ <shadedPattern >com.aliyun.dytnsapi20230101.external.org.apache</shadedPattern >
147+ </relocation >
148+ <relocation >
149+ <pattern >org.slf4j</pattern >
150+ <shadedPattern >com.aliyun.dytnsapi20230101.external.org.slf4j</shadedPattern >
151+ </relocation >
152+ </relocations >
153+ <artifactSet >
154+ <excludes >
155+ <exclude >org.jacoco:*</exclude >
156+ </excludes >
157+ </artifactSet >
158+ <filters >
159+ <filter >
160+ <artifact >*:*</artifact >
161+ <excludes >
162+ <exclude >META-INF/*.SF</exclude >
163+ <exclude >META-INF/*.DSA</exclude >
164+ <exclude >META-INF/*.RSA</exclude >
165+ <exclude >**/pom.xml</exclude >
166+ </excludes >
167+ </filter >
168+ </filters >
169+ <transformers >
170+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
171+ </transformers >
172+ <shadedArtifactAttached >true</shadedArtifactAttached >
173+ <shadedClassifierName >shaded</shadedClassifierName >
174+ </configuration >
175+ </execution >
176+ </executions >
177+ </plugin >
178+ </plugins >
179+ </build >
180+ </project >
0 commit comments