Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
John McClung | 3a78edb | 2018-06-13 17:17:15 -0400 | [diff] [blame] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 7 | Copyright (C) 2017 Amdocs |
| 8 | ================================================================================ |
| 9 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 10 | you may not use this file except in compliance with the License. |
| 11 | You may obtain a copy of the License at |
| 12 | |
| 13 | http://www.apache.org/licenses/LICENSE-2.0 |
| 14 | |
| 15 | Unless required by applicable law or agreed to in writing, software |
| 16 | distributed under the License is distributed on an "AS IS" BASIS, |
| 17 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 18 | See the License for the specific language governing permissions and |
| 19 | limitations under the License. |
| 20 | ============LICENSE_END========================================================= |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 21 | --> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 22 | <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"> |
| 23 | |
| 24 | <!-- |
| 25 | |
| 26 | Licensed to the Apache Software Foundation (ASF) under one or more |
| 27 | contributor license agreements. See the NOTICE file distributed with |
| 28 | this work for additional information regarding copyright ownership. |
| 29 | The ASF licenses this file to You under the Apache License, Version 2.0 |
| 30 | (the "License"); you may not use this file except in compliance with |
| 31 | the License. You may obtain a copy of the License at |
| 32 | |
| 33 | http://www.apache.org/licenses/LICENSE-2.0 |
| 34 | |
| 35 | Unless required by applicable law or agreed to in writing, software |
| 36 | distributed under the License is distributed on an "AS IS" BASIS, |
| 37 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 38 | See the License for the specific language governing permissions and |
| 39 | limitations under the License. |
| 40 | --> |
| 41 | |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 42 | <parent> |
Patrick Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 43 | <groupId>org.onap.appc.parent</groupId> |
| 44 | <artifactId>binding-parent</artifactId> |
Patrick Brady | 9d38008 | 2018-10-09 11:32:38 -0700 | [diff] [blame^] | 45 | <version>1.4.0</version> |
Patrick Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 46 | <relativePath /> |
beili.zhou | fe0e989 | 2017-08-10 14:54:42 -0400 | [diff] [blame] | 47 | </parent> |
| 48 | |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 49 | <modelVersion>4.0.0</modelVersion> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 50 | <artifactId>appc-lifecycle-management-core</artifactId> |
Patrick Brady | b4e7e11 | 2018-08-07 11:44:12 -0700 | [diff] [blame] | 51 | <groupId>org.onap.appc</groupId> |
| 52 | <version>1.4.0-SNAPSHOT</version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 53 | <packaging>bundle</packaging> |
| 54 | |
| 55 | <name>appc-lifecycle-management-core Bundle</name> |
| 56 | <description>appc-lifecycle-management-core OSGi bundle project.</description> |
| 57 | |
| 58 | <dependencies> |
| 59 | <dependency> |
Dilip kumar Pampana | 14ee9cc | 2018-01-10 10:26:15 -0500 | [diff] [blame] | 60 | <groupId>junit</groupId> |
| 61 | <artifactId>junit</artifactId> |
| 62 | </dependency> |
| 63 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 64 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 65 | <artifactId>appc-lifecycle-management-api</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 69 | <groupId>org.onap.appc</groupId> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 70 | <artifactId>state-machine-lib</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 74 | <groupId>ch.qos.logback</groupId> |
| 75 | <artifactId>logback-classic</artifactId> |
| 76 | <version>${logback.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 79 | <groupId>com.att.eelf</groupId> |
| 80 | <artifactId>eelf-core</artifactId> |
Patrick Brady | 28da502 | 2018-09-17 12:52:55 -0700 | [diff] [blame] | 81 | <exclusions> |
| 82 | <exclusion> |
| 83 | <groupId>ch.qos.logback</groupId> |
| 84 | <artifactId>logback-classic</artifactId> |
| 85 | </exclusion> |
| 86 | </exclusions> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 87 | </dependency> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 88 | </dependencies> |
| 89 | |
| 90 | <build> |
| 91 | <plugins> |
| 92 | <plugin> |
| 93 | <groupId>org.apache.felix</groupId> |
| 94 | <artifactId>maven-bundle-plugin</artifactId> |
| 95 | <configuration> |
| 96 | <instructions> |
| 97 | <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> |
| 98 | <Bundle-Version>${project.version}</Bundle-Version> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 99 | <Embed-Transitive>true</Embed-Transitive> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 100 | <Export-Service>org.onap.appc.lifecyclemanager.LifecycleManager</Export-Service> |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 101 | <Import-Package> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 102 | org.onap.appc.lifecyclemanager.*, |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 103 | *;resolution:=optional |
| 104 | </Import-Package> |
Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [diff] [blame] | 105 | </instructions> |
| 106 | </configuration> |
| 107 | </plugin> |
| 108 | </plugins> |
| 109 | </build> |
| 110 | |
| 111 | </project> |