Make annotation API explicitly optional

This commit is contained in:
Dave Syer
2021-06-14 14:43:01 +01:00
parent e50babab8f
commit ebc720045f

View File

@@ -112,6 +112,7 @@
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<optional>true</optional>
</dependency>
</dependencies>
</profile>