Skip to content

Commit 8a0f807

Browse files
committed
Make the test aggregate dependencies even (enough) with upstream/master.
1 parent 53fc188 commit 8a0f807

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
</dependency>
1818
<dependency>
1919
<groupId>${project.groupId}</groupId>
20-
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>
21-
<version>0.38.0-SNAPSHOT</version>
20+
<artifactId>com.ibm.wala.cast.python.test</artifactId>
21+
<version>${project.version}</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>${project.groupId}</groupId>
25-
<artifactId>com.ibm.wala.cast.python.test</artifactId>
25+
<artifactId>com.ibm.wala.cast.python.jython3</artifactId>
2626
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>${project.groupId}</groupId>
3030
<artifactId>com.ibm.wala.cast.python.jython3.test</artifactId>
31-
<version>0.38.0-SNAPSHOT</version>
31+
<version>${project.version}</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)