Browse Source

Changed groupId to acegisecurity

Carlos Sanchez 21 năm trước cách đây
mục cha
commit
d69207fa19
1 tập tin đã thay đổi với 12 bổ sung15 xóa
  1. 12 15
      adapters/project.xml

+ 12 - 15
adapters/project.xml

@@ -1,18 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <extend>${basedir}/../project.xml</extend>
-  <pomVersion>3</pomVersion>
-  <dependencies>
-    <dependency>
-      <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>
-      </properties>
-    </dependency>
-  </dependencies>
+    <extend>${basedir}/../project.xml</extend>
+    <dependencies>
+        <dependency>
+            <groupId>acegisecurity</groupId>
+            <artifactId>acegi-security</artifactId>
+            <version>0.7-SNAPSHOT</version>
+            <url>http://acegisecurity.sourceforge.net</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+    </dependencies>
 </project>
-