GH-946 - Make sure ModuleTracingBeanPostProcessor is executed early.

Fixes GH-946.
This commit is contained in:
Oliver Drotbohm
2024-11-19 23:50:45 +01:00
parent 326006435e
commit 47ecfc9f1f
3 changed files with 29 additions and 1 deletions

View File

@@ -99,6 +99,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>