blob: 97bd7d013c064986ba9c35708eec5f47f3a6280c [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
Ryan Youngb6a8ebf2018-05-16 12:40:52 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -06007 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 Wonnell463f70e2018-01-12 10:00:59 -060021 -->
Patrick Brady57b5eef2017-02-10 15:00:49 -080022<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 Brady57b5eef2017-02-10 15:00:49 -080023 <modelVersion>4.0.0</modelVersion>
Patrick Brady7f383f92018-07-30 14:35:31 -070024 <parent>
25 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>binding-parent</artifactId>
27 <version>1.4.0-SNAPSHOT</version>
28 <relativePath />
29 </parent>
Patrick Brady07567592017-12-13 11:09:30 -080030 <groupId>org.onap.appc</groupId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080031 <artifactId>appc-metric-bundle</artifactId>
32 <packaging>bundle</packaging>
33
34 <name>appc-metric-bundle Bundle</name>
35 <description>appc-metric-bundle OSGi bundle project.</description>
36
37 <dependencies>
38 <dependency>
39 <groupId>org.osgi</groupId>
40 <artifactId>org.osgi.core</artifactId>
41 <version>4.2.0</version>
42 <scope>provided</scope>
43 </dependency>
44 <dependency>
Patrick Brady7f383f92018-07-30 14:35:31 -070045 <groupId>org.onap.appc</groupId>
46 <artifactId>appc-common-bundle</artifactId>
47 <version>${project.version}</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -080048 </dependency>
49 <dependency>
50 <groupId>junit</groupId>
51 <artifactId>junit</artifactId>
52 <version>4.11</version>
53 <scope>test</scope>
54 </dependency>
55 <dependency>
56 <groupId>org.mockito</groupId>
57 <artifactId>mockito-core</artifactId>
58 <version>1.10.19</version>
59 </dependency>
60 <dependency>
61 <groupId>org.powermock</groupId>
Patrick Brady76706002017-09-04 21:37:25 -070062 <artifactId>powermock-api-mockito</artifactId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080063 <scope>test</scope>
64 </dependency>
65 <dependency>
66 <groupId>org.hamcrest</groupId>
67 <artifactId>hamcrest-core</artifactId>
68 <version>1.3</version>
69 </dependency>
70 <dependency>
71 <groupId>org.objenesis</groupId>
72 <artifactId>objenesis</artifactId>
73 <version>2.2</version>
74 </dependency>
75 <dependency>
Patrick Brady57b5eef2017-02-10 15:00:49 -080076 <groupId>org.powermock</groupId>
77 <artifactId>powermock-module-junit4</artifactId>
Patrick Brady76706002017-09-04 21:37:25 -070078 <version>1.6.4</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -080079 <scope>test</scope>
80 </dependency>
81 </dependencies>
82
83 <build>
84 <plugins>
85 <plugin>
86 <groupId>org.apache.felix</groupId>
87 <artifactId>maven-bundle-plugin</artifactId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080088 <extensions>true</extensions>
89 <configuration>
90 <instructions>
91 <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
92 <Bundle-Version>${project.version}</Bundle-Version>
Patrick Brady07567592017-12-13 11:09:30 -080093 <Bundle-Activator>org.onap.appc.MetricActivator</Bundle-Activator>
Patrick Brady57b5eef2017-02-10 15:00:49 -080094 <Embed-Dependency>appc-common,eelf-core,logback-core,logback-classic,appc-data-lib;scope=compile|runtime;inline=false</Embed-Dependency>
95 <Embed-Transitive>true</Embed-Transitive>
Patrick Brady07567592017-12-13 11:09:30 -080096 <Export-Service>org.onap.appc.metricservice.impl.MetricServiceImpl,org.onap.appc.metricservice.MetricService,org.onap.appc.metricservice.policy.*,org.onap.appc.metricservice.metric.*</Export-Service>
Ryan Youngb6a8ebf2018-05-16 12:40:52 -040097 <Export-Package>org.onap.appc.metricservice,org.onap.appc.metricservice.impl,org.onap.appc.metricservice.policy,org.onap.appc.metricservice.publisher,org.onap.appc.metricservice.metric</Export-Package>
Patrick Brady76706002017-09-04 21:37:25 -070098 <Import-Package>!groovy.lang,!javax.*,!org.apache.log,!org.apache.log4j.*,!org.codehaus.jackson.*,!org.codehaus.jackson.map.*,!org.codehaus.commons.compiler,!org.codehaus.groovy.*,!org.apache.commons.lang3,!org.codehaus.janino,!org.jasypt.*,!com.ibm.icu.*,!com.sun.faces.*,*;resolution:=optional</Import-Package>
Patrick Brady57b5eef2017-02-10 15:00:49 -080099 </instructions>
100 </configuration>
101 </plugin>
102 </plugins>
103 </build>
104
105</project>