Skip to content

Commit

Permalink
chore: fix dependency convergence: javassist (#19607)
Browse files Browse the repository at this point in the history
* chore: fix dependency convergence: javassist

* remove exclusion

* Revert "remove exclusion"

This reverts commit 475367e.
  • Loading branch information
ZheSun88 authored and vaadin-bot committed Jun 19, 2024
1 parent 410b118 commit 66bd762
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions vaadin-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,18 @@
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.2-GA</version>
</dependency>


</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 66bd762

Please sign in to comment.