Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
| 4 | ONAP : APPC
|
| 5 | ================================================================================
|
John McClung | fb3eec2 | 2018-06-14 10:17:19 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 7 | ================================================================================
|
| 8 | Copyright (C) 2017 Amdocs
|
| 9 | =============================================================================
|
| 10 | Licensed under the Apache License, Version 2.0 (the "License");
|
| 11 | you may not use this file except in compliance with the License.
|
| 12 | You may obtain a copy of the License at
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 13 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 15 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 16 | Unless required by applicable law or agreed to in writing, software
|
| 17 | distributed under the License is distributed on an "AS IS" BASIS,
|
| 18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 19 | See the License for the specific language governing permissions and
|
| 20 | limitations under the License.
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 21 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 22 | ============LICENSE_END=========================================================
|
| 23 | -->
|
| 24 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
| 25 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 26 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 27 | <modelVersion>4.0.0</modelVersion>
|
Patrick Brady | 46f865c | 2018-08-13 10:00:29 -0700 | [diff] [blame] | 28 | <parent>
|
| 29 | <groupId>org.onap.appc.parent</groupId>
|
| 30 | <artifactId>binding-parent</artifactId>
|
| 31 | <version>1.4.0-SNAPSHOT</version>
|
| 32 | <relativePath />
|
| 33 | </parent>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 34 | <groupId>org.onap.appc</groupId>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 35 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 36 | <artifactId>appc-network-inventory-client-provider</artifactId>
|
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 37 | <version>1.4.0-SNAPSHOT</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 38 | <packaging>bundle</packaging>
|
| 39 | <name>APPC Network Client - Provider</name>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 40 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 41 | <dependencies>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 42 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 43 | <dependency>
|
| 44 | <groupId>equinoxSDK381</groupId>
|
| 45 | <artifactId>org.eclipse.osgi</artifactId>
|
| 46 | </dependency>
|
| 47 | <dependency>
|
| 48 | <groupId>commons-io</groupId>
|
| 49 | <artifactId>commons-io</artifactId>
|
| 50 | </dependency>
|
| 51 | <dependency>
|
| 52 | <groupId>com.att.eelf</groupId>
|
| 53 | <artifactId>eelf-core</artifactId>
|
| 54 | </dependency>
|
| 55 | <dependency>
|
| 56 | <groupId>com.sun.jersey</groupId>
|
| 57 | <artifactId>jersey-client</artifactId>
|
| 58 | <scope>provided</scope>
|
| 59 | </dependency>
|
| 60 | <dependency>
|
| 61 | <groupId>junit</groupId>
|
| 62 | <artifactId>junit</artifactId>
|
| 63 | <scope>test</scope>
|
| 64 | </dependency>
|
| 65 | <dependency>
|
| 66 | <groupId>org.powermock</groupId>
|
| 67 | <artifactId>powermock-api-mockito</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 68 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 69 | <scope>test</scope>
|
| 70 | </dependency>
|
| 71 | <dependency>
|
| 72 | <groupId>org.powermock</groupId>
|
| 73 | <artifactId>powermock-module-junit4</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 74 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 75 | <scope>test</scope>
|
| 76 | </dependency>
|
| 77 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 78 | <groupId>org.onap.appc</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 79 | <artifactId>appc-config-params-provider</artifactId>
|
| 80 | <version>${project.version}</version>
|
| 81 | </dependency>
|
| 82 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 83 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 84 | <artifactId>sli-common</artifactId>
|
| 85 | </dependency>
|
| 86 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 87 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 88 | <artifactId>sli-provider</artifactId>
|
| 89 | </dependency>
|
| 90 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 91 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 92 | <artifactId>dblib-provider</artifactId>
|
| 93 | </dependency>
|
| 94 | <dependency>
|
| 95 | <groupId>org.json</groupId>
|
| 96 | <artifactId>json</artifactId>
|
| 97 | </dependency>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 98 | <dependency>
|
| 99 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
| 100 | <artifactId>jackson-dataformat-yaml</artifactId>
|
| 101 | <version>2.3.2</version>
|
| 102 | </dependency>
|
| 103 | <dependency>
|
| 104 | <groupId>org.yaml</groupId>
|
| 105 | <artifactId>snakeyaml</artifactId>
|
| 106 | <version>${snakeyaml.version}</version>
|
| 107 | </dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 108 | </dependencies>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 109 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 110 | <build>
|
| 111 | <plugins>
|
| 112 | <plugin>
|
| 113 | <groupId>org.apache.felix</groupId>
|
| 114 | <artifactId>maven-bundle-plugin</artifactId>
|
| 115 | <extensions>true</extensions>
|
| 116 | <configuration>
|
| 117 | <instructions>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 118 | <Bundle-SymbolicName>org.onap.appc.instar</Bundle-SymbolicName>
|
| 119 | <Bundle-Activator>org.onap.appc.instar.InstarClientActivator</Bundle-Activator>
|
| 120 | <Export-Package>org.onap.appc.instar</Export-Package>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 121 | <Import-Package>*</Import-Package>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 122 | <Embed-Dependency>jackson-dataformat-yaml,snakeyaml</Embed-Dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 123 | <DynamicImport-Package>*</DynamicImport-Package>
|
| 124 | </instructions>
|
| 125 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
|
| 126 | </configuration>
|
| 127 | </plugin>
|
| 128 | </plugins>
|
| 129 | <pluginManagement>
|
| 130 | <plugins>
|
| 131 | </plugins>
|
| 132 | </pluginManagement>
|
| 133 | </build>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 134 | </project>
|