Skip to content

Commit 5ad728e

Browse files
committed
Add missing aggregate coverage reporting modules.
1 parent a62397b commit 5ad728e

File tree

1 file changed

+10
-0
lines changed
  • com.ibm.wala.cast.python.report

1 file changed

+10
-0
lines changed

com.ibm.wala.cast.python.report/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
<artifactId>com.ibm.wala.cast.python.test</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
23+
<dependency>
24+
<groupId>${project.groupId}</groupId>
25+
<artifactId>com.ibm.wala.cast.python.jython</artifactId>
26+
<version>${project.version}</version>
27+
</dependency>
28+
<dependency>
29+
<groupId>${project.groupId}</groupId>
30+
<artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
31+
<version>${project.version}</version>
32+
</dependency>
2333
<dependency>
2434
<groupId>${project.groupId}</groupId>
2535
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>

0 commit comments

Comments
 (0)