Skip to content

Commit

Permalink
Merge pull request #31 from lunasaw/2.6.1
Browse files Browse the repository at this point in the history
2.6.1
  • Loading branch information
lunasaw authored Jun 20, 2024
2 parents dd281d3 + bd43b54 commit d406460
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.lunasaw</groupId>
<artifactId>luna-common</artifactId>
<name>luna-common</name>
<version>2.6.0</version>
<version>2.6.1</version>
<description>common is project which contains common utils</description>
<url>https://github.com/lunasaw/luna-common</url>

Expand All @@ -31,6 +31,7 @@
<lombok.version>1.18.32</lombok.version>
<validation-api.version>3.0.2</validation-api.version>
<slf4j-simple.version>2.0.9</slf4j-simple.version>
<srping-context.version>6.1.5</srping-context.version>
</properties>
<developers>
<developer>
Expand All @@ -51,6 +52,16 @@
<developerConnection>https://github.com/lunasaw/luna-common.git</developerConnection>
</scm>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient-5.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
<dependency>
Expand All @@ -74,7 +85,6 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient-5.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
Expand Down Expand Up @@ -124,7 +134,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.1.5</version>
<version>${srping-context.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit d406460

Please sign in to comment.