[dna-commits] DNA SVN: r1516 - trunk/docs/examples/gettingstarted/sequencers.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Sat Jan 2 11:30:15 EST 2010


Author: bcarothers
Date: 2010-01-02 11:30:15 -0500 (Sat, 02 Jan 2010)
New Revision: 1516

Modified:
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
Log:
Corrected dependency scope on classfile sequencer to fix a CI break

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2010-01-02 16:19:39 UTC (rev 1515)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2010-01-02 16:30:15 UTC (rev 1516)
@@ -32,7 +32,6 @@
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-sequencer-classfile</artifactId>
       <version>${project.version}</version>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>



More information about the dna-commits mailing list