Skip to content

Commit 746a1e5

Browse files
committed
Merge branch 'master' of github.com:secure-software-engineering/FlowDroid into develop
2 parents 12c5f39 + a35216c commit 746a1e5

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

soot-infoflow-android/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -93,7 +93,7 @@
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>

soot-infoflow-cmd/pom.xml

+12-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -103,12 +103,12 @@
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>
@@ -125,6 +125,15 @@
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>

soot-infoflow-summaries/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

@@ -116,7 +116,7 @@
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

@@ -134,7 +134,7 @@
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>

soot-infoflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)