Author: gnodet
Date: Tue May 15 09:27:38 2007
New Revision: 538244
URL: http://svn.apache.org/viewvc?view=rev&rev=538244
Log:
Remove the compilation step that needs the latest ode snapshot which are not
deployed
Modified:
incubator/servicemix/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
Modified:
incubator/servicemix/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml?view=diff&rev=538244&r1=538243&r2=538244
==============================================================================
--- incubator/servicemix/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
(original)
+++ incubator/servicemix/trunk/samples/loan-broker/loan-broker-ode-su/pom.xml
Tue May 15 09:27:38 2007
@@ -33,12 +33,14 @@
<name>ServiceMix :: Samples :: Loan Broker :: Ode</name>
<dependencies>
+ <!--
<dependency>
<groupId>org.apache.ode</groupId>
<artifactId>ode-tools</artifactId>
<version>${ode-version}</version>
<scope>test</scope>
</dependency>
+ -->
</dependencies>
<properties>
@@ -53,6 +55,7 @@
<artifactId>jbi-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
@@ -80,6 +83,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
</project>