Skip to content

Commit

Permalink
Add jakarta.jms-api to SJMS extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Sep 24, 2024
1 parent 4d26863 commit f8d2444
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/sjms/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-sjms</artifactId>
</dependency>
<dependency>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
4 changes: 4 additions & 0 deletions extensions/sjms2/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-sjms2</artifactId>
</dependency>
<dependency>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit f8d2444

Please sign in to comment.