Fix groupId.
This commit is contained in:
parent
518ee40740
commit
14f7fd654b
|
@ -1,10 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project>
|
||||
<extend>${basedir}/../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>acegi</groupId>
|
||||
<groupId>acegisecurity</groupId>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<version>0.7-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<url>http://acegisecurity.sourceforge.net</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
|
@ -12,3 +15,4 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue