File tree 6 files changed +29
-101
lines changed
6 files changed +29
-101
lines changed Original file line number Diff line number Diff line change 21
21
<module >soot-infoflow-cmd</module >
22
22
</modules >
23
23
24
+ <dependencyManagement >
25
+ <dependencies >
26
+ <dependency >
27
+ <groupId >org.slf4j</groupId >
28
+ <artifactId >slf4j-api</artifactId >
29
+ <version >1.7.5</version >
30
+ </dependency >
31
+ <dependency >
32
+ <groupId >log4j</groupId >
33
+ <artifactId >log4j</artifactId >
34
+ <version >1.2.15</version >
35
+ <scope >test</scope >
36
+ <exclusions >
37
+ <exclusion >
38
+ <groupId >com.sun.jmx</groupId >
39
+ <artifactId >jmxri</artifactId >
40
+ </exclusion >
41
+ <exclusion >
42
+ <groupId >com.sun.jdmk</groupId >
43
+ <artifactId >jmxtools</artifactId >
44
+ </exclusion >
45
+ <exclusion >
46
+ <groupId >javax.jms</groupId >
47
+ <artifactId >jms</artifactId >
48
+ </exclusion >
49
+ </exclusions >
50
+ </dependency >
51
+ </dependencies >
52
+ </dependencyManagement >
24
53
</project >
Original file line number Diff line number Diff line change 122
122
<version >1.3</version >
123
123
<scope >test</scope >
124
124
</dependency >
125
- <dependency >
126
- <groupId >org.slf4j</groupId >
127
- <artifactId >slf4j-api</artifactId >
128
- <version >1.7.25</version >
129
- </dependency >
130
- <dependency >
131
- <groupId >log4j</groupId >
132
- <artifactId >log4j</artifactId >
133
- <version >1.2.15</version >
134
-
135
- <exclusions >
136
- <exclusion >
137
- <groupId >com.sun.jmx</groupId >
138
- <artifactId >jmxri</artifactId >
139
- </exclusion >
140
- <exclusion >
141
- <groupId >com.sun.jdmk</groupId >
142
- <artifactId >jmxtools</artifactId >
143
- </exclusion >
144
- <exclusion >
145
- <groupId >javax.jms</groupId >
146
- <artifactId >jms</artifactId >
147
- </exclusion >
148
- </exclusions >
149
- </dependency >
150
125
<dependency >
151
126
<groupId >pxb.android</groupId >
152
127
<artifactId >axml</artifactId >
Original file line number Diff line number Diff line change 120
120
<artifactId >soot</artifactId >
121
121
<version >3.1.0-SNAPSHOT</version >
122
122
</dependency >
123
- <dependency >
124
- <groupId >org.slf4j</groupId >
125
- <artifactId >slf4j-api</artifactId >
126
- <version >1.7.25</version >
127
- </dependency >
128
- <dependency >
129
- <groupId >log4j</groupId >
130
- <artifactId >log4j</artifactId >
131
- <version >1.2.15</version >
132
-
133
- <exclusions >
134
- <exclusion >
135
- <groupId >com.sun.jmx</groupId >
136
- <artifactId >jmxri</artifactId >
137
- </exclusion >
138
- <exclusion >
139
- <groupId >com.sun.jdmk</groupId >
140
- <artifactId >jmxtools</artifactId >
141
- </exclusion >
142
- <exclusion >
143
- <groupId >javax.jms</groupId >
144
- <artifactId >jms</artifactId >
145
- </exclusion >
146
- </exclusions >
147
- </dependency >
148
123
<dependency >
149
124
<groupId >commons-cli</groupId >
150
125
<artifactId >commons-cli</artifactId >
Original file line number Diff line number Diff line change 159
159
<version >1.3</version >
160
160
<scope >test</scope >
161
161
</dependency >
162
- <dependency >
163
- <groupId >org.slf4j</groupId >
164
- <artifactId >slf4j-api</artifactId >
165
- <version >1.7.25</version >
166
- </dependency >
167
- <dependency >
168
- <groupId >log4j</groupId >
169
- <artifactId >log4j</artifactId >
170
- <version >1.2.15</version >
171
-
172
- <exclusions >
173
- <exclusion >
174
- <groupId >com.sun.jmx</groupId >
175
- <artifactId >jmxri</artifactId >
176
- </exclusion >
177
- <exclusion >
178
- <groupId >com.sun.jdmk</groupId >
179
- <artifactId >jmxtools</artifactId >
180
- </exclusion >
181
- <exclusion >
182
- <groupId >javax.jms</groupId >
183
- <artifactId >jms</artifactId >
184
- </exclusion >
185
- </exclusions >
186
- </dependency >
187
162
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
188
163
<dependency >
189
164
<groupId >com.google.guava</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" />
4
- <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
4
<classpathentry kind =" src" path =" src" />
6
5
<classpathentry kind =" src" path =" test" />
7
6
<classpathentry kind =" src" path =" securiBench" />
Original file line number Diff line number Diff line change 138
138
<version >1.4</version >
139
139
<scope >test</scope >
140
140
</dependency >
141
- <dependency >
142
- <groupId >org.slf4j</groupId >
143
- <artifactId >slf4j-api</artifactId >
144
- <version >1.7.25</version >
145
- </dependency >
146
- <dependency >
147
- <groupId >log4j</groupId >
148
- <artifactId >log4j</artifactId >
149
- <version >1.2.15</version >
150
-
151
- <exclusions >
152
- <exclusion >
153
- <groupId >com.sun.jmx</groupId >
154
- <artifactId >jmxri</artifactId >
155
- </exclusion >
156
- <exclusion >
157
- <groupId >com.sun.jdmk</groupId >
158
- <artifactId >jmxtools</artifactId >
159
- </exclusion >
160
- <exclusion >
161
- <groupId >javax.jms</groupId >
162
- <artifactId >jms</artifactId >
163
- </exclusion >
164
- </exclusions >
165
- </dependency >
166
141
<dependency >
167
142
<groupId >net.sf.trove4j</groupId >
168
143
<artifactId >trove4j</artifactId >
You can’t perform that action at this time.
0 commit comments