summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher
diff options
context:
space:
mode:
authorRyan Young <ry303t@att.com>2018-05-16 12:40:52 -0400
committerRyan Young <ry303t@att.com>2018-05-16 12:45:15 -0400
commitb6a8ebf0212d5ca47c088e6046ca65bd9318bf1b (patch)
tree82d5c5f0c42d6278381a6a4ea1dded05b6d05727 /appc-dispatcher
parent1e4afc2a3944e7a978235107269a6c1e50d452bf (diff)
update bundle import/export causing linkage errors
Change-Id: Ifb161f411cc8b39be8576ff6c0a982260b4f218b Issue-ID: APPC-900 Signed-off-by: Ryan Young <ry303t@att.com>
Diffstat (limited to 'appc-dispatcher')
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml8
-rw-r--r--appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml5
2 files changed, 7 insertions, 6 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
index 14f1de123..ac3b20a5a 100644
--- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
+++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
ONAP : APPC
================================================================================
- Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+ Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Copyright (C) 2017 Amdocs
=============================================================================
@@ -18,8 +18,6 @@
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.
-
- ECOMP is a trademark and service mark of AT&T Intellectual Property.
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -50,7 +48,7 @@
<dependency>
<groupId>org.onap.appc</groupId>
<artifactId>appc-data-access-lib</artifactId>
- <version>${project.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.appc</groupId>
@@ -73,7 +71,7 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>
- org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.transactionrecorder,org.onap.appc.message
+ org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.message
</Export-Package>
<Embed-Dependency>
javax.json;scope=compile|runtime;inline=false
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 ee6855b02..dc6433dd8 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
@@ -18,7 +18,6 @@
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.
-
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -140,6 +139,7 @@
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
<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.appc.adapter.messaging.*,
org.onap.appc.adapter.message.*,
@@ -150,7 +150,10 @@
org.onap.appc.transactionrecorder,
org.onap.appc.transactionrecorder.impl,
org.onap.appc.transactionrecorder.objects,
+ org.onap.appc.rest.client,
org.onap.appc.dao.util,
+ org.apache.http.params,
+ !org.onap.appc.requesthandler.conv,
*;resolution:=optional
</Import-Package>
</instructions>