Skip to content

Commit 0745654

Browse files
committed
Fix usage of Ant from Maven (need a dependency on *providers.asmx)
1 parent a9741cb commit 0745654

File tree

1 file changed

+8
-1
lines changed
  • net.tascalate.javaflow.tools.ant

1 file changed

+8
-1
lines changed

net.tascalate.javaflow.tools.ant/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@
2222
<groupId>net.tascalate.javaflow</groupId>
2323
<artifactId>net.tascalate.javaflow.tools.jar</artifactId>
2424
<version>${project.version}</version>
25-
</dependency>
25+
</dependency>
26+
<dependency>
27+
<groupId>net.tascalate.javaflow</groupId>
28+
<artifactId>net.tascalate.javaflow.providers.asmx</artifactId>
29+
<version>${project.version}</version>
30+
<scope>runtime</scope>
31+
<optional>false</optional>
32+
</dependency>
2633
<dependency>
2734
<groupId>org.apache.ant</groupId>
2835
<artifactId>ant</artifactId>

0 commit comments

Comments
 (0)