BAEL-4019: Renamed module to avoid name conflict

This commit is contained in:
sampadawagde 2020-06-20 11:05:14 +05:30
parent 9b4ee4aae3
commit 296abb0d87
12 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>apache-shiro</artifactId> <artifactId>apache-shiro-security</artifactId>
<name>apache-shiro</name> <name>apache-shiro-security</name>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>

View File

@ -15,7 +15,7 @@
</parent> </parent>
<modules> <modules>
<module>apache-shiro</module> <module>apache-shiro-security</module>
<module>spring-security</module> <module>spring-security</module>
</modules> </modules>