File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 7
7
<groupId >io.github.lunasaw</groupId >
8
8
<artifactId >luna-common</artifactId >
9
9
<name >luna-common</name >
10
- <version >2.6.0 </version >
10
+ <version >2.6.1 </version >
11
11
<description >common is project which contains common utils</description >
12
12
<url >https://github.com/lunasaw/luna-common</url >
13
13
31
31
<lombok .version>1.18.32</lombok .version>
32
32
<validation-api .version>3.0.2</validation-api .version>
33
33
<slf4j-simple .version>2.0.9</slf4j-simple .version>
34
+ <srping-context .version>6.1.5</srping-context .version>
34
35
</properties >
35
36
<developers >
36
37
<developer >
51
52
<developerConnection >https://github.com/lunasaw/luna-common.git</developerConnection >
52
53
</scm >
53
54
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
+
54
65
<dependencies >
55
66
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
56
67
<dependency >
74
85
<dependency >
75
86
<groupId >org.apache.httpcomponents.client5</groupId >
76
87
<artifactId >httpclient5</artifactId >
77
- <version >${httpclient-5.version} </version >
78
88
</dependency >
79
89
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
80
90
<dependency >
124
134
<dependency >
125
135
<groupId >org.springframework</groupId >
126
136
<artifactId >spring-context</artifactId >
127
- <version >6.1.5 </version >
137
+ <version >${srping-context.version} </version >
128
138
</dependency >
129
139
<dependency >
130
140
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments