From 607f62bf6076ae26f174652ec5c5b8b8a53d5675 Mon Sep 17 00:00:00 2001
From: Celebrate-future <78527112+Celebrate-future@users.noreply.github.com>
Date: Thu, 5 Aug 2021 10:31:58 +0800
Subject: [PATCH 1/3] Update pom.xml
---
spring-rabbit-global-errorhandler/pom.xml | 116 +++++++++++++++++++++-
1 file changed, 115 insertions(+), 1 deletion(-)
diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml
index 7607e4c..09ae874 100644
--- a/spring-rabbit-global-errorhandler/pom.xml
+++ b/spring-rabbit-global-errorhandler/pom.xml
@@ -29,6 +29,16 @@
org.springframework.boot
spring-boot-starter-amqp
+
+
+ jakarta.annotation
+ jakarta.annotation-api
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
@@ -63,6 +73,110 @@
-
+
+
+
+
+ org.springframework.boot
+ spring-boot-test
+ 2.4.8
+
+
+ org.springframework.boot
+ spring-boot-test-autoconfigure
+ 2.4.8
+
+
+ com.jayway.jsonpath
+ json-path
+ 2.4.0
+
+
+ org.assertj
+ assertj-core
+ 3.18.1
+
+
+ org.hamcrest
+ hamcrest
+ 2.2
+
+
+ org.mockito
+ mockito-core
+ 3.6.28
+
+
+ org.mockito
+ mockito-junit-jupiter
+ 3.6.28
+
+
+ org.skyscreamer
+ jsonassert
+ 1.5.0
+
+
+ org.springframework
+ spring-test
+ 5.3.8
+
+
+ org.xmlunit
+ xmlunit-core
+ 2.7.0
+
+
+ org.springframework
+ spring-messaging
+ 5.3.8
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.7.2
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ 5.7.2
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.7.2
+
+
+ org.springframework.boot
+ spring-boot
+ 2.4.8
+
+
+ org.springframework.boot
+ spring-boot-autoconfigure
+ 2.4.8
+
+
+ org.yaml
+ snakeyaml
+ 1.27
+
+
+ ch.qos.logback
+ logback-classic
+ 1.2.3
+
+
+ org.apache.logging.log4j
+ log4j-to-slf4j
+ 2.13.3
+
+
+ org.slf4j
+ jul-to-slf4j
+ 1.7.31
+
+
+
From a6b141c1cae48f161021449505e02b87d3000243 Mon Sep 17 00:00:00 2001
From: Celebrate-future <78527112+Celebrate-future@users.noreply.github.com>
Date: Thu, 5 Aug 2021 10:34:24 +0800
Subject: [PATCH 2/3] Update pom.xml
---
spring-rabbit-global-errorhandler/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml
index 09ae874..cc0a962 100644
--- a/spring-rabbit-global-errorhandler/pom.xml
+++ b/spring-rabbit-global-errorhandler/pom.xml
@@ -30,10 +30,6 @@
org.springframework.boot
spring-boot-starter-amqp
-
- jakarta.annotation
- jakarta.annotation-api
-
org.springframework.boot
spring-boot-starter-logging
From ff62f114ebff20ea4a36a743aef76a888ee473fd Mon Sep 17 00:00:00 2001
From: Celebrate-future <78527112+Celebrate-future@users.noreply.github.com>
Date: Mon, 14 Mar 2022 20:16:53 +0800
Subject: [PATCH 3/3] Update pom.xml
---
spring-rabbit-global-errorhandler/pom.xml | 105 ----------------------
1 file changed, 105 deletions(-)
diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml
index cc0a962..e6af6dc 100644
--- a/spring-rabbit-global-errorhandler/pom.xml
+++ b/spring-rabbit-global-errorhandler/pom.xml
@@ -69,110 +69,5 @@
-
-
-
-
- org.springframework.boot
- spring-boot-test
- 2.4.8
-
-
- org.springframework.boot
- spring-boot-test-autoconfigure
- 2.4.8
-
-
- com.jayway.jsonpath
- json-path
- 2.4.0
-
-
- org.assertj
- assertj-core
- 3.18.1
-
-
- org.hamcrest
- hamcrest
- 2.2
-
-
- org.mockito
- mockito-core
- 3.6.28
-
-
- org.mockito
- mockito-junit-jupiter
- 3.6.28
-
-
- org.skyscreamer
- jsonassert
- 1.5.0
-
-
- org.springframework
- spring-test
- 5.3.8
-
-
- org.xmlunit
- xmlunit-core
- 2.7.0
-
-
- org.springframework
- spring-messaging
- 5.3.8
-
-
- org.junit.jupiter
- junit-jupiter-api
- 5.7.2
-
-
- org.junit.jupiter
- junit-jupiter-params
- 5.7.2
-
-
- org.junit.jupiter
- junit-jupiter-engine
- 5.7.2
-
-
- org.springframework.boot
- spring-boot
- 2.4.8
-
-
- org.springframework.boot
- spring-boot-autoconfigure
- 2.4.8
-
-
- org.yaml
- snakeyaml
- 1.27
-
-
- ch.qos.logback
- logback-classic
- 1.2.3
-
-
- org.apache.logging.log4j
- log4j-to-slf4j
- 2.13.3
-
-
- org.slf4j
- jul-to-slf4j
- 1.7.31
-
-
-