diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-23 15:46:43 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-23 22:47:45 +0000 |
commit | b093c8b07413b8a88c37baa4dbd129b8257f1fe3 (patch) | |
tree | 95b81f778d1f755e9d119ce0c847778c844751d2 /appc-dispatcher/appc-request-handler/appc-request-handler-core | |
parent | 74352d2f9903d2a164fe33fe8c3ce4fe83476442 (diff) |
Fix request handler class error
Change-Id: I8e46de98f1a319452a9133835d0fe0b1430303ca
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1158
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-core')
-rw-r--r-- | appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index dbb81bb80..9ff49e82d 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -148,6 +148,7 @@ <Export-Service>org.onap.appc.requesthandler.RequestHandler</Export-Service> <Export-Package>org.onap.appc.requesthandler*,org.onap.appc.requesthandler.conv,org.onap.appc.validation*,org.onap.messageadapter*</Export-Package> <Import-Package> + org.onap.ccsdk.sli.adaptors.aai, org.onap.appc.adapter.messaging.*, org.onap.appc.adapter.message.*, org.onap.appc.adapter.factory.*, |