blob: 7e0212f96772410fa3dff7adc7edc1d0bc8cbb11 [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">
3 <modelVersion>4.0.0</modelVersion>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -05004
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -05005 <parent>
Dan Timoney5de81962021-01-26 13:15:47 -05006 <groupId>org.onap.ccsdk.parent</groupId>
7 <artifactId>binding-parent</artifactId>
Dan Timoney000a7a02024-10-21 16:57:55 -04008 <version>3.0.1-SNAPSHOT</version>
Dan Timoney5de81962021-01-26 13:15:47 -05009 <relativePath/>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050010 </parent>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -050011
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050012 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
13 <artifactId>aai-service-provider</artifactId>
Dan Timoneye4779612024-10-03 16:10:21 -040014 <version>2.0.1-SNAPSHOT</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050015 <packaging>bundle</packaging>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -050016
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050017 <name>ccsdk-sli-adaptors :: ${project.artifactId}</name>
Dan Timoney1dc3bcf2018-02-15 16:13:28 -050018
Dan Timoney91423cf2022-11-14 16:39:14 -050019 <properties>
20 <jaxb-api.version>2.3.3</jaxb-api.version>
21 </properties>
22
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050023 <dependencyManagement>
Michael Dürre22649c92020-08-19 10:55:45 +020024 <dependencies>
25 <dependency>
26 <groupId>org.onap.ccsdk.sli.core</groupId>
27 <artifactId>sli-core-artifacts</artifactId>
Dan Timoneybe5662d2020-12-07 12:23:05 -050028 <version>${project.version}</version>
Michael Dürre22649c92020-08-19 10:55:45 +020029 <type>pom</type>
30 <scope>import</scope>
31 </dependency>
32 </dependencies>
Timoney, Dan (dt5972)f200a722019-01-03 16:24:22 -050033 </dependencyManagement>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050034 <dependencies>
35 <dependency>
36 <groupId>junit</groupId>
37 <artifactId>junit</artifactId>
38 <scope>test</scope>
39 </dependency>
40 <dependency>
41 <groupId>org.mockito</groupId>
42 <artifactId>mockito-core</artifactId>
Dan Timoneyde63cbb2022-07-21 08:25:58 -040043 <version>3.12.4</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050044 <scope>test</scope>
45 </dependency>
46 <dependency>
47 <groupId>org.onap.ccsdk.sli.core</groupId>
48 <artifactId>sli-common</artifactId>
Smokowski, Kevin (ks6305)441e0ff2019-10-18 19:22:00 +000049 <scope>provided</scope>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050050 </dependency>
Smokowski, Kevin (ks6305)441e0ff2019-10-18 19:22:00 +000051 <!-- let filters project deliver this to the karaf container -->
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050052 <dependency>
Timoney, Dan (dt5972)91258ae2019-10-10 14:05:46 -040053 <groupId>org.onap.logging-analytics</groupId>
54 <artifactId>logging-filter-base</artifactId>
Dan Timoneya612cdd2020-03-05 11:51:01 -050055 <scope>provided</scope>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -050056 </dependency>
Timoney, Dan (dt5972)91258ae2019-10-10 14:05:46 -040057 <dependency>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050058 <groupId>org.osgi</groupId>
59 <artifactId>org.osgi.core</artifactId>
60 <scope>provided</scope>
61 </dependency>
62 <dependency>
63 <groupId>org.slf4j</groupId>
64 <artifactId>slf4j-api</artifactId>
65 </dependency>
Michael Dürre22649c92020-08-19 10:55:45 +020066 <dependency>
Dan Timoney4b27c152024-07-19 13:50:12 -040067 <groupId>jakarta.ws.rs</groupId>
68 <artifactId>jakarta.ws.rs-api</artifactId>
Michael Dürre22649c92020-08-19 10:55:45 +020069 </dependency>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050070 <dependency>
71 <groupId>com.fasterxml.jackson.core</groupId>
72 <artifactId>jackson-databind</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>com.fasterxml.jackson.module</groupId>
76 <artifactId>jackson-module-jaxb-annotations</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>com.fasterxml.jackson.core</groupId>
80 <artifactId>jackson-annotations</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>com.fasterxml.jackson.core</groupId>
84 <artifactId>jackson-core</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>commons-lang</groupId>
88 <artifactId>commons-lang</artifactId>
89 </dependency>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050090 <dependency>
91 <groupId>org.jsoup</groupId>
92 <artifactId>jsoup</artifactId>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050093 <scope>test</scope>
94 </dependency>
95 <dependency>
96 <groupId>org.springframework</groupId>
97 <artifactId>spring-core</artifactId>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -050098 <scope>test</scope>
99 </dependency>
Smokowski, Kevin (ks6305)5c6b2002019-10-31 14:35:47 +0000100 <dependency>
101 <groupId>org.apache.httpcomponents</groupId>
102 <artifactId>httpclient</artifactId>
103 </dependency>
Michael Dürre22649c92020-08-19 10:55:45 +0200104 <dependency>
105 <groupId>javax.xml.bind</groupId>
Singal, Kapil (ks220y)94f4b9b2021-03-02 20:00:49 -0500106 <artifactId>jaxb-api</artifactId>
Michael Dürre22649c92020-08-19 10:55:45 +0200107 </dependency>
Michael DÜrre56c27da2021-01-18 05:41:16 +0100108 <dependency>
109 <groupId>javax.annotation</groupId>
110 <artifactId>javax.annotation-api</artifactId>
111 </dependency>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500112 </dependencies>
Dan Timoney5363b272017-07-18 20:23:07 -0400113
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500114 <build>
115 <plugins>
116 <plugin>
117 <groupId>org.jvnet.jaxb2.maven2</groupId>
118 <artifactId>maven-jaxb2-plugin</artifactId>
Dan Timoneya612cdd2020-03-05 11:51:01 -0500119 <version>0.14.0</version>
Dan Timoney91423cf2022-11-14 16:39:14 -0500120 <dependencies>
121 <dependency>
122 <groupId>org.glassfish.jaxb</groupId>
123 <artifactId>jaxb-runtime</artifactId>
124 <version>${jaxb-api.version}</version>
125 </dependency>
126 </dependencies>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500127 <executions>
128 <execution>
129 <id>gen-xjc</id>
130 <goals>
131 <goal>generate</goal>
132 </goals>
133 </execution>
134 </executions>
135 <configuration>
136 <schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory>
137 <schemaIncludes>
Hesam Rahimi297e6572022-03-08 11:01:34 -0500138 <value>aai_schema_v25.xsd</value>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500139 </schemaIncludes>
140 <bindingIncludes>
141 <include>aai-schema-bindings.xjb</include>
142 </bindingIncludes>
143 <generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory>
Hesam Rahimi297e6572022-03-08 11:01:34 -0500144 <generatePackage>org.onap.aai.inventory.v25</generatePackage>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500145 <extension>true</extension>
146 <args>
147 <arg>-Xannotate</arg>
148 </args>
149 <plugins>
150 <plugin>
151 <groupId>org.jvnet.jaxb2_commons</groupId>
152 <artifactId>jaxb2-basics-annotate</artifactId>
Agarwal, Ruchira (ra1926)83559dd2019-11-05 18:16:50 +0000153 <version>0.6.5</version>
Timoney, Dan (dt5972)21ec6552019-01-08 12:14:12 -0500154 </plugin>
155 </plugins>
156 </configuration>
157 </plugin>
158 </plugins>
159 </build>
Dan Timoney5363b272017-07-18 20:23:07 -0400160</project>