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> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>binding-parent</artifactId> |
Timoney, Dan (dt5972) | 4736bef | 2019-09-10 16:16:07 -0400 | [diff] [blame] | 8 | <version>1.5.0-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 9 | <relativePath/> |
| 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> |
Timoney, Dan (dt5972) | 4736bef | 2019-09-10 16:16:07 -0400 | [diff] [blame] | 14 | <version>0.7.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) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 19 | <properties> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 20 | <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version> |
| 21 | </properties> |
Timoney, Dan (dt5972) | f200a72 | 2019-01-03 16:24:22 -0500 | [diff] [blame] | 22 | |
| 23 | <dependencyManagement> |
| 24 | <dependencies> |
| 25 | <dependency> |
| 26 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 27 | <artifactId>sli-core-artifacts</artifactId> |
| 28 | <version>${ccsdk.sli.core.version}</version> |
| 29 | <type>pom</type> |
| 30 | <scope>import</scope> |
| 31 | </dependency> |
| 32 | </dependencies> |
| 33 | </dependencyManagement> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 34 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>junit</groupId> |
| 38 | <artifactId>junit</artifactId> |
| 39 | <scope>test</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.mockito</groupId> |
| 43 | <artifactId>mockito-core</artifactId> |
| 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> |
| 55 | <version>1.5.0</version> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 56 | <scope>provided</scope> |
| 57 | </dependency> |
Timoney, Dan (dt5972) | 91258ae | 2019-10-10 14:05:46 -0400 | [diff] [blame] | 58 | <dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 59 | <groupId>org.osgi</groupId> |
| 60 | <artifactId>org.osgi.core</artifactId> |
| 61 | <scope>provided</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
| 64 | <groupId>org.slf4j</groupId> |
| 65 | <artifactId>slf4j-api</artifactId> |
| 66 | </dependency> |
Smokowski, Kevin (ks6305) | 441e0ff | 2019-10-18 19:22:00 +0000 | [diff] [blame] | 67 | <dependency> |
| 68 | <groupId>javax.ws.rs</groupId> |
| 69 | <artifactId>javax.ws.rs-api</artifactId> |
| 70 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>com.fasterxml.jackson.core</groupId> |
| 73 | <artifactId>jackson-databind</artifactId> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>com.fasterxml.jackson.module</groupId> |
| 77 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>com.fasterxml.jackson.core</groupId> |
| 81 | <artifactId>jackson-annotations</artifactId> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>com.fasterxml.jackson.core</groupId> |
| 85 | <artifactId>jackson-core</artifactId> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>commons-lang</groupId> |
| 89 | <artifactId>commons-lang</artifactId> |
| 90 | </dependency> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>org.jsoup</groupId> |
| 93 | <artifactId>jsoup</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 94 | <scope>test</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.springframework</groupId> |
| 98 | <artifactId>spring-core</artifactId> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 99 | <scope>test</scope> |
| 100 | </dependency> |
| 101 | </dependencies> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 102 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 103 | <build> |
| 104 | <plugins> |
| 105 | <plugin> |
| 106 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 107 | <artifactId>maven-jaxb2-plugin</artifactId> |
| 108 | <version>0.13.1</version> |
| 109 | <executions> |
| 110 | <execution> |
| 111 | <id>gen-xjc</id> |
| 112 | <goals> |
| 113 | <goal>generate</goal> |
| 114 | </goals> |
| 115 | </execution> |
| 116 | </executions> |
| 117 | <configuration> |
| 118 | <schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory> |
| 119 | <schemaIncludes> |
prakash.e | ce3c030 | 2019-05-15 18:08:52 +0530 | [diff] [blame] | 120 | <value>aai_schema_v16.xsd</value> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 121 | </schemaIncludes> |
| 122 | <bindingIncludes> |
| 123 | <include>aai-schema-bindings.xjb</include> |
| 124 | </bindingIncludes> |
| 125 | <generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory> |
prakash.e | ce3c030 | 2019-05-15 18:08:52 +0530 | [diff] [blame] | 126 | <generatePackage>org.onap.aai.inventory.v16</generatePackage> |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame] | 127 | <extension>true</extension> |
| 128 | <args> |
| 129 | <arg>-Xannotate</arg> |
| 130 | </args> |
| 131 | <plugins> |
| 132 | <plugin> |
| 133 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 134 | <artifactId>jaxb2-basics-annotate</artifactId> |
| 135 | <version>0.6.4</version> |
| 136 | </plugin> |
| 137 | </plugins> |
| 138 | </configuration> |
| 139 | </plugin> |
| 140 | </plugins> |
| 141 | </build> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 142 | </project> |