|
|
@ -13,6 +13,12 @@ |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>com.caucho</groupId> |
|
|
|
|
|
|
|
<artifactId>com.springsource.com.caucho</artifactId> |
|
|
|
|
|
|
|
<version>3.2.1</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.caucho</groupId> |
|
|
|
<groupId>com.caucho</groupId> |
|
|
|
<artifactId>hessian</artifactId> |
|
|
|
<artifactId>hessian</artifactId> |
|
|
@ -103,6 +109,12 @@ |
|
|
|
<version>1.2.14</version> |
|
|
|
<version>1.2.14</version> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
|
|
|
|
<version>1.0.1</version> |
|
|
|
|
|
|
|
<optional>true</optional> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
@ -142,7 +154,7 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<groupId>junit</groupId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<artifactId>junit</artifactId> |
|
|
|
<version>4.5</version> |
|
|
|
<version>4.6</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -170,4 +182,16 @@ |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- for caucho v 3.2.1 --> |
|
|
|
|
|
|
|
<repositories> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<id>com.springsource.repository.bundles.external</id> |
|
|
|
|
|
|
|
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name> |
|
|
|
|
|
|
|
<url>http://repository.springsource.com/maven/bundles/external</url> |
|
|
|
|
|
|
|
<snapshots> |
|
|
|
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
|
|
|
</snapshots> |
|
|
|
|
|
|
|
</repository> |
|
|
|
|
|
|
|
</repositories> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|