Correcting problems related to ccsdk,new odl
[appc.git] / appc-event-listener / appc-event-listener-bundle / pom.xml
index 52dccf0..31f669a 100644 (file)
                </dependency>
 -->
 
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpclient</artifactId>
+                       <version>4.5.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.httpcomponents</groupId>
+                       <artifactId>httpcore</artifactId>
+                       <version>${apache.httpcomponents.version}</version>
+               </dependency>
+
                <dependency>
                        <groupId>equinoxSDK381</groupId>
                        <artifactId>org.eclipse.osgi</artifactId>
                                                <Bundle-SymbolicName>org.openecomp.appc.listener</Bundle-SymbolicName>
                                                <Bundle-Activator>org.openecomp.appc.listener.AppcEventListenerActivator</Bundle-Activator>
                                                <Export-Package>org.openecomp.appc.listener</Export-Package>
-                                               <Import-Package>org.openecomp.appc.adapter.message.*,org.openecomp.appc.adapter.factory.*,org.openecomp.appc.adapter.messaging.*
+                                               <Import-Package>org.apache.http,org.openecomp.appc.adapter.message.*,org.openecomp.appc.adapter.factory.*,org.openecomp.appc.adapter.messaging.*
                                                        org.openecomp.appc.exceptions, org.openecomp.appc.util,
                                                        com.att.eelf.configuration, com.att.eelf.i18n,
                                                        *;resolution:=optional
                                                </Import-Package>
                                                <Embed-Dependency>
-                                                       jasypt,commons-lang,commons-lang3,appc-common,
+                                                       httpclient,httpcore,jasypt,commons-lang,commons-lang3,appc-common,
                                                        logback-core,logback-classic,eelf-core,commons-logging;scope=compile|runtime;inline=false
                                                </Embed-Dependency>
                                                <Embed-Transitive>true</Embed-Transitive>