提交 44a21f85 编写于 作者: A Andre Hacker

1) Fixed problem where commons-io jar file was missing in the lib directory 2)...

1) Fixed problem where commons-io jar file was missing in the lib directory 2) Fixed wrong maven group definition of commons-io (changed from org.apache.commons to commons-io) and updated to a more recent version (same as hadoop)
上级 c6209437
......@@ -70,9 +70,9 @@
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
......
......@@ -28,7 +28,18 @@
<exclude>**/*examples*.jar</exclude>
<exclude>**/*javadoc*</exclude>
<exclude>**/*sources*</exclude>
<exclude>eu.stratosphere:pact-clients:**</exclude>
<!-- <exclude>eu.stratosphere:pact-clients:**</exclude> -->
<!--
This is a hardcoded exclude-list containing all libraries that are exclusively used in pact-clients.
The previous command did not work because it also excludes libraries that should be in lib, such as commons-io.
-->
<exclude>commons-fileupload:commons-fileupload</exclude>
<exclude>org.eclipse.jetty:jetty-continuation</exclude>
<exclude>org.eclipse.jetty:jetty-http</exclude>
<exclude>org.eclipse.jetty:jetty-io</exclude>
<exclude>org.eclipse.jetty:jetty-security</exclude>
<exclude>org.eclipse.jetty:jetty-server</exclude>
<exclude>org.eclipse.jetty:jetty-servlet</exclude>
</excludes>
</dependencySet>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册