Skip to content

Commit 14c5fb3

Browse files
committed
Merge "integration_2025-12-22_1095874065666" into "dts-Java-2022-10-01-online-1967-2025_12_22_15_30_30"
Conflicts: pom.xml volcengine-java-sdk-bom/pom.xml
2 parents 93e12a0 + 73a6ae4 commit 14c5fb3

File tree

92 files changed

+18119
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+18119
-406
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,6 @@
327327
<module>volcengine-java-sdk-config</module>
328328
<module>volcengine-java-sdk-id</module>
329329
<module>volcengine-java-sdk-dts</module>
330+
<module>volcengine-java-sdk-dts20180101</module>
330331
</modules>
331332
</project>

volcengine-java-sdk-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,12 @@
679679
<optional>false</optional>
680680
<version>${project.version}</version>
681681
</dependency>
682+
<dependency>
683+
<groupId>com.volcengine</groupId>
684+
<artifactId>volcengine-java-sdk-dts20180101</artifactId>
685+
<optional>false</optional>
686+
<version>${project.version}</version>
687+
</dependency>
682688
</dependencies>
683689
</dependencyManagement>
684690
</project>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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.2.54</version>
7+
<relativePath>../pom.xml</relativePath>
8+
</parent>
9+
<modelVersion>4.0.0</modelVersion>
10+
<artifactId>volcengine-java-sdk-dts20180101</artifactId>
11+
<name>volcengine-java-sdk-dts20180101</name>
12+
<description>The Java SDK for Volcengine dts20180101</description>
13+
<dependencies>
14+
<dependency>
15+
<groupId>com.volcengine</groupId>
16+
<artifactId>volcengine-java-sdk-core</artifactId>
17+
<version>${project.version}</version>
18+
</dependency>
19+
</dependencies>
20+
<build>
21+
<plugins>
22+
<plugin>
23+
<groupId>org.apache.maven.plugins</groupId>
24+
<artifactId>maven-source-plugin</artifactId>
25+
<configuration>
26+
<excludes>
27+
<exclude>com/volcengine/dts20180101/examples/**</exclude>
28+
</excludes>
29+
</configuration>
30+
</plugin>
31+
<plugin>
32+
<groupId>org.apache.maven.plugins</groupId>
33+
<artifactId>maven-jar-plugin</artifactId>
34+
<configuration>
35+
<excludes>
36+
<exclude>com/volcengine/dts20180101/examples/**</exclude>
37+
</excludes>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
42+
</project>

0 commit comments

Comments
 (0)