Use ISO encoding to avoid problems
Removed unneeded exclude Use jcifs from ibiblio
This commit is contained in:
parent
39cf954a45
commit
45308643c9
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!--
|
<!--
|
||||||
* ========================================================================
|
* ========================================================================
|
||||||
*
|
*
|
||||||
|
@ -149,7 +149,7 @@
|
||||||
<name>Andrew Petro</name>
|
<name>Andrew Petro</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Sergio Berná</name>
|
<name>Sergio Berna</name>
|
||||||
</contributor>
|
</contributor>
|
||||||
<contributor>
|
<contributor>
|
||||||
<name>Aaron Tang</name>
|
<name>Aaron Tang</name>
|
||||||
|
@ -317,7 +317,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jcifs</groupId>
|
<groupId>org.samba.jcifs</groupId>
|
||||||
<artifactId>jcifs</artifactId>
|
<artifactId>jcifs</artifactId>
|
||||||
<version>1.2.6</version>
|
<version>1.2.6</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
|
@ -457,9 +457,6 @@
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/**</include>
|
<include>**/**</include>
|
||||||
</includes>
|
</includes>
|
||||||
<excludes>
|
|
||||||
<exclude>**/*.java</exclude>
|
|
||||||
</excludes>
|
|
||||||
<filtering>false</filtering>
|
<filtering>false</filtering>
|
||||||
</resource>
|
</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue