Skip to content

Commit 90b63b2

Browse files
committed
more POM issues
1 parent 039bcb3 commit 90b63b2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

soot-infoflow-summaries/pom.xml

+18
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,24 @@
150150
</exclusion>
151151
</exclusions>
152152
</dependency>
153+
<dependency>
154+
<groupId>de.tud.sse</groupId>
155+
<artifactId>soot-infoflow</artifactId>
156+
<version>2.7</version>
157+
<type>test-jar</type>
158+
<scope>test</scope>
159+
160+
<exclusions>
161+
<exclusion>
162+
<groupId>org.slf4j</groupId>
163+
<artifactId>slf4j-simple</artifactId>
164+
</exclusion>
165+
<exclusion>
166+
<groupId>log4j</groupId>
167+
<artifactId>log4j</artifactId>
168+
</exclusion>
169+
</exclusions>
170+
</dependency>
153171
<dependency>
154172
<groupId>junit</groupId>
155173
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)