Fix javadoc generation not working with JDK 11

By updating the maven-javadoc-plugin in onos-dependencies.

Change-Id: I4beddcc96881be6c43c535ed2590dbf2c43e7a97
diff --git a/app/src/main/java/org/opencord/aaa/cli/package-info.java b/app/src/main/java/org/opencord/aaa/cli/package-info.java
new file mode 100644
index 0000000..0e6e725
--- /dev/null
+++ b/app/src/main/java/org/opencord/aaa/cli/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2019-present Open Networking Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * ONOS CLI commands for the AAA app.
+ */
+package org.opencord.aaa.cli;
\ No newline at end of file
diff --git a/app/src/main/java/org/opencord/aaa/impl/AttPacketCustomizer.java b/app/src/main/java/org/opencord/aaa/impl/AttPacketCustomizer.java
index 1c23684..27b3478 100644
--- a/app/src/main/java/org/opencord/aaa/impl/AttPacketCustomizer.java
+++ b/app/src/main/java/org/opencord/aaa/impl/AttPacketCustomizer.java
@@ -16,7 +16,7 @@
 package org.opencord.aaa.impl;
 
 /**
- * AT&T specific RADIUS packet customization.
+ * AT&T specific RADIUS packet customization.
  *
  */
 public class AttPacketCustomizer extends SamplePacketCustomizer {
diff --git a/pom.xml b/pom.xml
index 7ae812d..58bba71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-dependencies</artifactId>
-        <version>2.2.1-b2</version>
+        <version>2.2.1-b3</version>
     </parent>
 
     <groupId>org.opencord</groupId>