Skip to content

Commit f1d91f0

Browse files
committed
Add missing dependency
1 parent 214e5f9 commit f1d91f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boomerangScope-Opal/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
<artifactId>three-address-code_2.13</artifactId>
6868
<version>${opal.version}</version>
6969
</dependency>
70+
<dependency>
71+
<groupId>de.opal-project</groupId>
72+
<artifactId>static-analysis-infrastructure_2.13</artifactId>
73+
<version>${opal.version}</version>
74+
</dependency>
7075

7176
<dependency>
7277
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)