File tree Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >de.fraunhofer.sit.flowdroid</groupId >
77 <artifactId >parent</artifactId >
8- <version >2.7-SNAPSHOT </version >
8+ <version >2.6.1 </version >
99 <name >FlowDroid Parent Module</name >
1010 <packaging >pom</packaging >
1111
Original file line number Diff line number Diff line change 55 <groupId >de.tud.sse</groupId >
66 <artifactId >soot-infoflow-android</artifactId >
77 <name >soot-infoflow-android</name >
8- <version >2.7-SNAPSHOT </version >
8+ <version >2.6.1 </version >
99 <description >Android-specific components of FlowDroid</description >
1010 <properties >
1111 <maven .compiler.source>1.7</maven .compiler.source>
9393 <dependency >
9494 <groupId >de.tud.sse</groupId >
9595 <artifactId >soot-infoflow</artifactId >
96- <version >2.7-SNAPSHOT </version >
96+ <version >2.6.1 </version >
9797 </dependency >
9898 <dependency >
9999 <groupId >heros</groupId >
Original file line number Diff line number Diff line change 55 <groupId >de.tud.sse</groupId >
66 <artifactId >soot-infoflow-cmd</artifactId >
77 <name >FlowDroid Command Line Util</name >
8- <version >2.7-SNAPSHOT </version >
8+ <version >2.6.1 </version >
99 <description >Command-line utility for running FlowDroid</description >
1010 <properties >
1111 <maven .compiler.source>1.7</maven .compiler.source>
103103 <dependency >
104104 <groupId >de.tud.sse</groupId >
105105 <artifactId >soot-infoflow-android</artifactId >
106- <version >2.7-SNAPSHOT </version >
106+ <version >2.6.1 </version >
107107 </dependency >
108108 <dependency >
109109 <groupId >de.tud.sse</groupId >
110110 <artifactId >soot-infoflow-summaries</artifactId >
111- <version >2.7-SNAPSHOT </version >
111+ <version >2.6.1 </version >
112112 </dependency >
113113 <dependency >
114114 <groupId >heros</groupId >
125125 <artifactId >commons-cli</artifactId >
126126 <version >1.4</version >
127127 </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 >
128137 </dependencies >
129138
130139 <repositories >
Original file line number Diff line number Diff line change 55 <groupId >de.tud.sse</groupId >
66 <artifactId >soot-infoflow-summaries</artifactId >
77 <name >StubDroid</name >
8- <version >2.7-SNAPSHOT </version >
8+ <version >2.6.1 </version >
99 <description >Data Flow Summaries for FlowDroid</description >
1010 <packaging >jar</packaging >
1111
116116 <dependency >
117117 <groupId >de.tud.sse</groupId >
118118 <artifactId >soot-infoflow</artifactId >
119- <version >2.7-SNAPSHOT </version >
119+ <version >2.6.1 </version >
120120 <type >test-jar</type >
121121 <scope >test</scope >
122122
134134 <dependency >
135135 <groupId >de.tud.sse</groupId >
136136 <artifactId >soot-infoflow</artifactId >
137- <version >2.7-SNAPSHOT </version >
137+ <version >2.6.1 </version >
138138
139139 <exclusions >
140140 <exclusion >
Original file line number Diff line number Diff line change 55 <groupId >de.tud.sse</groupId >
66 <artifactId >soot-infoflow</artifactId >
77 <name >soot-infoflow</name >
8- <version >2.7-SNAPSHOT </version >
8+ <version >2.6.1 </version >
99 <description >Soot extending data flow tracking components for Java</description >
1010 <packaging >jar</packaging >
1111
You can’t perform that action at this time.
0 commit comments