Skip to content

Commit

Permalink
chore: remove dep not needed for compilation #284
Browse files Browse the repository at this point in the history
Signed-off-by: jgomer2001 <[email protected]>
  • Loading branch information
jgomer2001 committed Jul 18, 2024
1 parent 1be8f5d commit 4794172
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/email_2fa_core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,6 @@
<version>1.78.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.78.1</version>
<scope>provided</scope>
<!-- strangely casa v4_5_4 has bcutil 1.76. Also, scope=provided should not be used here,
however bcmail lib cannot see the bcutil classes if they are bundled with the plugin.
This means casa war has to be manually updated (in the case of 4_5_4) :( -->
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 4794172

Please sign in to comment.