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>
|
||||
<name>Andrew Petro</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Sergio Berná</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Aaron Tang</name>
|
||||
</contributor>
|
||||
|
|
17
project.xml
17
project.xml
|
@ -115,9 +115,9 @@
|
|||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Alef Arendsen</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Alef Arendsen</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Cameron Braid</name>
|
||||
</contributor>
|
||||
|
@ -148,9 +148,6 @@
|
|||
<contributor>
|
||||
<name>Andrew Petro</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Sergio Berna</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Aaron Tang</name>
|
||||
</contributor>
|
||||
|
@ -173,8 +170,8 @@
|
|||
<name>Eric Crampton</name>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Paul Garvey</name>
|
||||
</contributor>
|
||||
<name>Paul Garvey</name>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -206,7 +203,7 @@
|
|||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
|
@ -411,7 +408,7 @@
|
|||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- End of ApacheDS dependencies -->
|
||||
|
||||
|
||||
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
|
|
Loading…
Reference in New Issue