Skip to content

Commit 19b3e76

Browse files
committed
Fixing the build
1 parent ea3fc11 commit 19b3e76

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

pom.xml

+15-10
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,16 @@
183183
</dependencies>
184184
</plugin>
185185
<!--<plugin>-->
186-
<!--<groupId>org.spockframework</groupId>-->
187-
<!--<artifactId>spock-maven</artifactId>-->
188-
<!--<version>0.7-groovy-2.0</version>-->
189-
<!--&lt;!&ndash;<executions>&ndash;&gt;-->
190-
<!--&lt;!&ndash;<execution>&ndash;&gt;-->
191-
<!--&lt;!&ndash;<goals>&ndash;&gt;-->
192-
<!--&lt;!&ndash;<goal>find-specs</goal>&ndash;&gt;-->
193-
<!--&lt;!&ndash;</goals>&ndash;&gt;-->
194-
<!--&lt;!&ndash;</execution>&ndash;&gt;-->
195-
<!--&lt;!&ndash;</executions>&ndash;&gt;-->
186+
<!--<groupId>org.spockframework</groupId>-->
187+
<!--<artifactId>spock-maven</artifactId>-->
188+
<!--<version>0.7-groovy-2.0</version>-->
189+
<!--&lt;!&ndash;<executions>&ndash;&gt;-->
190+
<!--&lt;!&ndash;<execution>&ndash;&gt;-->
191+
<!--&lt;!&ndash;<goals>&ndash;&gt;-->
192+
<!--&lt;!&ndash;<goal>find-specs</goal>&ndash;&gt;-->
193+
<!--&lt;!&ndash;</goals>&ndash;&gt;-->
194+
<!--&lt;!&ndash;</execution>&ndash;&gt;-->
195+
<!--&lt;!&ndash;</executions>&ndash;&gt;-->
196196
<!--</plugin>-->
197197

198198

@@ -398,6 +398,11 @@
398398
<id>jboss</id>
399399
<url>https://repository.jboss.org/nexus/content/repositories/deprecated/</url>
400400
</repository>
401+
<repository>
402+
<id>servicemix</id>
403+
<url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
404+
</repository>
405+
401406
</repositories>
402407

403408
<profiles>

0 commit comments

Comments
 (0)