Committed by
Gerrit Code Review
Fix NoClassDefFoundError when execute dhcp-set-static-mapping
The exception occurs because dhcp maven-bundle-plugin does not properly export StringCompleter class which is contained under org.apache.karaf.shell.console.completer package. Change-Id: I9120e1b5b874de94d759e9fee41dcc660f24d793
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -148,6 +148,7 @@ | ... | @@ -148,6 +148,7 @@ |
148 | com.fasterxml.jackson.core, | 148 | com.fasterxml.jackson.core, |
149 | org.apache.karaf.shell.commands, | 149 | org.apache.karaf.shell.commands, |
150 | org.apache.karaf.shell.console, | 150 | org.apache.karaf.shell.console, |
151 | + org.apache.karaf.shell.console.completer, | ||
151 | com.google.common.*, | 152 | com.google.common.*, |
152 | org.onlab.packet.*, | 153 | org.onlab.packet.*, |
153 | org.onlab.rest.*, | 154 | org.onlab.rest.*, | ... | ... |
-
Please register or login to post a comment