Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [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 | ================================================================================ |
John McClung | f6332bd | 2018-06-13 13:07:38 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 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========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 21 | --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 22 | <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"> |
| 23 | <modelVersion>4.0.0</modelVersion> |
| 24 | <parent> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 25 | <groupId>org.onap.appc.parent</groupId> |
| 26 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 9d38008 | 2018-10-09 11:32:38 -0700 | [diff] [blame] | 27 | <version>1.4.0</version> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 28 | <relativePath /> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 29 | </parent> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 30 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 31 | <artifactId>appc-dmaap-adapter-bundle</artifactId> |
| 32 | <packaging>bundle</packaging> |
| 33 | <name>DMaaP Adapter - bundle</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-message-adapter-api</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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 43 | <artifactId>appc-metric-bundle</artifactId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 44 | <version>${project.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 45 | </dependency> |
| 46 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 47 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 48 | <artifactId>appc-common-bundle</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 49 | <version>${project.version}</version> |
| 50 | </dependency> |
| 51 | |
| 52 | <dependency> |
| 53 | <groupId>junit</groupId> |
| 54 | <artifactId>junit</artifactId> |
| 55 | <scope>test</scope> |
| 56 | </dependency> |
| 57 | |
| 58 | <dependency> |
| 59 | <groupId>equinoxSDK381</groupId> |
| 60 | <artifactId>org.eclipse.osgi</artifactId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 61 | <version>${equinox.osgi.version}</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 62 | </dependency> |
| 63 | |
| 64 | <dependency> |
| 65 | <groupId>commons-codec</groupId> |
| 66 | <artifactId>commons-codec</artifactId> |
| 67 | </dependency> |
| 68 | |
| 69 | <dependency> |
| 70 | <groupId>commons-lang</groupId> |
| 71 | <artifactId>commons-lang</artifactId> |
| 72 | </dependency> |
| 73 | |
| 74 | <dependency> |
| 75 | <groupId>com.fasterxml.jackson.core</groupId> |
| 76 | <artifactId>jackson-databind</artifactId> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>com.fasterxml.jackson.core</groupId> |
| 80 | <artifactId>jackson-core</artifactId> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | <artifactId>jackson-annotations</artifactId> |
| 85 | </dependency> |
| 86 | |
| 87 | <dependency> |
| 88 | <groupId>org.mockito</groupId> |
| 89 | <artifactId>mockito-core</artifactId> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>org.powermock</groupId> |
| 93 | <artifactId>powermock-api-mockito</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 94 | <scope>test</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.hamcrest</groupId> |
| 98 | <artifactId>hamcrest-core</artifactId> |
| 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>org.objenesis</groupId> |
| 102 | <artifactId>objenesis</artifactId> |
| 103 | <version>2.2</version> |
| 104 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 105 | |
| 106 | <dependency> |
| 107 | <groupId>org.powermock</groupId> |
| 108 | <artifactId>powermock-module-junit4</artifactId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 109 | <scope>test</scope> |
| 110 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 111 | <dependency> |
| 112 | <groupId>org.slf4j</groupId> |
| 113 | <artifactId>slf4j-api</artifactId> |
| 114 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 115 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 116 | <dependency> |
| 117 | <groupId>org.slf4j</groupId> |
| 118 | <artifactId>jcl-over-slf4j</artifactId> |
| 119 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 120 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 121 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 122 | <artifactId>sli-common</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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 128 | <artifactId>dblib-provider</artifactId> |
| 129 | </exclusion> |
| 130 | <exclusion> |
| 131 | <artifactId>slf4j-simple</artifactId> |
| 132 | <groupId>org.slf4j</groupId> |
| 133 | </exclusion> |
| 134 | </exclusions> |
| 135 | </dependency> |
| 136 | |
| 137 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 138 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 139 | <artifactId>sli-provider</artifactId> |
| 140 | <scope>compile</scope> |
| 141 | <!-- Added exclusion to prevent missing dependency issue on dblib --> |
| 142 | <exclusions> |
| 143 | <exclusion> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 144 | <groupId>org.onap.ccsdk.sli.core</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 145 | <artifactId>dblib-provider</artifactId> |
| 146 | </exclusion> |
| 147 | </exclusions> |
| 148 | </dependency> |
| 149 | |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 150 | <!-- DMaaP Client --> |
| 151 | <dependency> |
Ryan Young | b96311a | 2018-04-06 17:32:41 -0400 | [diff] [blame] | 152 | <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 153 | <artifactId>dmaapClient</artifactId> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 154 | <version>${dmaap.client.version}</version> |
| 155 | <classifier>jar-with-dependencies</classifier> |
| 156 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 157 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 158 | <dependency> |
| 159 | <groupId>org.json</groupId> |
| 160 | <artifactId>json</artifactId> |
| 161 | </dependency> |
| 162 | <dependency> |
| 163 | <groupId>commons-io</groupId> |
| 164 | <artifactId>commons-io</artifactId> |
| 165 | </dependency> |
| 166 | </dependencies> |
| 167 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 168 | <build> |
| 169 | <plugins> |
| 170 | <plugin> |
| 171 | <groupId>org.apache.felix</groupId> |
| 172 | <artifactId>maven-bundle-plugin</artifactId> |
| 173 | <extensions>true</extensions> |
| 174 | <configuration> |
| 175 | <instructions> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 176 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 177 | <Bundle-Version>${project.version}</Bundle-Version> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 178 | <!--<Bundle-SymbolicName>org.onap.appc.adapter.messaging.dmaap</Bundle-SymbolicName>--> |
| 179 | <Bundle-Activator>org.onap.appc.adapter.messaging.dmaap.AppcDmaapAdapterActivator</Bundle-Activator> |
| 180 | <Export-Package>org.onap.appc.adapter.messaging.*</Export-Package> |
Patrick Brady | 7f383f9 | 2018-07-30 14:35:31 -0700 | [diff] [blame] | 181 | <Import-Package>com.att.eelf.configuration,*;resolution:=optional</Import-Package> |
| 182 | <Embed-Dependency>dmaapClient,eelf-core</Embed-Dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 183 | <Embed-Transitive>true</Embed-Transitive> |
| 184 | <Bundle-Blueprint>OSGI-INF/blueprint/blueprint.xml</Bundle-Blueprint> |
| 185 | </instructions> |
| 186 | </configuration> |
| 187 | </plugin> |
| 188 | </plugins> |
| 189 | </build> |
Patrick Brady | c23c9a0 | 2018-11-19 13:37:50 -0800 | [diff] [blame^] | 190 | <version>1.4.3-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 191 | </project> |