mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-08 11:32:47 +00:00
Removed duplicated contributor and avoid encoding problems
This commit is contained in:
parent
059a611aa2
commit
82a8fe260e
3
pom.xml
3
pom.xml
@ -181,9 +181,6 @@
|
|||||||
<contributor>
|
<contributor>
|
||||||
<name>Andrew Petro</name>
|
<name>Andrew Petro</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
|
||||||
<name>Sergio Berná</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Aaron Tang</name>
|
<name>Aaron Tang</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
|
17
project.xml
17
project.xml
@ -115,9 +115,9 @@
|
|||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<contributors>
|
<contributors>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Alef Arendsen</name>
|
<name>Alef Arendsen</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Cameron Braid</name>
|
<name>Cameron Braid</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
@ -148,9 +148,6 @@
|
|||||||
<contributor>
|
<contributor>
|
||||||
<name>Andrew Petro</name>
|
<name>Andrew Petro</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
|
||||||
<name>Sergio Berna</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Aaron Tang</name>
|
<name>Aaron Tang</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
@ -173,8 +170,8 @@
|
|||||||
<name>Eric Crampton</name>
|
<name>Eric Crampton</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Paul Garvey</name>
|
<name>Paul Garvey</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
</contributors>
|
</contributors>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -206,7 +203,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
@ -411,7 +408,7 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- End of ApacheDS dependencies -->
|
<!-- End of ApacheDS dependencies -->
|
||||||
|
|
||||||
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user