Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 4 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 5 | <parent> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Dan Timoney | 000a7a0 | 2024-10-21 16:57:55 -0400 | [diff] [blame^] | 8 | <version>3.0.1-SNAPSHOT</version> |
Dan Timoney | 5de8196 | 2021-01-26 13:15:47 -0500 | [diff] [blame] | 9 | <relativePath/> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 10 | </parent> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 11 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 12 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 13 | <artifactId>aai-service-provider</artifactId> |
Dan Timoney | e477961 | 2024-10-03 16:10:21 -0400 | [diff] [blame] | 14 | <version>2.0.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 16 | |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-adaptors :: ${project.artifactId}</name> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 18 | |
Dan Timoney | 91423cf | 2022-11-14 16:39:14 -0500 | [diff] [blame] | 19 | <properties> |
| 20 | <jaxb-api.version>2.3.3</jaxb-api.version> |
| 21 | </properties> |
| 22 | |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 23 | <dependencyManagement> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 24 | <dependencies> |
| 25 | <dependency> |
| 26 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 27 | <artifactId>sli-core-artifacts</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 28 | <version>${project.version}</version> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 29 | <type>pom</type> |
| 30 | <scope>import</scope> |
| 31 | </dependency> |
| 32 | </dependencies> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 33 | </dependencyManagement> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 34 | <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 Timoney | de63cbb | 2022-07-21 08:25:58 -0400 | [diff] [blame] | 43 | <version>3.12.4</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 44 | <scope>test</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>sli-common</artifactId> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 49 | <scope>provided</scope> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 50 | </dependency> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 51 | <!-- let filters project deliver this to the karaf container --> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 52 | <dependency> |
Timoney, Dan (dt5972) | 91258ae | 2019-10-10 14:05:46 -0400 | [diff] [blame] | 53 | <groupId>org.onap.logging-analytics</groupId> |
| 54 | <artifactId>logging-filter-base</artifactId> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 55 | <scope>provided</scope> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 56 | </dependency> |
Timoney, Dan (dt5972) | 91258ae | 2019-10-10 14:05:46 -0400 | [diff] [blame] | 57 | <dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 58 | <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ürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 66 | <dependency> |
Dan Timoney | 4b27c15 | 2024-07-19 13:50:12 -0400 | [diff] [blame] | 67 | <groupId>jakarta.ws.rs</groupId> |
| 68 | <artifactId>jakarta.ws.rs-api</artifactId> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 69 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 70 | <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) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 90 | <dependency> |
| 91 | <groupId>org.jsoup</groupId> |
| 92 | <artifactId>jsoup</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 93 | <scope>test</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>org.springframework</groupId> |
| 97 | <artifactId>spring-core</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 98 | <scope>test</scope> |
| 99 | </dependency> |
Smokowski, Kevin (ks6305) | 5c6b200 | 2019-10-31 14:35:47 +0000 | [diff] [blame] | 100 | <dependency> |
| 101 | <groupId>org.apache.httpcomponents</groupId> |
| 102 | <artifactId>httpclient</artifactId> |
| 103 | </dependency> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 104 | <dependency> |
| 105 | <groupId>javax.xml.bind</groupId> |
Singal, Kapil (ks220y) | 94f4b9b | 2021-03-02 20:00:49 -0500 | [diff] [blame] | 106 | <artifactId>jaxb-api</artifactId> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 107 | </dependency> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame] | 108 | <dependency> |
| 109 | <groupId>javax.annotation</groupId> |
| 110 | <artifactId>javax.annotation-api</artifactId> |
| 111 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 112 | </dependencies> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 113 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 114 | <build> |
| 115 | <plugins> |
| 116 | <plugin> |
| 117 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 118 | <artifactId>maven-jaxb2-plugin</artifactId> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 119 | <version>0.14.0</version> |
Dan Timoney | 91423cf | 2022-11-14 16:39:14 -0500 | [diff] [blame] | 120 | <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) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 127 | <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 Rahimi | 297e657 | 2022-03-08 11:01:34 -0500 | [diff] [blame] | 138 | <value>aai_schema_v25.xsd</value> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 139 | </schemaIncludes> |
| 140 | <bindingIncludes> |
| 141 | <include>aai-schema-bindings.xjb</include> |
| 142 | </bindingIncludes> |
| 143 | <generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory> |
Hesam Rahimi | 297e657 | 2022-03-08 11:01:34 -0500 | [diff] [blame] | 144 | <generatePackage>org.onap.aai.inventory.v25</generatePackage> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 145 | <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) | 83559dd | 2019-11-05 18:16:50 +0000 | [diff] [blame] | 153 | <version>0.6.5</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 154 | </plugin> |
| 155 | </plugins> |
| 156 | </configuration> |
| 157 | </plugin> |
| 158 | </plugins> |
| 159 | </build> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 160 | </project> |