Skip to content

Commit b51659b

Browse files
ci_volc_sdk_genxiujie.1
ci_volc_sdk_gen
authored and
xiujie.1
committed
feat: auto generate for iam-Java-2021-08-01-online-478-2024_05_08_20_02_01
1 parent 0307567 commit b51659b

31 files changed

+6112
-1
lines changed

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lasted": "0.1.115",
33
"meta_commit": "d033ebf8a2d2fc4821cf9297cbfa75a00e50216b"
4-
}
4+
}

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,6 @@
242242
<module>volcengine-java-sdk-ark-runtime</module>
243243
<module>volcengine-java-sdk-cdn</module>
244244
<module>volcengine-java-sdk-waf</module>
245+
<module>volcengine-java-sdk-iam20210801</module>
245246
</modules>
246247
</project>

volcengine-java-sdk-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,12 @@
217217
<optional>false</optional>
218218
<version>${project.version}</version>
219219
</dependency>
220+
<dependency>
221+
<groupId>com.volcengine</groupId>
222+
<artifactId>volcengine-java-sdk-iam20210801</artifactId>
223+
<optional>false</optional>
224+
<version>${project.version}</version>
225+
</dependency>
220226
</dependencies>
221227
</dependencyManagement>
222228
</project>
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
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+
<parent>
4+
<artifactId>volcengine-java-sdk</artifactId>
5+
<groupId>com.volcengine</groupId>
6+
<version>0.1.108</version>
7+
<relativePath>../pom.xml</relativePath>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
<artifactId>volcengine-java-sdk-iam20210801</artifactId>
11+
<dependencies>
12+
<dependency>
13+
<groupId>com.volcengine</groupId>
14+
<artifactId>volcengine-java-sdk-core</artifactId>
15+
<version>${project.version}</version>
16+
</dependency>
17+
</dependencies>
18+
<build>
19+
<plugins>
20+
<plugin>
21+
<groupId>org.apache.maven.plugins</groupId>
22+
<artifactId>maven-source-plugin</artifactId>
23+
<configuration>
24+
<excludes>
25+
<exclude>com/volcengine/iam20210801/examples/**</exclude>
26+
</excludes>
27+
</configuration>
28+
</plugin>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-jar-plugin</artifactId>
32+
<configuration>
33+
<excludes>
34+
<exclude>com/volcengine/iam20210801/examples/**</exclude>
35+
</excludes>
36+
</configuration>
37+
</plugin>
38+
</plugins>
39+
</build>
40+
</project>

0 commit comments

Comments
 (0)