Contributed by Takanobu Asanuma.
@@ -1474,6 +1474,11 @@
<artifactId>javax.activation-api</artifactId>
<version>1.2.0</version>
</dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -83,6 +83,11 @@
<type>test-jar</type>
<scope>test</scope>
+ <scope>compile</scope>
<build>