Skip to content

Commit

Permalink
Bindu | Fix beanNotFound exception with CamelContext if spring boot v…
Browse files Browse the repository at this point in the history
…ersion upgraded (#19)
  • Loading branch information
binduak authored Dec 4, 2023
1 parent d45cf63 commit 2333a7a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>2.7.13</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.bahmni</groupId>
Expand Down Expand Up @@ -117,6 +117,19 @@
<version>${camel-spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
<exclusion>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-legacy</artifactId>
<version>5.16.7</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 2333a7a

Please sign in to comment.