blob: ee0a3dc141e6d55a50b29fc0b8cf9f6f1e9cfc53 [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
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">
Marcus G K Williams806052b2017-08-02 15:09:24 -07003 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
6 <artifactId>mdsal-resource</artifactId>
Dan Timoney4b4fa3e2017-08-14 14:54:46 -04007 <version>0.1.0-SNAPSHOT</version>
Marcus G K Williams806052b2017-08-02 15:09:24 -07008 </parent>
9 <artifactId>mdsal-resource-provider</artifactId>
10 <packaging>bundle</packaging>
11 <name>MD-SAL Resource Adaptor - Provider</name>
12 <url>http://maven.apache.org</url>
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16 <dependencies>
Dan Timoney5363b272017-07-18 20:23:07 -040017
Marcus G K Williams806052b2017-08-02 15:09:24 -070018 <dependency>
19 <groupId>junit</groupId>
20 <artifactId>junit</artifactId>
21 <version>3.8.1</version>
22 <scope>test</scope>
23 </dependency>
24 <dependency>
25 <groupId>org.onap.ccsdk.sli.core</groupId>
26 <artifactId>sli-common</artifactId>
27 <version>${sdnctl.sli.version}</version>
28 <scope>compile</scope>
29 </dependency>
30 <dependency>
31 <groupId>org.onap.ccsdk.sli.core</groupId>
32 <artifactId>sli-provider</artifactId>
33 <version>${sdnctl.sli.version}</version>
34 <scope>compile</scope>
35 </dependency>
36 <dependency>
37 <groupId>equinoxSDK381</groupId>
38 <artifactId>org.eclipse.osgi</artifactId>
39 <version>${equinox.osgi.version}</version>
40 </dependency>
41 <dependency>
42 <groupId>org.slf4j</groupId>
43 <artifactId>slf4j-api</artifactId>
44 <version>${slf4j.version}</version>
45 </dependency>
46 <dependency>
47 <groupId>org.slf4j</groupId>
48 <artifactId>jcl-over-slf4j</artifactId>
49 <version>${slf4j.version}</version>
50 </dependency>
51 <dependency>
52 <groupId>commons-codec</groupId>
53 <artifactId>commons-codec</artifactId>
54 <version>${commons.codec.version}</version>
55 </dependency>
Dan Timoneyd0c9e062017-10-03 08:42:05 -040056 <dependency>
57 <groupId>org.testng</groupId>
58 <artifactId>testng</artifactId>
59 <version>6.11</version>
60 <scope>test</scope>
61 </dependency>
62 <dependency>
63 <groupId>org.mockito</groupId>
64 <artifactId>mockito-core</artifactId>
65 <version>${mockito.version}</version>
66 <scope>test</scope>
67 </dependency>
Marcus G K Williams806052b2017-08-02 15:09:24 -070068 </dependencies>
Dan Timoney5363b272017-07-18 20:23:07 -040069
Marcus G K Williams806052b2017-08-02 15:09:24 -070070 <build>
71 <plugins>
Dan Timoney5363b272017-07-18 20:23:07 -040072
Marcus G K Williams806052b2017-08-02 15:09:24 -070073 <plugin>
74 <groupId>org.apache.felix</groupId>
75 <artifactId>maven-bundle-plugin</artifactId>
76 <version>${bundle.plugin.version}</version>
77 <extensions>true</extensions>
78 <configuration>
79 <instructions>
Marcus G K Williams44856662017-08-15 19:13:35 -070080 <Bundle-SymbolicName>org.onap.ccsdk.sli.adaptors.resource.mdsal</Bundle-SymbolicName>
81 <Bundle-Activator>org.onap.ccsdk.sli.adaptors.resource.mdsal.MdsalResourceActivator</Bundle-Activator>
82 <Export-Package>org.onap.ccsdk.sli.adaptors.resource.mdsal</Export-Package>
83 <Import-Package>org.onap.ccsdk.sli.adaptors.*,org.osgi.framework.*,org.slf4j.*,com.mysql.jdbc.*</Import-Package>
Marcus G K Williams806052b2017-08-02 15:09:24 -070084 <!-- <Embed-Dependency>*;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mysql-connector-java|xml-apis</Embed-Dependency> -->
85 <Import-Package>*</Import-Package>
86 <Embed-Transitive>true</Embed-Transitive>
87 </instructions>
Dan Timoney5363b272017-07-18 20:23:07 -040088
89
Marcus G K Williams806052b2017-08-02 15:09:24 -070090 </configuration>
Dan Timoney5363b272017-07-18 20:23:07 -040091
Marcus G K Williams806052b2017-08-02 15:09:24 -070092 </plugin>
Dan Timoney5363b272017-07-18 20:23:07 -040093
94
Marcus G K Williams806052b2017-08-02 15:09:24 -070095 </plugins>
96 <pluginManagement>
97 <plugins>
98 <!--This plugin's configuration is used to store Eclipse m2e settings
99 only. It has no influence on the Maven build itself. -->
100 <plugin>
101 <groupId>org.eclipse.m2e</groupId>
102 <artifactId>lifecycle-mapping</artifactId>
103 <version>1.0.0</version>
104 <configuration>
105 <lifecycleMappingMetadata>
106 <pluginExecutions>
107 <pluginExecution>
108 <pluginExecutionFilter>
109 <groupId>
110 com.brocade.developer
111 </groupId>
112 <artifactId>
113 providermodule-plugin
114 </artifactId>
115 <versionRange>
116 [1.2.0.100-SNAPSHOT,)
117 </versionRange>
118 <goals>
119 <goal>process</goal>
120 </goals>
121 </pluginExecutionFilter>
122 <action>
123 <ignore />
124 </action>
125 </pluginExecution>
126 </pluginExecutions>
127 </lifecycleMappingMetadata>
128 </configuration>
129 </plugin>
130 </plugins>
131 </pluginManagement>
132 </build>
Dan Timoney5363b272017-07-18 20:23:07 -0400133</project>