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 | ================================================================================
|
| 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
|
| 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 | ECOMP is a trademark and service mark of AT&T Intellectual Property.
|
| 23 | ============LICENSE_END=========================================================
|
| 24 | -->
|
| 25 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 27 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 28 | <modelVersion>4.0.0</modelVersion>
|
| 29 | <parent>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 30 | <groupId>org.onap.appc</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 31 | <artifactId>appc-network-inventory-client</artifactId>
|
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 32 | <version>1.3.0-SNAPSHOT</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 33 | </parent>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 34 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 35 | <artifactId>appc-network-inventory-client-provider</artifactId>
|
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 36 | <version>1.3.0-SNAPSHOT</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 37 | <packaging>bundle</packaging>
|
| 38 | <name>APPC Network Client - Provider</name>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 39 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 40 | <dependencies>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 41 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 42 | <dependency>
|
| 43 | <groupId>equinoxSDK381</groupId>
|
| 44 | <artifactId>org.eclipse.osgi</artifactId>
|
| 45 | </dependency>
|
| 46 | <dependency>
|
| 47 | <groupId>commons-io</groupId>
|
| 48 | <artifactId>commons-io</artifactId>
|
| 49 | </dependency>
|
| 50 | <dependency>
|
| 51 | <groupId>com.att.eelf</groupId>
|
| 52 | <artifactId>eelf-core</artifactId>
|
| 53 | </dependency>
|
| 54 | <dependency>
|
| 55 | <groupId>com.sun.jersey</groupId>
|
| 56 | <artifactId>jersey-client</artifactId>
|
| 57 | <scope>provided</scope>
|
| 58 | </dependency>
|
| 59 | <dependency>
|
| 60 | <groupId>junit</groupId>
|
| 61 | <artifactId>junit</artifactId>
|
| 62 | <scope>test</scope>
|
| 63 | </dependency>
|
| 64 | <dependency>
|
| 65 | <groupId>org.powermock</groupId>
|
| 66 | <artifactId>powermock-api-mockito</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 67 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 68 | <scope>test</scope>
|
| 69 | </dependency>
|
| 70 | <dependency>
|
| 71 | <groupId>org.powermock</groupId>
|
| 72 | <artifactId>powermock-module-junit4</artifactId>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 73 | <version>1.6.4</version>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 74 | <scope>test</scope>
|
| 75 | </dependency>
|
| 76 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 77 | <groupId>org.onap.appc</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 78 | <artifactId>appc-config-params-provider</artifactId>
|
| 79 | <version>${project.version}</version>
|
| 80 | </dependency>
|
| 81 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 82 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 83 | <artifactId>sli-common</artifactId>
|
| 84 | </dependency>
|
| 85 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 86 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 87 | <artifactId>sli-provider</artifactId>
|
| 88 | </dependency>
|
| 89 | <dependency>
|
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 90 | <groupId>org.onap.ccsdk.sli.core</groupId>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 91 | <artifactId>dblib-provider</artifactId>
|
| 92 | </dependency>
|
| 93 | <dependency>
|
| 94 | <groupId>org.json</groupId>
|
| 95 | <artifactId>json</artifactId>
|
| 96 | </dependency>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 97 | <dependency>
|
| 98 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
| 99 | <artifactId>jackson-dataformat-yaml</artifactId>
|
| 100 | <version>2.3.2</version>
|
| 101 | </dependency>
|
| 102 | <dependency>
|
| 103 | <groupId>org.yaml</groupId>
|
| 104 | <artifactId>snakeyaml</artifactId>
|
| 105 | <version>${snakeyaml.version}</version>
|
| 106 | </dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 107 | </dependencies>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 108 |
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 109 | <build>
|
| 110 | <plugins>
|
| 111 | <plugin>
|
| 112 | <groupId>org.apache.felix</groupId>
|
| 113 | <artifactId>maven-bundle-plugin</artifactId>
|
| 114 | <extensions>true</extensions>
|
| 115 | <configuration>
|
| 116 | <instructions>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 117 | <Bundle-SymbolicName>org.onap.appc.instar</Bundle-SymbolicName>
|
| 118 | <Bundle-Activator>org.onap.appc.instar.InstarClientActivator</Bundle-Activator>
|
| 119 | <Export-Package>org.onap.appc.instar</Export-Package>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 120 | <Import-Package>*</Import-Package>
|
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 121 | <Embed-Dependency>jackson-dataformat-yaml,snakeyaml</Embed-Dependency>
|
beili.zhou | 102df7f | 2017-08-29 16:26:56 -0400 | [diff] [blame] | 122 | <DynamicImport-Package>*</DynamicImport-Package>
|
| 123 | </instructions>
|
| 124 | <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
|
| 125 | </configuration>
|
| 126 | </plugin>
|
| 127 | </plugins>
|
| 128 | <pluginManagement>
|
| 129 | <plugins>
|
| 130 | </plugins>
|
| 131 | </pluginManagement>
|
| 132 | </build>
|
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 133 | </project>
|