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>
|
Patrick Brady | 9d38008 | 2018-10-09 11:32:38 -0700 | [diff] [blame] | 31 | <version>1.4.0</version>
|
Patrick Brady | 46f865c | 2018-08-13 10:00:29 -0700 | [diff] [blame] | 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 | c23c9a0 | 2018-11-19 13:37:50 -0800 | [diff] [blame^] | 37 | <version>1.4.3-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>
|
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 52 | <groupId>ch.qos.logback</groupId>
|
| 53 | <artifactId>logback-classic</artifactId>
|
| 54 | <version>${logback.version}</version>
|
| 55 | </dependency>
|
| 56 | <dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 57 | <groupId>com.att.eelf</groupId>
|
| 58 | <artifactId>eelf-core</artifactId>
|
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 59 | <exclusions>
|
| 60 | <exclusion>
|
| 61 | <groupId>ch.qos.logback</groupId>
|
| 62 | <artifactId>logback-classic</artifactId>
|
| 63 | </exclusion>
|
| 64 | </exclusions>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 65 | </dependency>
|
| 66 | <dependency>
|
| 67 | <groupId>com.sun.jersey</groupId>
|
| 68 | <artifactId>jersey-client</artifactId>
|
| 69 | <scope>provided</scope>
|
| 70 | </dependency>
|
| 71 | <dependency>
|
| 72 | <groupId>junit</groupId>
|
| 73 | <artifactId>junit</artifactId>
|
| 74 | <scope>test</scope>
|
| 75 | </dependency>
|
| 76 | <dependency>
|
| 77 | <groupId>org.powermock</groupId>
|
| 78 | <artifactId>powermock-api-mockito</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 79 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 80 | <scope>test</scope>
|
| 81 | </dependency>
|
| 82 | <dependency>
|
| 83 | <groupId>org.powermock</groupId>
|
| 84 | <artifactId>powermock-module-junit4</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 85 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 86 | <scope>test</scope>
|
| 87 | </dependency>
|
| 88 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 89 | <groupId>org.onap.appc</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 90 | <artifactId>appc-config-params-provider</artifactId>
|
| 91 | <version>${project.version}</version>
|
| 92 | </dependency>
|
| 93 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 94 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 95 | <artifactId>sli-common</artifactId>
|
| 96 | </dependency>
|
| 97 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 98 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 99 | <artifactId>sli-provider</artifactId>
|
| 100 | </dependency>
|
| 101 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 102 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 103 | <artifactId>dblib-provider</artifactId>
|
| 104 | </dependency>
|
| 105 | <dependency>
|
| 106 | <groupId>org.json</groupId>
|
| 107 | <artifactId>json</artifactId>
|
| 108 | </dependency>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 109 | <dependency>
|
| 110 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
| 111 | <artifactId>jackson-dataformat-yaml</artifactId>
|
| 112 | <version>2.3.2</version>
|
| 113 | </dependency>
|
| 114 | <dependency>
|
| 115 | <groupId>org.yaml</groupId>
|
| 116 | <artifactId>snakeyaml</artifactId>
|
| 117 | <version>${snakeyaml.version}</version>
|
| 118 | </dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 119 | </dependencies>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 120 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 121 | <build>
|
| 122 | <plugins>
|
| 123 | <plugin>
|
| 124 | <groupId>org.apache.felix</groupId>
|
| 125 | <artifactId>maven-bundle-plugin</artifactId>
|
| 126 | <extensions>true</extensions>
|
| 127 | <configuration>
|
| 128 | <instructions>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 129 | <Bundle-SymbolicName>org.onap.appc.instar</Bundle-SymbolicName>
|
| 130 | <Bundle-Activator>org.onap.appc.instar.InstarClientActivator</Bundle-Activator>
|
| 131 | <Export-Package>org.onap.appc.instar</Export-Package>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 132 | <Import-Package>*</Import-Package>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 133 | <Embed-Dependency>jackson-dataformat-yaml,snakeyaml</Embed-Dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 134 | <DynamicImport-Package>*</DynamicImport-Package>
|
| 135 | </instructions>
|
| 136 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
|
| 137 | </configuration>
|
| 138 | </plugin>
|
| 139 | </plugins>
|
| 140 | <pluginManagement>
|
| 141 | <plugins>
|
| 142 | </plugins>
|
| 143 | </pluginManagement>
|
| 144 | </build>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 145 | </project>
|