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> |
| 8 | <version>2.1.1-SNAPSHOT</version> |
| 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 | 8f2fcda | 2020-12-02 07:48:49 -0500 | [diff] [blame] | 14 | <version>1.2.0-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 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-adaptors :: aai-service :: ${project.artifactId}</name> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 18 | |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 19 | <dependencyManagement> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 20 | <dependencies> |
| 21 | <dependency> |
| 22 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 23 | <artifactId>sli-core-artifacts</artifactId> |
Dan Timoney | be5662d | 2020-12-07 12:23:05 -0500 | [diff] [blame] | 24 | <version>${project.version}</version> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 25 | <type>pom</type> |
| 26 | <scope>import</scope> |
| 27 | </dependency> |
| 28 | </dependencies> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 29 | </dependencyManagement> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 30 | <dependencies> |
| 31 | <dependency> |
| 32 | <groupId>junit</groupId> |
| 33 | <artifactId>junit</artifactId> |
| 34 | <scope>test</scope> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>org.mockito</groupId> |
| 38 | <artifactId>mockito-core</artifactId> |
| 39 | <scope>test</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 43 | <artifactId>sli-common</artifactId> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 44 | <scope>provided</scope> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 45 | </dependency> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 46 | <!-- let filters project deliver this to the karaf container --> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 47 | <dependency> |
Timoney, Dan (dt5972) | 91258ae | 2019-10-10 14:05:46 -0400 | [diff] [blame] | 48 | <groupId>org.onap.logging-analytics</groupId> |
| 49 | <artifactId>logging-filter-base</artifactId> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 50 | <scope>provided</scope> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 51 | </dependency> |
Timoney, Dan (dt5972) | 91258ae | 2019-10-10 14:05:46 -0400 | [diff] [blame] | 52 | <dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 53 | <groupId>org.osgi</groupId> |
| 54 | <artifactId>org.osgi.core</artifactId> |
| 55 | <scope>provided</scope> |
| 56 | </dependency> |
| 57 | <dependency> |
| 58 | <groupId>org.slf4j</groupId> |
| 59 | <artifactId>slf4j-api</artifactId> |
| 60 | </dependency> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 61 | <dependency> |
| 62 | <groupId>javax.ws.rs</groupId> |
| 63 | <artifactId>javax.ws.rs-api</artifactId> |
| 64 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>com.fasterxml.jackson.core</groupId> |
| 67 | <artifactId>jackson-databind</artifactId> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>com.fasterxml.jackson.module</groupId> |
| 71 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>com.fasterxml.jackson.core</groupId> |
| 75 | <artifactId>jackson-annotations</artifactId> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>com.fasterxml.jackson.core</groupId> |
| 79 | <artifactId>jackson-core</artifactId> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>commons-lang</groupId> |
| 83 | <artifactId>commons-lang</artifactId> |
| 84 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>org.jsoup</groupId> |
| 87 | <artifactId>jsoup</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.springframework</groupId> |
| 92 | <artifactId>spring-core</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 93 | <scope>test</scope> |
| 94 | </dependency> |
Smokowski, Kevin (ks6305) | 5c6b200 | 2019-10-31 14:35:47 +0000 | [diff] [blame] | 95 | <dependency> |
| 96 | <groupId>org.apache.httpcomponents</groupId> |
| 97 | <artifactId>httpclient</artifactId> |
| 98 | </dependency> |
Michael Dürre | 22649c9 | 2020-08-19 10:55:45 +0200 | [diff] [blame] | 99 | <dependency> |
| 100 | <groupId>javax.xml.bind</groupId> |
| 101 | <artifactId>jaxb-api</artifactId> |
| 102 | </dependency> |
Michael DÜrre | 56c27da | 2021-01-18 05:41:16 +0100 | [diff] [blame^] | 103 | <dependency> |
| 104 | <groupId>javax.annotation</groupId> |
| 105 | <artifactId>javax.annotation-api</artifactId> |
| 106 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 107 | </dependencies> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 108 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 109 | <build> |
| 110 | <plugins> |
| 111 | <plugin> |
| 112 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 113 | <artifactId>maven-jaxb2-plugin</artifactId> |
Dan Timoney | a612cdd | 2020-03-05 11:51:01 -0500 | [diff] [blame] | 114 | <version>0.14.0</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 115 | <executions> |
| 116 | <execution> |
| 117 | <id>gen-xjc</id> |
| 118 | <goals> |
| 119 | <goal>generate</goal> |
| 120 | </goals> |
| 121 | </execution> |
| 122 | </executions> |
| 123 | <configuration> |
| 124 | <schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory> |
| 125 | <schemaIncludes> |
Hesam Rahimi | ffd3dd4 | 2020-10-20 11:56:47 -0400 | [diff] [blame] | 126 | <value>aai_schema_v21.xsd</value> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 127 | </schemaIncludes> |
| 128 | <bindingIncludes> |
| 129 | <include>aai-schema-bindings.xjb</include> |
| 130 | </bindingIncludes> |
| 131 | <generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory> |
Hesam Rahimi | ffd3dd4 | 2020-10-20 11:56:47 -0400 | [diff] [blame] | 132 | <generatePackage>org.onap.aai.inventory.v21</generatePackage> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 133 | <extension>true</extension> |
| 134 | <args> |
| 135 | <arg>-Xannotate</arg> |
| 136 | </args> |
| 137 | <plugins> |
| 138 | <plugin> |
| 139 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 140 | <artifactId>jaxb2-basics-annotate</artifactId> |
Agarwal, Ruchira (ra1926) | 83559dd | 2019-11-05 18:16:50 +0000 | [diff] [blame] | 141 | <version>0.6.5</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 142 | </plugin> |
| 143 | </plugins> |
| 144 | </configuration> |
| 145 | </plugin> |
| 146 | </plugins> |
| 147 | </build> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 148 | </project> |