Skip to content

Commit

Permalink
🐛 [Broker] Added missing Eclipse Link ASM dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed Sep 27, 2024
1 parent 8cc76d1 commit 3d5c8d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions assembly/broker/descriptors/kapua-broker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
<include>org.bitbucket.b_c:jose4j</include>
<include>org.checkerframework:checker-qual</include>
<include>org.eclipse.paho:org.eclipse.paho.client.mqttv3</include>
<include>org.eclipse.persistence:org.eclipse.persistence.asm</include>
<include>org.eclipse.persistence:org.eclipse.persistence.jpa</include>
<include>org.eclipse.persistence:org.eclipse.persistence.jpa.jpql</include>
<include>org.eclipse.persistence:org.eclipse.persistence.core</include>
Expand Down
4 changes: 4 additions & 0 deletions assembly/broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.asm</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,11 @@
<artifactId>javax.persistence</artifactId>
<version>${javax-persistence.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.asm</artifactId>
<version>9.4.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
Expand Down

0 comments on commit 3d5c8d6

Please sign in to comment.