Author: jens
Date: Mon Mar 19 15:01:56 2012
New Revision: 1302496
URL: http://svn.apache.org/viewvc?rev=1302496&view=rev
Log:
InMemory: update eclipse plugin version to get around an ugly bug, add
(redundant) server bindings dependencies to avoid problems in eclipse as web
project
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml?rev=1302496&r1=1302495&r2=1302496&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-inmemory/pom.xml
Mon Mar 19 15:01:56 2012
@@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.8</version>
+ <version>2.9</version>
<configuration>
<wtpversion>2.0</wtpversion>
<wtpContextName>inmemory</wtpContextName>
@@ -143,6 +143,22 @@
<version>2.4</version>
<scope>provided</scope>
</dependency>
+ <!-- copy the dependencies from the server bindings here, because mvn
eclipse ignores them from a .war -->
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.0.1</version>
+ </dependency>
</dependencies>
</project>