Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 5 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 6 | <parent> |
| 7 | <groupId>org.onap.dcaegen2.services.components</groupId> |
| 8 | <artifactId>datalake-handler</artifactId> |
| 9 | <version>1.0.0-SNAPSHOT</version> |
| 10 | </parent> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 11 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 12 | <groupId>org.onap.dcaegen2.services.components.datalake-handler</groupId> |
| 13 | <artifactId>feeder</artifactId> |
| 14 | <packaging>jar</packaging> |
| 15 | <name>DataLake Feeder</name> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 16 | |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 17 | <properties> |
| 18 | <swagger.version>2.9.2</swagger.version> |
Guobiao Mo | 194d514 | 2020-01-09 13:39:05 -0800 | [diff] [blame] | 19 | <dockerfile-maven.version>1.4.5</dockerfile-maven.version> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 20 | <docker.image.path>onap/org.onap.dcaegen2.services.datalakefeeder</docker.image.path> |
| 21 | </properties> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 22 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 23 | <dependencies> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 24 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 25 | <dependency> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 26 | <groupId>org.jdom</groupId> |
| 27 | <artifactId>jdom2</artifactId> |
| 28 | <version>2.0.6</version> |
| 29 | </dependency> |
| 30 | |
| 31 | <dependency> |
| 32 | <groupId>com.facebook.presto</groupId> |
| 33 | <artifactId>presto-jdbc</artifactId> |
| 34 | <version>0.229</version> |
| 35 | </dependency> |
| 36 | |
| 37 | <dependency> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 38 | <groupId>org.apache.hadoop</groupId> |
| 39 | <artifactId>hadoop-client</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 40 | <version>${hadoop.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 41 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 42 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 43 | <dependency> |
| 44 | <groupId>org.mariadb.jdbc</groupId> |
| 45 | <artifactId>mariadb-java-client</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 46 | <version>2.4.1</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 47 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 48 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 49 | <dependency> |
| 50 | <groupId>org.json</groupId> |
| 51 | <artifactId>json</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 52 | <version>20190722</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 53 | </dependency> |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame] | 54 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 55 | <dependency> |
| 56 | <groupId>org.apache.httpcomponents</groupId> |
| 57 | <artifactId>httpclient</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 58 | <version>4.5.10</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 59 | </dependency> |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame] | 60 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 61 | <dependency> |
| 62 | <groupId>org.apache.kafka</groupId> |
| 63 | <artifactId>kafka-clients</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 64 | <version>2.3.1</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 65 | </dependency> |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame] | 66 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 67 | <dependency> |
| 68 | <groupId>org.springframework.boot</groupId> |
| 69 | <artifactId>spring-boot-starter-web</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 70 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 71 | </dependency> |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame] | 72 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 73 | <dependency> |
| 74 | <groupId>org.springframework.boot</groupId> |
| 75 | <artifactId>spring-boot-starter-actuator</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 76 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 77 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 78 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 79 | <dependency> |
| 80 | <groupId>org.springframework.boot</groupId> |
| 81 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 82 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 83 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 84 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>org.springframework.boot</groupId> |
| 87 | <artifactId>spring-boot-starter-data-couchbase</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 88 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 89 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 90 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>org.springframework.boot</groupId> |
| 93 | <artifactId>spring-boot-starter-test</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 94 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 95 | <scope>test</scope> |
| 96 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 97 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 98 | <dependency> |
| 99 | <groupId>org.springframework.boot</groupId> |
| 100 | <artifactId>spring-boot-configuration-processor</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 101 | <version>${springboot.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 102 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 103 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 104 | <dependency> |
| 105 | <groupId>org.elasticsearch.client</groupId> |
| 106 | <artifactId>elasticsearch-rest-high-level-client</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 107 | <version>${elasticsearchjava.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 108 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 109 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 110 | <dependency> |
| 111 | <groupId>commons-io</groupId> |
| 112 | <artifactId>commons-io</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 113 | <version>2.6</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 114 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 115 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 116 | <dependency> |
| 117 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 118 | <artifactId>jackson-dataformat-yaml</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 119 | <version>${jackson.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 120 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 121 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 122 | <dependency> |
| 123 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 124 | <artifactId>jackson-dataformat-xml</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 125 | <version>${jackson.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 126 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 127 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 128 | <dependency> |
| 129 | <groupId>com.fasterxml.jackson.core</groupId> |
| 130 | <artifactId>jackson-databind</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 131 | <version>${jackson.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 132 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 133 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 134 | <dependency> |
| 135 | <groupId>com.google.code.gson</groupId> |
| 136 | <artifactId>gson</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 137 | <version>2.8.2</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 138 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 139 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 140 | <dependency> |
| 141 | <groupId>org.projectlombok</groupId> |
| 142 | <artifactId>lombok</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 143 | <version>1.18.10</version> |
| 144 | <scope>provided</scope> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 145 | </dependency> |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame] | 146 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 147 | <dependency> |
| 148 | <groupId>io.druid</groupId> |
| 149 | <artifactId>tranquility-core_2.11</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 150 | <version>0.8.3</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 151 | </dependency> |
| 152 | |
| 153 | <dependency> |
| 154 | <groupId>org.apache.velocity</groupId> |
| 155 | <artifactId>velocity-engine-core</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 156 | <version>2.1</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 157 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 158 | |
| 159 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 160 | <dependency> |
| 161 | <groupId>org.hibernate</groupId> |
| 162 | <artifactId>hibernate-core</artifactId> |
| 163 | <version>5.3.7.Final</version> |
| 164 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 165 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 166 | <!-- jsr303 validation --> |
| 167 | <dependency> |
| 168 | <groupId>javax.validation</groupId> |
| 169 | <artifactId>validation-api</artifactId> |
| 170 | <version>2.0.1.Final</version> |
| 171 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 172 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 173 | <dependency> |
| 174 | <groupId>org.hibernate</groupId> |
| 175 | <artifactId>hibernate-validator</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 176 | <version>6.1.0.Final</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 177 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 178 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 179 | <dependency> |
| 180 | <groupId>io.springfox</groupId> |
| 181 | <artifactId>springfox-swagger2</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 182 | <version>${swagger.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 183 | <scope>compile</scope> |
| 184 | </dependency> |
Guobiao Mo | 1995d2e | 2019-04-08 16:59:14 -0700 | [diff] [blame] | 185 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 186 | <dependency> |
| 187 | <groupId>io.springfox</groupId> |
| 188 | <artifactId>springfox-swagger-ui</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 189 | <version>${swagger.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 190 | <scope>compile</scope> |
| 191 | </dependency> |
Guobiao Mo | 1995d2e | 2019-04-08 16:59:14 -0700 | [diff] [blame] | 192 | |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 193 | <dependency> |
| 194 | <groupId>org.mongodb</groupId> |
| 195 | <artifactId>mongo-java-driver</artifactId> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 196 | <version>${mongojava.version}</version> |
Guobiao Mo | 3208e0c | 2019-05-13 11:58:33 -0700 | [diff] [blame] | 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>com.couchbase.mock</groupId> |
| 200 | <artifactId>CouchbaseMock</artifactId> |
| 201 | <version>1.5.22</version> |
| 202 | <scope>test</scope> |
| 203 | </dependency> |
| 204 | </dependencies> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 205 | |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 206 | |
| 207 | <build> |
| 208 | <plugins> |
| 209 | <plugin> |
| 210 | <groupId>com.spotify</groupId> |
| 211 | <artifactId>dockerfile-maven-plugin</artifactId> |
| 212 | <version>${dockerfile-maven.version}</version> |
Guobiao Mo | 194d514 | 2020-01-09 13:39:05 -0800 | [diff] [blame] | 213 | <configuration> |
| 214 | <!-- |
| 215 | <username>docker</username> |
| 216 | <password>docker</password> --> |
| 217 | <!-- repository>repo.treescale.com/moguobiao/datalake-feeder-maven</repository --> |
| 218 | <!-- repository>moguobiao/datalake-feeder-maven-spotify</repository --> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 219 | <repository>${onap.nexus.dockerregistry.daily}/${docker.image.path}</repository> |
| 220 | <tag>${project.version}</tag> |
| 221 | <dockerfile>Dockerfile</dockerfile> |
Guobiao Mo | 194d514 | 2020-01-09 13:39:05 -0800 | [diff] [blame] | 222 | <!-- useMavenSettingsForAuth>true</useMavenSettingsForAuth --> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 223 | <buildArgs> |
| 224 | <JAR_FILE>${project.build.finalName}.jar</JAR_FILE> |
| 225 | </buildArgs> |
| 226 | </configuration> |
Guobiao Mo | 194d514 | 2020-01-09 13:39:05 -0800 | [diff] [blame] | 227 | <dependencies> |
| 228 | <!-- To make this work on JDK 9+ --> |
| 229 | <dependency> |
| 230 | <groupId>javax.activation</groupId> |
| 231 | <artifactId>javax.activation-api</artifactId> |
| 232 | <version>1.2.0</version> |
| 233 | </dependency> |
| 234 | </dependencies> |
Guobiao Mo | 6670cf9 | 2020-01-06 17:11:43 -0800 | [diff] [blame] | 235 | </plugin> |
| 236 | </plugins> |
| 237 | </build> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 238 | </project> |