Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
| 21 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 22 | --> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 26 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 27 | <artifactId>appc-dmaap-adapter</artifactId> |
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 28 | <version>1.3.0-SNAPSHOT</version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 29 | </parent> |
| 30 | |
| 31 | <artifactId>appc-message-adapter-api</artifactId> |
| 32 | <packaging>bundle</packaging> |
| 33 | <name>appc-message-adapter-api</name> |
| 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 37 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 38 | <artifactId>appc-metric-bundle</artifactId> |
| 39 | <version>${project.version}</version> |
| 40 | </dependency> |
| 41 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 42 | <groupId>org.onap.appc</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 43 | <artifactId>appc-common</artifactId> |
| 44 | <version>${project.version}</version> |
| 45 | </dependency> |
| 46 | |
| 47 | <dependency> |
| 48 | <groupId>junit</groupId> |
| 49 | <artifactId>junit</artifactId> |
| 50 | <scope>test</scope> |
| 51 | </dependency> |
| 52 | |
| 53 | <dependency> |
| 54 | <groupId>equinoxSDK381</groupId> |
| 55 | <artifactId>org.eclipse.osgi</artifactId> |
| 56 | </dependency> |
| 57 | |
| 58 | <dependency> |
| 59 | <groupId>commons-codec</groupId> |
| 60 | <artifactId>commons-codec</artifactId> |
| 61 | </dependency> |
| 62 | |
| 63 | <dependency> |
| 64 | <groupId>commons-lang</groupId> |
| 65 | <artifactId>commons-lang</artifactId> |
| 66 | </dependency> |
| 67 | |
| 68 | <dependency> |
| 69 | <groupId>com.fasterxml.jackson.core</groupId> |
| 70 | <artifactId>jackson-databind</artifactId> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>com.fasterxml.jackson.core</groupId> |
| 74 | <artifactId>jackson-core</artifactId> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>com.fasterxml.jackson.core</groupId> |
| 78 | <artifactId>jackson-annotations</artifactId> |
| 79 | </dependency> |
| 80 | |
| 81 | <dependency> |
| 82 | <groupId>org.mockito</groupId> |
| 83 | <artifactId>mockito-core</artifactId> |
| 84 | <scope>test</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.powermock</groupId> |
| 88 | <artifactId>powermock-api-mockito</artifactId> |
| 89 | <scope>test</scope> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>org.hamcrest</groupId> |
| 93 | <artifactId>hamcrest-core</artifactId> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.objenesis</groupId> |
| 97 | <artifactId>objenesis</artifactId> |
| 98 | <version>2.2</version> |
| 99 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 100 | |
| 101 | <dependency> |
| 102 | <groupId>org.powermock</groupId> |
| 103 | <artifactId>powermock-module-junit4</artifactId> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
| 106 | |
| 107 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 108 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 109 | <artifactId>sli-common</artifactId> |
| 110 | <scope>compile</scope> |
| 111 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 112 | <exclusions> |
| 113 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 114 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 115 | <artifactId>dblib-provider</artifactId> |
| 116 | </exclusion> |
| 117 | </exclusions> |
| 118 | </dependency> |
| 119 | |
| 120 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 121 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 122 | <artifactId>sli-provider</artifactId> |
| 123 | <scope>compile</scope> |
| 124 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 125 | <exclusions> |
| 126 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 127 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 128 | <artifactId>dblib-provider</artifactId> |
| 129 | </exclusion> |
| 130 | </exclusions> |
| 131 | </dependency> |
| 132 | |
| 133 | </dependencies> |
| 134 | |
| 135 | <build> |
| 136 | <plugins> |
| 137 | <plugin> |
| 138 | <groupId>org.apache.felix</groupId> |
| 139 | <artifactId>maven-bundle-plugin</artifactId> |
| 140 | <extensions>true</extensions> |
| 141 | <configuration> |
| 142 | <instructions> |
| 143 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 144 | <Bundle-Version>${project.version}</Bundle-Version> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 145 | <Export-Package>org.onap.appc.adapter.message.*</Export-Package> |
| 146 | <!--<Export-Serice>org.onap.appc.adapter.message.EventSender</Export-Serice>--> |
| 147 | <Import-Package>org.onap.appc.metricservice.*,com.att.nsa.*,org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,!org.osgi.service.event.*,org.osgi.service.*,org.osgi.util.*,org.slf4j.*,com.vmware.*,org.apache.xerces.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.*,javax.naming.*,javax.crypto.*, com.sun.jersey.spi.container.servlet,org.eclipse.jetty.servlets</Import-Package> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 148 | <!--<Embed-Dependency>appc-common</Embed-Dependency>--> |
Patrick Brady | ac62a4a | 2017-09-13 00:11:21 -0700 | [diff] [blame] | 149 | <Embed-Dependency>*;scope=compile|runtime;artifactId=!appc-metric-bundle|sli-common|sli-provider|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mariadb-java-client|xml-apis|pax-*</Embed-Dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 150 | <Embed-Transitive>true</Embed-Transitive> |
| 151 | <Bundle-Blueprint>OSGI-INF/blueprint/blueprint.xml</Bundle-Blueprint> |
| 152 | </instructions> |
| 153 | </configuration> |
| 154 | </plugin> |
| 155 | </plugins> |
| 156 | </build> |
| 157 | </project> |