|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | | - <groupId>de.tud.sse</groupId> |
| 5 | + <groupId>de.fraunhofer.sit.sse.flowdroid</groupId> |
6 | 6 | <artifactId>soot-infoflow-android</artifactId> |
7 | 7 | <name>soot-infoflow-android</name> |
8 | | - <version>2.10.0-SNAPSHOT</version> |
| 8 | + <version>2.10.0</version> |
9 | 9 | <description>Android-specific components of FlowDroid</description> |
10 | 10 | <url>https://github.com/secure-software-engineering/FlowDroid</url> |
11 | 11 |
|
|
133 | 133 | <version>1.7.32</version> |
134 | 134 | </dependency> |
135 | 135 | <dependency> |
136 | | - <groupId>de.tud.sse</groupId> |
| 136 | + <groupId>de.fraunhofer.sit.sse.flowdroid</groupId> |
137 | 137 | <artifactId>soot-infoflow</artifactId> |
138 | | - <version>2.10.0-SNAPSHOT</version> |
| 138 | + <version>2.10.0</version> |
139 | 139 | </dependency> |
140 | 140 | <dependency> |
141 | 141 | <groupId>junit</groupId> |
|
154 | 154 | <artifactId>axml</artifactId> |
155 | 155 | <version>2.1.1</version> |
156 | 156 | </dependency> |
157 | | - <dependency> |
158 | | - <groupId>ca.mcgill.sable</groupId> |
159 | | - <artifactId>axmlprinter</artifactId> |
160 | | - <version>2016-07-27</version> |
161 | | - </dependency> |
162 | 157 | <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java --> |
163 | 158 | <dependency> |
164 | 159 | <groupId>com.google.protobuf</groupId> |
|
171 | 166 | <version>5.2.1</version> |
172 | 167 | </dependency> |
173 | 168 | </dependencies> |
174 | | - |
175 | | - <repositories> |
176 | | - <repository> |
177 | | - <id>soot-snapshot</id> |
178 | | - <name>Soot snapshot server</name> |
179 | | - <url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot/</url> |
180 | | - </repository> |
181 | | - <repository> |
182 | | - <id>soot-release</id> |
183 | | - <name>Soot release server</name> |
184 | | - <url>https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/</url> |
185 | | - </repository> |
186 | | - </repositories> |
187 | 169 | </project> |
0 commit comments