Skip to content

Commit d406460

Browse files
authored
Merge pull request #31 from lunasaw/2.6.1
2.6.1
2 parents dd281d3 + bd43b54 commit d406460

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

pom.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.lunasaw</groupId>
88
<artifactId>luna-common</artifactId>
99
<name>luna-common</name>
10-
<version>2.6.0</version>
10+
<version>2.6.1</version>
1111
<description>common is project which contains common utils</description>
1212
<url>https://github.com/lunasaw/luna-common</url>
1313

@@ -31,6 +31,7 @@
3131
<lombok.version>1.18.32</lombok.version>
3232
<validation-api.version>3.0.2</validation-api.version>
3333
<slf4j-simple.version>2.0.9</slf4j-simple.version>
34+
<srping-context.version>6.1.5</srping-context.version>
3435
</properties>
3536
<developers>
3637
<developer>
@@ -51,6 +52,16 @@
5152
<developerConnection>https://github.com/lunasaw/luna-common.git</developerConnection>
5253
</scm>
5354

55+
<dependencyManagement>
56+
<dependencies>
57+
<dependency>
58+
<groupId>org.apache.httpcomponents.client5</groupId>
59+
<artifactId>httpclient5</artifactId>
60+
<version>${httpclient-5.version}</version>
61+
</dependency>
62+
</dependencies>
63+
</dependencyManagement>
64+
5465
<dependencies>
5566
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
5667
<dependency>
@@ -74,7 +85,6 @@
7485
<dependency>
7586
<groupId>org.apache.httpcomponents.client5</groupId>
7687
<artifactId>httpclient5</artifactId>
77-
<version>${httpclient-5.version}</version>
7888
</dependency>
7989
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
8090
<dependency>
@@ -124,7 +134,7 @@
124134
<dependency>
125135
<groupId>org.springframework</groupId>
126136
<artifactId>spring-context</artifactId>
127-
<version>6.1.5</version>
137+
<version>${srping-context.version}</version>
128138
</dependency>
129139
<dependency>
130140
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)