Replacing jsr250 by javax.annotation
diff --git a/pom.xml b/pom.xml
index 4d6f680..14a34b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
+      <artifactId>javax.annotation-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>