blob: 7f5ac8074270fb1d3917a4c6a2904844226181be [file] [log] [blame]
Dan Timoney131cb462018-02-01 16:57:00 -05001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -05002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
Dan Timoney2a93b9d2017-07-18 19:40:01 -04005
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -05006 <parent>
7 <groupId>org.onap.ccsdk.parent</groupId>
8 <artifactId>binding-parent</artifactId>
Timoney, Dan (dt5972)1a717792018-06-06 13:44:30 -04009 <version>1.1.0-SNAPSHOT</version>
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050010 <relativePath />
11 </parent>
Dan Timoney2a93b9d2017-07-18 19:40:01 -040012
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050013 <groupId>org.onap.ccsdk.sli.core</groupId>
14 <artifactId>sli-common</artifactId>
Timoney, Dan (dt5972)1a717792018-06-06 13:44:30 -040015 <version>0.3.0-SNAPSHOT</version>
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050016 <packaging>bundle</packaging>
Dan Timoney2a93b9d2017-07-18 19:40:01 -040017
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050018 <name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
19 <description>The SLI Common package includes common classes used by the various SLI subcomponents, as well as classes used by clients to interface with the service logic interpreter</description>
Dan Timoney2a93b9d2017-07-18 19:40:01 -040020
Timoney, Dan (dt5972)a0ab49e2018-03-24 19:11:10 -040021 <properties>
22 <!-- Ignore deprecated classes in coverage counts -->
23 <sonar.coverage.exclusions>**/MessageWriter.java</sonar.coverage.exclusions>
24
25 </properties>
26
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050027 <dependencyManagement>
28 <dependencies>
29 <dependency>
30 <groupId>org.opendaylight.controller</groupId>
31 <artifactId>mdsal-artifacts</artifactId>
32 <version>1.6.1</version>
33 <type>pom</type>
34 <scope>import</scope>
35 </dependency>
36 </dependencies>
37 </dependencyManagement>
38 <dependencies>
39 <dependency>
Timoney, Dan (dt5972)a0ab49e2018-03-24 19:11:10 -040040 <groupId>org.apache.derby</groupId>
41 <artifactId>derby</artifactId>
42 <version>10.11.1.1</version>
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050043 <scope>test</scope>
44 </dependency>
45 <dependency>
46 <groupId>org.antlr</groupId>
47 <artifactId>antlr4-runtime</artifactId>
48 <version>${antlr.version}</version>
49 </dependency>
50 <dependency>
51 <groupId>org.slf4j</groupId>
52 <artifactId>slf4j-api</artifactId>
53 <version>${slf4j.version}</version>
54 </dependency>
55 <dependency>
56 <groupId>org.slf4j</groupId>
57 <artifactId>slf4j-simple</artifactId>
58 <version>1.7.5</version>
59 <scope>compile</scope>
60 </dependency>
61 <dependency>
62 <groupId>org.apache.commons</groupId>
63 <artifactId>commons-lang3</artifactId>
64 <version>${commons.lang3.version}</version>
65 </dependency>
66 <dependency>
67 <groupId>equinoxSDK381</groupId>
68 <artifactId>org.eclipse.osgi</artifactId>
69 <version>${equinox.osgi.version}</version>
70 </dependency>
71 <dependency>
72 <groupId>org.mariadb.jdbc</groupId>
73 <artifactId>mariadb-java-client</artifactId>
74 <version>${mariadb.connector.version}</version>
75 <type>jar</type>
76 <scope>compile</scope>
77 </dependency>
78 <dependency>
79 <groupId>org.onap.ccsdk.sli.core</groupId>
80 <artifactId>dblib-provider</artifactId>
Timoney, Dan (dt5972)800db972018-04-18 02:22:24 -040081 <version>${project.version}</version>
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -050082 </dependency>
83 <dependency>
84 <groupId>org.onap.ccsdk.sli.core</groupId>
85 <artifactId>sli-model</artifactId>
86 <version>${project.version}</version>
87 <scope>test</scope>
88 </dependency>
89 <dependency>
90 <groupId>org.opendaylight.mdsal.model</groupId>
91 <artifactId>ietf-inet-types</artifactId>
92 </dependency>
93 <dependency>
94 <groupId>org.opendaylight.mdsal.model</groupId>
95 <artifactId>ietf-yang-types</artifactId>
96 </dependency>
97 <dependency>
98 <groupId>org.opendaylight.controller</groupId>
99 <artifactId>sal-core-api</artifactId>
100 </dependency>
Dan Timoney131cb462018-02-01 16:57:00 -0500101
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -0500102 <dependency>
103 <groupId>org.opendaylight.controller</groupId>
104 <artifactId>sal-binding-api</artifactId>
105 </dependency>
Dan Timoney131cb462018-02-01 16:57:00 -0500106
Timoney, Dan (dt5972)5e0f12e2018-03-21 19:15:29 -0400107 <dependency>
108 <groupId>com.att.eelf</groupId>
109 <artifactId>eelf-core</artifactId>
110 </dependency>
111
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -0500112 <!-- Testing Dependencies -->
113 <dependency>
114 <groupId>junit</groupId>
115 <artifactId>junit</artifactId>
116 <scope>test</scope>
117 </dependency>
Dan Timoney131cb462018-02-01 16:57:00 -0500118
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -0500119 <dependency>
120 <groupId>org.mockito</groupId>
121 <artifactId>mockito-core</artifactId>
122 <scope>test</scope>
123 </dependency>
124 </dependencies>
Dan Timoney131cb462018-02-01 16:57:00 -0500125
Timoney, Dan (dt5972)feb6e302018-03-01 17:18:50 -0500126 <build>
127 <plugins>
128 <plugin>
129 <groupId>org.antlr</groupId>
130 <artifactId>antlr4-maven-plugin</artifactId>
131 <version>${antlr.version}</version>
132 <executions>
133 <execution>
134 <configuration>
135 <sourceDirectory>${basedir}/src/main/antlr4</sourceDirectory>
136 <outputDirectory>${project.basedir}/src/main/java/</outputDirectory>
137 </configuration>
138 <id>antlr</id>
139 <goals>
140 <goal>antlr4</goal>
141 </goals>
142 </execution>
143 </executions>
144 </plugin>
145 </plugins>
146 </build>
Dan Timoney2a93b9d2017-07-18 19:40:01 -0400147</project>