Migrated BAEL-7190 to a new module (#16518)

* BAEL-7190 implementation

* Migrated BAEL-7190 to a new module

* Revert "BAEL-7190 implementation"

This reverts commit dd947aefda7b12a0eb06030b5d89f2ada77834a5.
This commit is contained in:
Mikhail Polivakha 2024-04-28 22:05:04 +03:00 committed by GitHub
parent ba73008ee9
commit bb0116b5d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 0 additions and 23 deletions

View File

@ -23,7 +23,6 @@
<module>jwt</module>
<module>oauth2-framework-impl</module>
<module>sql-injection-samples</module>
<module>unrecoverablekeyexception</module>
</modules>
</project>

View File

@ -1,3 +0,0 @@
.idea
target
*.iml

View File

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.unrecoverablekeyexception</groupId>
<artifactId>unrecoverablekeyexception</artifactId>
<name>unrecoverablekeyexception</name>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>security-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>