Replacing jsr250 dependency. Adding commons logging info.
diff --git a/pom.xml b/pom.xml
index a459176..df0e526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,9 +157,9 @@
         <version>1</version>
       </dependency>
       <dependency>
-        <groupId>javax.annotation</groupId>
-        <artifactId>jsr250-api</artifactId>
-        <version>1.0</version>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+          <version>${javax.annotation.version}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -183,6 +183,12 @@
         <version>${commons.lang3.version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons.logging.version}</version>
+      </dependency>
+
       <!-- JUNIT 5 -->
       <dependency>
         <groupId>org.junit.platform</groupId>