Skip to content

Commit 18a36da

Browse files
committed
fixed the pom to allow for publishing on Maven central
1 parent 0c1994e commit 18a36da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

soot-infoflow-integration/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
</parent>
1111

1212
<artifactId>soot-infoflow-integration</artifactId>
13+
<name>FlowDroid Integration Test Cases</name>
14+
<description>Test cases for end-to-end evaluation of FlowDroid functionality across all modules</description>
1315

1416
<properties>
1517
<maven.compiler.source>11</maven.compiler.source>
@@ -144,7 +146,7 @@
144146
<dependency>
145147
<groupId>org.springframework</groupId>
146148
<artifactId>spring-web</artifactId>
147-
<version>7.0.3</version>
149+
<version>7.0.4</version>
148150
<scope>test</scope>
149151
</dependency>
150152
</dependencies>

0 commit comments

Comments
 (0)