You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/12/29 12:55:00 UTC

[incubator-inlong] branch master updated: [INLONG-2073][Improve] remove spring 2.5.6 from dependencyManagement (#2074)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new af6562a  [INLONG-2073][Improve] remove spring 2.5.6 from dependencyManagement (#2074)
af6562a is described below

commit af6562a530fc3004a64b5bb61524c9908e1cb620
Author: 宁培培 <10...@qq.com>
AuthorDate: Wed Dec 29 20:54:53 2021 +0800

    [INLONG-2073][Improve] remove spring 2.5.6 from dependencyManagement (#2074)
---
 inlong-agent/pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/inlong-agent/pom.xml b/inlong-agent/pom.xml
index 6b83796..06bfe9e 100644
--- a/inlong-agent/pom.xml
+++ b/inlong-agent/pom.xml
@@ -56,7 +56,6 @@
         <slf4j.version>1.7.30</slf4j.version>
         <unit.version>4.13</unit.version>
         <common.lang.version>2.4</common.lang.version>
-        <spring.version>2.5.6</spring.version>
         <oro.version>2.0.8</oro.version>
         <aviator.version>2.2.1</aviator.version>
         <avro.version>1.7.2</avro.version>
@@ -211,12 +210,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.springframework</groupId>
-                <artifactId>spring</artifactId>
-                <version>${spring.version}</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
                 <version>${jetty.version}</version>
@@ -304,4 +297,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-</project>
\ No newline at end of file
+</project>