Skip to content

Commit 8a9795f

Browse files
committed
More matching upstream.
1 parent 306ed3b commit 8a9795f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
<packaging>pom</packaging>
88
<modules>
99
<module>com.ibm.wala.cast.python</module>
10+
<module>com.ibm.wala.cast.python.jython</module>
1011
<module>com.ibm.wala.cast.python.jython3</module>
1112
<module>com.ibm.wala.cast.python.test</module>
13+
<module>com.ibm.wala.cast.python.jython.test</module>
1214
<module>com.ibm.wala.cast.python.jython3.test</module>
1315
<module>com.ibm.wala.cast.python.ml</module>
1416
<module>com.ibm.wala.cast.python.ml.test</module>

0 commit comments

Comments
 (0)