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> |
| 8 | <version>1.2.0</version> |
| 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> |
| 14 | <version>0.4.0-SNAPSHOT</version> |
| 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> |
| 18 | <url>http://maven.apache.org</url> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 19 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame^] | 20 | <properties> |
| 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 22 | <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.version> |
| 23 | </properties> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 24 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame^] | 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>junit</groupId> |
| 28 | <artifactId>junit</artifactId> |
| 29 | <scope>test</scope> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>org.mockito</groupId> |
| 33 | <artifactId>mockito-core</artifactId> |
| 34 | <scope>test</scope> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 38 | <artifactId>sli-common</artifactId> |
| 39 | <scope>compile</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 43 | <artifactId>sli-provider</artifactId> |
| 44 | <scope>compile</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 48 | <artifactId>utils-provider</artifactId> |
| 49 | <version>${sdnctl.sli.version}</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.osgi</groupId> |
| 53 | <artifactId>org.osgi.core</artifactId> |
| 54 | <scope>provided</scope> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.slf4j</groupId> |
| 58 | <artifactId>slf4j-api</artifactId> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.slf4j</groupId> |
| 62 | <artifactId>jcl-over-slf4j</artifactId> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>com.sun.jersey</groupId> |
| 66 | <artifactId>jersey-client</artifactId> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>com.sun.jersey</groupId> |
| 70 | <artifactId>jersey-core</artifactId> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.apache.httpcomponents</groupId> |
| 74 | <artifactId>httpcore</artifactId> |
| 75 | <version>${apache.httpcomponents.core.version}</version> |
| 76 | </dependency> |
| 77 | <dependency> |
| 78 | <groupId>org.apache.httpcomponents</groupId> |
| 79 | <artifactId>httpclient</artifactId> |
| 80 | <version>${apache.httpcomponents.client.version}</version> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | <artifactId>jackson-databind</artifactId> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>com.fasterxml.jackson.module</groupId> |
| 88 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>com.fasterxml.jackson.core</groupId> |
| 92 | <artifactId>jackson-annotations</artifactId> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>com.fasterxml.jackson.core</groupId> |
| 96 | <artifactId>jackson-core</artifactId> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>commons-lang</groupId> |
| 100 | <artifactId>commons-lang</artifactId> |
| 101 | </dependency> |
Dan Timoney | 1dc3bcf | 2018-02-15 16:13:28 -0500 | [diff] [blame] | 102 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame^] | 103 | <dependency> |
| 104 | <groupId>org.jsoup</groupId> |
| 105 | <artifactId>jsoup</artifactId> |
| 106 | <version>1.8.3</version> |
| 107 | <scope>test</scope> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.springframework</groupId> |
| 111 | <artifactId>spring-core</artifactId> |
| 112 | <version>4.3.5.RELEASE</version> |
| 113 | <scope>test</scope> |
| 114 | </dependency> |
| 115 | </dependencies> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 116 | |
Timoney, Dan (dt5972) | 21ec655 | 2019-01-08 12:14:12 -0500 | [diff] [blame^] | 117 | <build> |
| 118 | <plugins> |
| 119 | <plugin> |
| 120 | <groupId>org.jvnet.jaxb2.maven2</groupId> |
| 121 | <artifactId>maven-jaxb2-plugin</artifactId> |
| 122 | <version>0.13.1</version> |
| 123 | <executions> |
| 124 | <execution> |
| 125 | <id>gen-xjc</id> |
| 126 | <goals> |
| 127 | <goal>generate</goal> |
| 128 | </goals> |
| 129 | </execution> |
| 130 | </executions> |
| 131 | <configuration> |
| 132 | <schemaDirectory>${project.basedir}/src/main/resources</schemaDirectory> |
| 133 | <schemaIncludes> |
| 134 | <value>aai_schema_v14.xsd</value> |
| 135 | </schemaIncludes> |
| 136 | <bindingIncludes> |
| 137 | <include>aai-schema-bindings.xjb</include> |
| 138 | </bindingIncludes> |
| 139 | <generateDirectory>${project.build.directory}/generated-sources/main/java</generateDirectory> |
| 140 | <generatePackage>org.onap.aai.inventory.v14</generatePackage> |
| 141 | <extension>true</extension> |
| 142 | <args> |
| 143 | <arg>-Xannotate</arg> |
| 144 | </args> |
| 145 | <plugins> |
| 146 | <plugin> |
| 147 | <groupId>org.jvnet.jaxb2_commons</groupId> |
| 148 | <artifactId>jaxb2-basics-annotate</artifactId> |
| 149 | <version>0.6.4</version> |
| 150 | </plugin> |
| 151 | </plugins> |
| 152 | </configuration> |
| 153 | </plugin> |
| 154 | </plugins> |
| 155 | </build> |
Dan Timoney | 5363b27 | 2017-07-18 20:23:07 -0400 | [diff] [blame] | 156 | </project> |