Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 3 | |
| 4 | <!-- Licensed to the Apache Software Foundation (ASF) under one or more |
| 5 | contributor license agreements. See the NOTICE file distributed with this |
| 6 | work for additional information regarding copyright ownership. The ASF licenses |
| 7 | this file to You under the Apache License, Version 2.0 (the "License"); you |
| 8 | may not use this file except in compliance with the License. You may obtain |
| 9 | a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless |
| 10 | required by applicable law or agreed to in writing, software distributed |
| 11 | under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES |
| 12 | OR CONDITIONS OF ANY KIND, either express or implied. See the License for |
| 13 | the specific language governing permissions and limitations under the License. --> |
| 14 | |
| 15 | <modelVersion>4.0.0</modelVersion> |
| 16 | <parent> |
| 17 | <groupId>org.openecomp.appc</groupId> |
| 18 | <artifactId>appc-request-handler</artifactId> |
Patrick Brady | ed9fd62 | 2017-11-07 11:59:14 -0800 | [diff] [blame^] | 19 | <version>1.2.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 20 | </parent> |
| 21 | <artifactId>appc-request-handler-core</artifactId> |
| 22 | <packaging>bundle</packaging> |
| 23 | |
| 24 | <name>appc-request-handler-core Bundle</name> |
| 25 | <description>appc-request-handler-core OSGi bundle project.</description> |
| 26 | |
| 27 | <dependencies> |
| 28 | <dependency> |
| 29 | <groupId>org.openecomp.appc</groupId> |
| 30 | <artifactId>appc-common</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.openecomp.appc</groupId> |
| 35 | <artifactId>appc-metric-bundle</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.openecomp.appc</groupId> |
| 40 | <artifactId>appc-dmaap-adapter-bundle</artifactId> |
| 41 | <version>${project.version}</version> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 42 | <scope>provided</scope> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.openecomp.appc</groupId> |
| 46 | <artifactId>appc-message-adapter-api</artifactId> |
| 47 | <version>${project.version}</version> |
| 48 | <scope>provided</scope> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.openecomp.appc</groupId> |
| 52 | <artifactId>appc-message-adapter-factory</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | <scope>provided</scope> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 55 | </dependency> |
| 56 | |
| 57 | <dependency> |
| 58 | <groupId>org.openecomp.appc</groupId> |
| 59 | <artifactId>appc-command-executor-api</artifactId> |
| 60 | <version>${project.version}</version> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>org.openecomp.appc</groupId> |
| 64 | <artifactId>appc-workflow-management-api</artifactId> |
| 65 | <version>${project.version}</version> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>org.openecomp.appc</groupId> |
| 69 | <artifactId>appc-request-handler-api</artifactId> |
| 70 | <version>${project.version}</version> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.openecomp.appc</groupId> |
| 74 | <artifactId>execution-queue-management-lib</artifactId> |
| 75 | <version>${project.version}</version> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.openecomp.appc</groupId> |
| 79 | <artifactId>appc-lifecycle-management-api</artifactId> |
| 80 | <version>${project.version}</version> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.openecomp.appc</groupId> |
| 84 | <artifactId>appc-data-access-lib</artifactId> |
| 85 | <version>${project.version}</version> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.openecomp.appc</groupId> |
| 89 | <artifactId>lock-manager-api</artifactId> |
| 90 | <version>${project.version}</version> |
| 91 | </dependency> |
| 92 | |
| 93 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 94 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 95 | <artifactId>aai-service-provider</artifactId> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>org.openecomp.appc</groupId> |
| 99 | <artifactId>domain-model-lib</artifactId> |
| 100 | <version>${project.version}</version> |
| 101 | </dependency> |
| 102 | <dependency> |
| 103 | <groupId>org.openecomp.appc</groupId> |
| 104 | <artifactId>appc-provider-model</artifactId> |
| 105 | <version>${project.version}</version> |
| 106 | </dependency> |
| 107 | <dependency> |
| 108 | <groupId>org.openecomp.appc</groupId> |
| 109 | <artifactId>transaction-recorder</artifactId> |
| 110 | <version>${project.version}</version> |
| 111 | </dependency> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 112 | <dependency> |
| 113 | <groupId>equinoxSDK381</groupId> |
| 114 | <artifactId>org.eclipse.osgi</artifactId> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 117 | </dependencies> |
| 118 | |
| 119 | <build> |
| 120 | <plugins> |
| 121 | <plugin> |
| 122 | <groupId>org.apache.felix</groupId> |
| 123 | <artifactId>maven-bundle-plugin</artifactId> |
| 124 | <configuration> |
| 125 | <instructions> |
| 126 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 127 | <Bundle-Version>${project.version}</Bundle-Version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 128 | <Export-Service>org.openecomp.appc.requesthandler.RequestHandler</Export-Service> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 129 | <Import-Package> |
| 130 | org.openecomp.appc.adapter.messaging.*, |
| 131 | org.openecomp.appc.adapter.message.*, |
| 132 | org.openecomp.appc.adapter.factory.*, |
| 133 | org.openecomp.appc.lockmanager.api.*,org.openecomp.appc.requesthandler,org.openecomp.appc.requesthandler.objects,org.openecomp.appc.transactionrecorder, |
| 134 | org.openecomp.appc.transactionrecorder.objects, org.openecomp.appc.dao.util, |
| 135 | *;resolution:=optional |
| 136 | </Import-Package> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 137 | </instructions> |
| 138 | </configuration> |
| 139 | </plugin> |
| 140 | </plugins> |
| 141 | </build> |
| 142 | |
| 143 | </project> |