Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
Patrick Brady | 13c0353 | 2019-02-22 13:37:19 -0800 | [diff] [blame] | 6 | Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. |
Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 7 | ============================================================================= |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | --> |
| 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | 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 | |
| 25 | <parent> |
| 26 | <groupId>org.onap.appc.parent</groupId> |
| 27 | <artifactId>single-feature-parent</artifactId> |
Patrick Brady | 19ae780 | 2019-01-08 12:25:10 -0800 | [diff] [blame] | 28 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 29 | <relativePath /> |
| 30 | </parent> |
| 31 | |
| 32 | <groupId>org.onap.appc</groupId> |
| 33 | <artifactId>onap-appc-artifact-handler</artifactId> |
Patrick Brady | ccd67e9 | 2018-11-12 12:14:11 -0800 | [diff] [blame] | 34 | <version>1.5.0-SNAPSHOT</version> |
Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 35 | <packaging>feature</packaging> |
| 36 | |
| 37 | <name></name> |
| 38 | |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.opendaylight.controller</groupId> |
| 42 | <artifactId>odl-mdsal-broker</artifactId> |
| 43 | <type>xml</type> |
| 44 | <classifier>features</classifier> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>ccsdk-sli</artifactId> |
| 49 | <type>xml</type> |
| 50 | <classifier>features</classifier> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.openecomp.sdc.common</groupId> |
| 54 | <artifactId>openecomp-tosca-datatype</artifactId> |
| 55 | <version>${tosca.datatype.version}</version> |
Taka Cho | 52cf1a8 | 2019-03-13 14:40:15 -0400 | [diff] [blame^] | 56 | <exclusions> |
| 57 | <exclusion> |
| 58 | <groupId>com.fasterxml.jackson.core</groupId> |
| 59 | <artifactId>jackson-databind</artifactId> |
| 60 | </exclusion> |
| 61 | </exclusions> |
Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 62 | </dependency> |
Taka Cho | 52cf1a8 | 2019-03-13 14:40:15 -0400 | [diff] [blame^] | 63 | |
| 64 | <dependency> |
| 65 | <groupId>com.fasterxml.jackson.core</groupId> |
| 66 | <artifactId>jackson-databind</artifactId> |
| 67 | <version>2.8.11.3</version> |
| 68 | </dependency> |
| 69 | |
Patrick Brady | ca4f7e1 | 2018-08-13 22:38:26 -0700 | [diff] [blame] | 70 | <dependency> |
| 71 | <groupId>org.onap.appc</groupId> |
| 72 | <artifactId>appc-config-params-provider</artifactId> |
| 73 | <version>${project.version}</version> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.onap.appc</groupId> |
| 77 | <artifactId>appc-artifact-handler-model</artifactId> |
| 78 | <version>${project.version}</version> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.onap.appc</groupId> |
| 82 | <artifactId>appc-artifact-handler-provider</artifactId> |
| 83 | <version>${project.version}</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.onap.appc</groupId> |
| 87 | <artifactId>appc-yang-generator</artifactId> |
| 88 | <version>${project.version}</version> |
| 89 | </dependency> |
| 90 | </dependencies> |
| 91 | |
| 92 | <build> |
| 93 | <plugins> |
| 94 | <plugin> |
| 95 | <groupId>org.apache.karaf.tooling</groupId> |
| 96 | <artifactId>karaf-maven-plugin</artifactId> |
| 97 | <extensions>true</extensions> |
| 98 | <configuration> |
| 99 | <includeTransitiveDependency>false</includeTransitiveDependency> |
| 100 | <excludedArtifactIds> |
| 101 | <excludedArtifactId>slf4j-api</excludedArtifactId> |
| 102 | <excludedArtifactId>tomcat-jdbc</excludedArtifactId> |
| 103 | <excludedArtifactId>tomcat-juli</excludedArtifactId> |
| 104 | <excludedArtifactId>httpcore</excludedArtifactId> |
| 105 | <excludedArtifactId>httpclient</excludedArtifactId> |
| 106 | <excludedArtifactId>org.eclipse.osgi</excludedArtifactId> |
| 107 | |
| 108 | </excludedArtifactIds> |
| 109 | </configuration> |
| 110 | </plugin> |
| 111 | </plugins> |
| 112 | </build> |
| 113 | </project> |