We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62397b commit 5ad728eCopy full SHA for 5ad728e
com.ibm.wala.cast.python.report/pom.xml
@@ -20,6 +20,16 @@
20
<artifactId>com.ibm.wala.cast.python.test</artifactId>
21
<version>${project.version}</version>
22
</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
29
30
+ <artifactId>com.ibm.wala.cast.python.jython.test</artifactId>
31
32
33
<dependency>
34
<groupId>${project.groupId}</groupId>
35
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>
0 commit comments