Skip to content

Commit

Permalink
Update (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doom9527 authored May 24, 2024
1 parent dbb1802 commit 7793ad4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,18 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jakarta-server</artifactId>
<exclusions>
<!-- Remove commons-logging as it conflicts with spring-jcl -->
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ elide:
enabled: true
path: analytics
spring:
autoconfigure:
exclude: org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
cloud:
refresh:
enabled: false
Expand Down

0 comments on commit 7793ad4

Please sign in to comment.