Moved client-side code from sandbox to core module

This commit is contained in:
Arjen Poutsma
2007-01-14 11:50:19 +00:00
parent 54b63aec9f
commit 711309f053
21 changed files with 16 additions and 0 deletions

View File

@@ -101,5 +101,16 @@
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</dependency>
<!-- Transport dependencies -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@@ -557,6 +557,11 @@
<artifactId>commons-httpclient</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>6.1.0</version>
</dependency>
<!-- Logging dependencies -->
<dependency>
<groupId>commons-logging</groupId>