Comment out api dependency

This commit is contained in:
David Syer
2010-04-12 05:45:59 +00:00
parent f46a297391
commit 5f77a0d01d

View File

@@ -12,12 +12,12 @@
<relativePath>../spring-integration-parent</relativePath>
</parent>
<dependencies>
<dependency>
<!-- dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependency-->
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>