File tree 5 files changed +19
-10
lines changed
5 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >de.fraunhofer.sit.flowdroid</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >2.7-SNAPSHOT </version >
8
+ <version >2.6.1 </version >
9
9
<name >FlowDroid Parent Module</name >
10
10
<packaging >pom</packaging >
11
11
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-android</artifactId >
7
7
<name >soot-infoflow-android</name >
8
- <version >2.7-SNAPSHOT </version >
8
+ <version >2.6.1 </version >
9
9
<description >Android-specific components of FlowDroid</description >
10
10
<properties >
11
11
<maven .compiler.source>1.7</maven .compiler.source>
93
93
<dependency >
94
94
<groupId >de.tud.sse</groupId >
95
95
<artifactId >soot-infoflow</artifactId >
96
- <version >2.7-SNAPSHOT </version >
96
+ <version >2.6.1 </version >
97
97
</dependency >
98
98
<dependency >
99
99
<groupId >heros</groupId >
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-cmd</artifactId >
7
7
<name >FlowDroid Command Line Util</name >
8
- <version >2.7-SNAPSHOT </version >
8
+ <version >2.6.1 </version >
9
9
<description >Command-line utility for running FlowDroid</description >
10
10
<properties >
11
11
<maven .compiler.source>1.7</maven .compiler.source>
103
103
<dependency >
104
104
<groupId >de.tud.sse</groupId >
105
105
<artifactId >soot-infoflow-android</artifactId >
106
- <version >2.7-SNAPSHOT </version >
106
+ <version >2.6.1 </version >
107
107
</dependency >
108
108
<dependency >
109
109
<groupId >de.tud.sse</groupId >
110
110
<artifactId >soot-infoflow-summaries</artifactId >
111
- <version >2.7-SNAPSHOT </version >
111
+ <version >2.6.1 </version >
112
112
</dependency >
113
113
<dependency >
114
114
<groupId >heros</groupId >
125
125
<artifactId >commons-cli</artifactId >
126
126
<version >1.4</version >
127
127
</dependency >
128
+
129
+ <!-- We need this dependency to have output on the command
130
+ line for the JAR with dependencies -->
131
+ <dependency >
132
+ <groupId >org.slf4j</groupId >
133
+ <artifactId >slf4j-simple</artifactId >
134
+ <version >1.7.5</version >
135
+ <optional >true</optional >
136
+ </dependency >
128
137
</dependencies >
129
138
130
139
<repositories >
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow-summaries</artifactId >
7
7
<name >StubDroid</name >
8
- <version >2.7-SNAPSHOT </version >
8
+ <version >2.6.1 </version >
9
9
<description >Data Flow Summaries for FlowDroid</description >
10
10
<packaging >jar</packaging >
11
11
116
116
<dependency >
117
117
<groupId >de.tud.sse</groupId >
118
118
<artifactId >soot-infoflow</artifactId >
119
- <version >2.7-SNAPSHOT </version >
119
+ <version >2.6.1 </version >
120
120
<type >test-jar</type >
121
121
<scope >test</scope >
122
122
134
134
<dependency >
135
135
<groupId >de.tud.sse</groupId >
136
136
<artifactId >soot-infoflow</artifactId >
137
- <version >2.7-SNAPSHOT </version >
137
+ <version >2.6.1 </version >
138
138
139
139
<exclusions >
140
140
<exclusion >
Original file line number Diff line number Diff line change 5
5
<groupId >de.tud.sse</groupId >
6
6
<artifactId >soot-infoflow</artifactId >
7
7
<name >soot-infoflow</name >
8
- <version >2.7-SNAPSHOT </version >
8
+ <version >2.6.1 </version >
9
9
<description >Soot extending data flow tracking components for Java</description >
10
10
<packaging >jar</packaging >
11
11
You can’t perform that action at this time.
0 commit comments