blob: 5e4afcc674abede5d6170c6b976574c216456192 [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05002<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>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05004
Marcus G K Williams806052b2017-08-02 15:09:24 -07005 <parent>
Dan Timoney5de81962021-01-26 13:15:47 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
Dan Timoneyac0e0c92024-08-07 16:48:23 -04008 <version>2.8.0-SNAPSHOT</version>
Dan Timoney5de81962021-01-26 13:15:47 -05009 <relativePath/>
Marcus G K Williams806052b2017-08-02 15:09:24 -070010 </parent>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050011
12 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070013 <artifactId>resource-assignment-provider</artifactId>
Dan Timoneyac0e0c92024-08-07 16:48:23 -040014 <version>1.9.0-SNAPSHOT</version>
Marcus G K Williams806052b2017-08-02 15:09:24 -070015 <packaging>bundle</packaging>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050016
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050017 <name>ccsdk-sli-adaptors :: ${project.artifactId}</name>
Marcus G K Williams806052b2017-08-02 15:09:24 -070018 <url>http://maven.apache.org</url>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050019
Marcus G K Williams806052b2017-08-02 15:09:24 -070020 <properties>
21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22 </properties>
Dan Timoneya612cdd2020-03-05 11:51:01 -050023
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050024 <dependencyManagement>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050025 <dependencies>
26 <dependency>
27 <groupId>org.onap.ccsdk.sli.core</groupId>
28 <artifactId>sli-core-artifacts</artifactId>
29 <version>${project.version}</version>
30 <type>pom</type>
31 <scope>import</scope>
32 </dependency>
33 </dependencies>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050034 </dependencyManagement>
Marcus G K Williams806052b2017-08-02 15:09:24 -070035 <dependencies>
36 <dependency>
37 <groupId>junit</groupId>
38 <artifactId>junit</artifactId>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050039 <scope>test</scope>
Marcus G K Williams806052b2017-08-02 15:09:24 -070040 </dependency>
41 <dependency>
42 <groupId>org.springframework</groupId>
43 <artifactId>spring-test</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070044 <scope>test</scope>
45 </dependency>
46 <dependency>
47 <groupId>com.h2database</groupId>
48 <artifactId>h2</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070049 <scope>test</scope>
50 </dependency>
51 <dependency>
52 <groupId>org.onap.ccsdk.sli.core</groupId>
53 <artifactId>sli-common</artifactId>
Smokowski, Kevin (ks6305)f62f4182018-11-06 16:34:46 +000054 <scope>provided</scope>
Marcus G K Williams806052b2017-08-02 15:09:24 -070055 </dependency>
56 <dependency>
57 <groupId>org.onap.ccsdk.sli.core</groupId>
58 <artifactId>sli-provider</artifactId>
Smokowski, Kevin (ks6305)f62f4182018-11-06 16:34:46 +000059 <scope>provided</scope>
Marcus G K Williams806052b2017-08-02 15:09:24 -070060 </dependency>
61 <dependency>
62 <groupId>org.onap.ccsdk.sli.core</groupId>
63 <artifactId>dblib-provider</artifactId>
Smokowski, Kevin (ks6305)f62f4182018-11-06 16:34:46 +000064 <scope>provided</scope>
Marcus G K Williams806052b2017-08-02 15:09:24 -070065 </dependency>
66 <dependency>
67 <groupId>org.slf4j</groupId>
68 <artifactId>slf4j-api</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070069 </dependency>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050070
Marcus G K Williams806052b2017-08-02 15:09:24 -070071 <dependency>
Dan Timoney4d02e5b2017-09-19 19:06:17 -040072 <groupId>org.mariadb.jdbc</groupId>
73 <artifactId>mariadb-java-client</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070074 <type>jar</type>
75 <scope>runtime</scope>
76 </dependency>
77 <dependency>
78 <groupId>org.springframework</groupId>
79 <artifactId>spring-beans</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070080 </dependency>
81 <dependency>
82 <groupId>org.springframework</groupId>
83 <artifactId>spring-context</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070084 </dependency>
85 <dependency>
86 <groupId>org.springframework</groupId>
87 <artifactId>spring-jdbc</artifactId>
Marcus G K Williams806052b2017-08-02 15:09:24 -070088 </dependency>
89 </dependencies>
Dan Timoney5363b272017-07-18 20:23:07 -040090</project>