We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039bcb3 commit 90b63b2Copy full SHA for 90b63b2
soot-infoflow-summaries/pom.xml
@@ -150,6 +150,24 @@
150
</exclusion>
151
</exclusions>
152
</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
166
+ <groupId>log4j</groupId>
167
+ <artifactId>log4j</artifactId>
168
169
+ </exclusions>
170
+ </dependency>
171
<dependency>
172
<groupId>junit</groupId>
173
<artifactId>junit</artifactId>
0 commit comments