File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >com.huaweicloud.gaussdb</groupId >
77 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
8- <version >3.4.0-SNAPSHOT </version >
8+ <version >3.4.0</version >
99 <packaging >pom</packaging >
1010
1111 <name >Spring Data Relational Parent</name >
151151 <autoReleaseAfterClose >true</autoReleaseAfterClose >
152152 <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
153153 </configuration >
154+ <dependencies >
155+ <dependency >
156+ <groupId >com.thoughtworks.xstream</groupId >
157+ <artifactId >xstream</artifactId >
158+ <version >1.4.15</version > <!-- apparently this needs to be exactly this version -->
159+ </dependency >
160+ <dependency >
161+ <groupId >org.codehaus.plexus</groupId >
162+ <artifactId >plexus-utils</artifactId >
163+ <version >3.4.2</version > <!-- 使用兼容的版本 -->
164+ </dependency >
165+ </dependencies >
154166 </plugin >
155167 </plugins >
156168
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-jdbc</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data JDBC</name >
1212 <description >Spring Data module for JDBC repositories.</description >
1515 <parent >
1616 <groupId >com.huaweicloud.gaussdb</groupId >
1717 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
18- <version >3.4.0-SNAPSHOT </version >
18+ <version >3.4.0</version >
1919 </parent >
2020
2121 <properties >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-r2dbc</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data R2DBC</name >
1212 <description >Spring Data module for R2DBC</description >
1515 <parent >
1616 <groupId >com.huaweicloud.gaussdb</groupId >
1717 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
18- <version >3.4.0-SNAPSHOT </version >
18+ <version >3.4.0</version >
1919 </parent >
2020
2121 <properties >
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77
88 <artifactId >gaussdb-spring-data-relational</artifactId >
9- <version >3.4.0-SNAPSHOT </version >
9+ <version >3.4.0</version >
1010
1111 <name >Spring Data Relational</name >
1212 <description >Spring Data Relational support</description >
1313
1414 <parent >
1515 <groupId >com.huaweicloud.gaussdb</groupId >
1616 <artifactId >gaussdb-spring-data-relational-parent</artifactId >
17- <version >3.4.0-SNAPSHOT </version >
17+ <version >3.4.0</version >
1818 </parent >
1919
2020 <properties >
You can’t perform that action at this time.
0 commit comments