Skip to content

Commit 83ec1d0

Browse files
authored
Upgrade to vertx-base 2.2 and fix Checker tainting checks (#28)
* Make sure Checker uses database library stubs * Upgrade vertx-base to 2.2
1 parent 4a89056 commit 83ec1d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.github.susom</groupId>
8989
<artifactId>vertx-base</artifactId>
90-
<version>2.0</version>
90+
<version>2.2</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.github.susom</groupId>
@@ -582,8 +582,7 @@
582582
<fork>true</fork>
583583
<annotationProcessors>
584584
<!--<annotationProcessor>org.checkerframework.checker.nullness.NullnessChecker</annotationProcessor>-->
585-
<annotationProcessor>org.checkerframework.checker.tainting.TaintingChecker
586-
</annotationProcessor>
585+
<annotationProcessor>org.checkerframework.checker.tainting.TaintingChecker</annotationProcessor>
587586
</annotationProcessors>
588587
<compilerArgs>
589588
<arg>-J-Xmx1g</arg>
@@ -593,6 +592,7 @@
593592
<arg>-AprintErrorStack</arg>
594593
<arg>-AprintAllQualifiers</arg>
595594
<arg>-AatfCacheSize=400</arg>
595+
<arg>-Astubs=${com.github.susom:database:jar}</arg>
596596
</compilerArgs>
597597
</configuration>
598598
</plugin>

0 commit comments

Comments
 (0)