Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | 3a78edb | 2018-06-13 17:17:15 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -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 | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 21 | --> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | 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> |
| 26 | <artifactId>appc-interfaces-service</artifactId> |
| 27 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 28 | <version>1.4.0-SNAPSHOT</version> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 29 | </parent> |
| 30 | <artifactId>appc-interfaces-service-bundle</artifactId> |
| 31 | <packaging>bundle</packaging> |
| 32 | |
| 33 | <build> |
| 34 | <plugins> |
| 35 | <plugin> |
| 36 | <groupId>org.apache.felix</groupId> |
| 37 | <artifactId>maven-bundle-plugin</artifactId> |
| 38 | <extensions>true</extensions> |
| 39 | <configuration> |
| 40 | <instructions> |
| 41 | <Export-Package>org.onap.appc.interfaces.services</Export-Package> |
| 42 | <Import-Package>org.onap.appc.aai.client,*;resolution:=optional</Import-Package> |
Patrick Brady | 4e5f681 | 2018-05-04 15:26:31 -0700 | [diff] [blame] | 43 | <Embed-Dependency>jackson-dataformat-yaml</Embed-Dependency> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 44 | <DynamicImport-Package>*</DynamicImport-Package> |
| 45 | <Embed-Transitive>true</Embed-Transitive> |
| 46 | </instructions> |
| 47 | </configuration> |
| 48 | </plugin> |
| 49 | </plugins> |
| 50 | </build> |
| 51 | |
| 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>org.onap.appc</groupId> |
| 55 | <artifactId>appc-interfaces-service-model</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.onap.appc</groupId> |
| 60 | <artifactId>appc-aai-client-provider</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
| 64 | <dependency> |
| 65 | <groupId>com.google.code.gson</groupId> |
| 66 | <artifactId>gson</artifactId> |
| 67 | <version>2.8.0</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 71 | <artifactId>aai-service-provider</artifactId> |
| 72 | <scope>compile</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.commons</groupId> |
| 76 | <artifactId>commons-lang3</artifactId> |
| 77 | </dependency> |
| 78 | |
| 79 | <dependency> |
| 80 | <groupId>junit</groupId> |
| 81 | <artifactId>junit</artifactId> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | |
| 85 | <dependency> |
| 86 | <groupId>org.opendaylight.controller</groupId> |
| 87 | <artifactId>config-api</artifactId> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>org.opendaylight.controller</groupId> |
| 91 | <artifactId>sal-binding-config</artifactId> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.opendaylight.controller</groupId> |
| 95 | <artifactId>sal-binding-api</artifactId> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.opendaylight.controller</groupId> |
| 99 | <artifactId>sal-common-util</artifactId> |
| 100 | </dependency> |
| 101 | <dependency> |
| 102 | <artifactId>sal-test-model</artifactId> |
| 103 | <groupId>org.opendaylight.controller</groupId> |
| 104 | <scope>test</scope> |
| 105 | </dependency> |
| 106 | <dependency> |
| 107 | <artifactId>sal-rest-connector</artifactId> |
| 108 | <groupId>org.opendaylight.netconf</groupId> |
| 109 | <scope>test</scope> |
| 110 | </dependency> |
| 111 | <dependency> |
| 112 | <groupId>org.opendaylight.controller</groupId> |
| 113 | <artifactId>sal-binding-broker-impl</artifactId> |
| 114 | <scope>test</scope> |
| 115 | </dependency> |
| 116 | |
| 117 | <dependency> |
| 118 | <groupId>com.att.eelf</groupId> |
| 119 | <artifactId>eelf-core</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>com.sun.jersey</groupId> |
| 123 | <artifactId>jersey-client</artifactId> |
| 124 | <version>1.17</version> |
| 125 | <scope>provided</scope> |
| 126 | </dependency> |
| 127 | <dependency> |
| 128 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 129 | <artifactId>jackson-dataformat-yaml</artifactId> |
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 130 | <version>2.3.2</version> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 131 | </dependency> |
| 132 | <dependency> |
| 133 | <groupId>com.fasterxml.jackson.core</groupId> |
| 134 | <artifactId>jackson-databind</artifactId> |
| 135 | </dependency> |
| 136 | <dependency> |
| 137 | <groupId>org.apache.commons</groupId> |
| 138 | <artifactId>commons-lang3</artifactId> |
| 139 | </dependency> |
| 140 | <dependency> |
| 141 | <groupId>org.apache.velocity</groupId> |
| 142 | <artifactId>velocity</artifactId> |
| 143 | <version>1.7</version> |
Taka Cho | ff286ea | 2018-02-23 21:30:06 -0500 | [diff] [blame] | 144 | <exclusions> |
| 145 | <exclusion> |
| 146 | <artifactId>commons-collections</artifactId> |
| 147 | <groupId>commons-collections</groupId> |
| 148 | </exclusion> |
| 149 | </exclusions> |
| 150 | </dependency> |
| 151 | <dependency> |
| 152 | <groupId>commons-collections</groupId> |
| 153 | <artifactId>commons-collections</artifactId> |
| 154 | <version>3.2.2</version> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 155 | </dependency> |
| 156 | <dependency> |
| 157 | <groupId>commons-io</groupId> |
| 158 | <artifactId>commons-io</artifactId> |
| 159 | </dependency> |
| 160 | </dependencies> |
| 161 | </project> |