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:
parent
ba73008ee9
commit
bb0116b5d5
|
@ -23,7 +23,6 @@
|
|||
<module>jwt</module>
|
||||
<module>oauth2-framework-impl</module>
|
||||
<module>sql-injection-samples</module>
|
||||
<module>unrecoverablekeyexception</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.idea
|
||||
target
|
||||
*.iml
|
|
@ -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>
|
Loading…
Reference in New Issue