Skip to content

Commit

Permalink
Merge branch 'master' of github.com:secure-software-engineering/FlowD…
Browse files Browse the repository at this point in the history
…roid into develop
  • Loading branch information
StevenArzt committed Oct 8, 2018
2 parents 12c5f39 + a35216c commit 746a1e5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fraunhofer.sit.flowdroid</groupId>
<artifactId>parent</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<name>FlowDroid Parent Module</name>
<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions soot-infoflow-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-android</artifactId>
<name>soot-infoflow-android</name>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<description>Android-specific components of FlowDroid</description>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>heros</groupId>
Expand Down
15 changes: 12 additions & 3 deletions soot-infoflow-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-cmd</artifactId>
<name>FlowDroid Command Line Util</name>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<description>Command-line utility for running FlowDroid</description>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down Expand Up @@ -103,12 +103,12 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-android</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>heros</groupId>
Expand All @@ -125,6 +125,15 @@
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>

<!-- We need this dependency to have output on the command
line for the JAR with dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.5</version>
<optional>true</optional>
</dependency>
</dependencies>

<repositories>
Expand Down
6 changes: 3 additions & 3 deletions soot-infoflow-summaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow-summaries</artifactId>
<name>StubDroid</name>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<description>Data Flow Summaries for FlowDroid</description>
<packaging>jar</packaging>

Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<type>test-jar</type>
<scope>test</scope>

Expand All @@ -134,7 +134,7 @@
<dependency>
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>

<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion soot-infoflow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.tud.sse</groupId>
<artifactId>soot-infoflow</artifactId>
<name>soot-infoflow</name>
<version>2.7-SNAPSHOT</version>
<version>2.6.1</version>
<description>Soot extending data flow tracking components for Java</description>
<packaging>jar</packaging>

Expand Down

0 comments on commit 746a1e5

Please sign in to comment.