BAEL-4019: Renamed module to avoid name conflict
This commit is contained in:
parent
9b4ee4aae3
commit
296abb0d87
|
@ -2,8 +2,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>
|
||||
<artifactId>apache-shiro</artifactId>
|
||||
<name>apache-shiro</name>
|
||||
<artifactId>apache-shiro-security</artifactId>
|
||||
<name>apache-shiro-security</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
|
@ -15,7 +15,7 @@
|
|||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>apache-shiro</module>
|
||||
<module>apache-shiro-security</module>
|
||||
<module>spring-security</module>
|
||||
</modules>
|
||||
|
||||
|
|
Loading…
Reference in New Issue