Skip to content

Commit 3155cc4

Browse files
committed
Add Javax annotations for Java11+ support.
1 parent e186a97 commit 3155cc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
<adb.folder.macosx>${adb.folder}/macosx</adb.folder.macosx>
2626
</properties>
2727
<dependencies>
28+
<dependency>
29+
<groupId>javax.annotation</groupId>
30+
<artifactId>javax.annotation-api</artifactId>
31+
<version>1.3.2</version>
32+
</dependency>
2833
<dependency>
2934
<groupId>com.android.tools.ddms</groupId>
3035
<artifactId>ddmlib</artifactId>

0 commit comments

Comments
 (0)