Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 6 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 7 | <parent> |
| 8 | <groupId>org.onap.dcaegen2.services.components</groupId> |
| 9 | <artifactId>datalake-handler</artifactId> |
| 10 | <version>1.0.0-SNAPSHOT</version> |
| 11 | </parent> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 12 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 13 | <groupId>org.onap.dcaegen2.services.components.datalake-handler</groupId> |
| 14 | <artifactId>feeder</artifactId> |
| 15 | <packaging>jar</packaging> |
| 16 | <name>DataLake Feeder</name> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 17 | |
| 18 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 19 | <dependencies> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 20 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 21 | <dependency> |
| 22 | <groupId>org.mariadb.jdbc</groupId> |
| 23 | <artifactId>mariadb-java-client</artifactId> |
| 24 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 25 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 26 | <dependency> |
| 27 | <groupId>org.json</groupId> |
| 28 | <artifactId>json</artifactId> |
| 29 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 30 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 31 | <dependency> |
| 32 | <groupId>org.apache.httpcomponents</groupId> |
| 33 | <artifactId>httpclient</artifactId> |
| 34 | </dependency> |
| 35 | |
| 36 | <dependency> |
| 37 | <groupId>org.apache.kafka</groupId> |
| 38 | <artifactId>kafka-clients</artifactId> |
| 39 | </dependency> |
| 40 | |
| 41 | <dependency> |
| 42 | <groupId>org.springframework.boot</groupId> |
| 43 | <artifactId>spring-boot-starter-web</artifactId> |
| 44 | </dependency> |
| 45 | |
| 46 | <dependency> |
| 47 | <groupId>org.springframework.boot</groupId> |
| 48 | <artifactId>spring-boot-starter-actuator</artifactId> |
| 49 | </dependency> |
| 50 | |
Guobiao Mo | 35cc15e | 2019-04-10 00:35:43 -0700 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>org.springframework.boot</groupId> |
| 53 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
| 54 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 55 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 56 | <dependency> |
| 57 | <groupId>org.springframework.boot</groupId> |
| 58 | <artifactId>spring-boot-starter-data-couchbase</artifactId> |
| 59 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 60 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 61 | <dependency> |
| 62 | <groupId>org.springframework.boot</groupId> |
| 63 | <artifactId>spring-boot-starter-test</artifactId> |
| 64 | <scope>test</scope> |
| 65 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 66 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 67 | <dependency> |
| 68 | <groupId>org.springframework.boot</groupId> |
| 69 | <artifactId>spring-boot-configuration-processor</artifactId> |
| 70 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 71 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 72 | <dependency> |
| 73 | <groupId>org.elasticsearch.client</groupId> |
| 74 | <artifactId>elasticsearch-rest-high-level-client</artifactId> |
| 75 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 76 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 77 | <dependency> |
| 78 | <groupId>commons-io</groupId> |
| 79 | <artifactId>commons-io</artifactId> |
| 80 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 81 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 82 | <dependency> |
| 83 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 84 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 85 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 86 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 87 | <dependency> |
| 88 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 89 | <artifactId>jackson-dataformat-xml</artifactId> |
| 90 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 91 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 92 | <dependency> |
| 93 | <groupId>com.fasterxml.jackson.core</groupId> |
| 94 | <artifactId>jackson-databind</artifactId> |
| 95 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 96 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 97 | <dependency> |
| 98 | <groupId>com.google.code.gson</groupId> |
| 99 | <artifactId>gson</artifactId> |
| 100 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 101 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 102 | <dependency> |
| 103 | <groupId>org.projectlombok</groupId> |
| 104 | <artifactId>lombok</artifactId> |
| 105 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 106 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 107 | <dependency> |
| 108 | <groupId>io.druid</groupId> |
| 109 | <artifactId>tranquility-core_2.11</artifactId> |
| 110 | </dependency> |
| 111 | |
| 112 | <dependency> |
| 113 | <groupId>org.apache.velocity</groupId> |
| 114 | <artifactId>velocity-engine-core</artifactId> |
| 115 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 116 | |
| 117 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 118 | <dependency> |
| 119 | <groupId>org.hibernate</groupId> |
| 120 | <artifactId>hibernate-core</artifactId> |
| 121 | <version>5.3.7.Final</version> |
| 122 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 123 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 124 | <!-- jsr303 validation --> |
| 125 | <dependency> |
| 126 | <groupId>javax.validation</groupId> |
| 127 | <artifactId>validation-api</artifactId> |
| 128 | <version>2.0.1.Final</version> |
| 129 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 130 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 131 | <dependency> |
| 132 | <groupId>org.hibernate</groupId> |
| 133 | <artifactId>hibernate-validator</artifactId> |
| 134 | <version>6.0.10.Final</version> |
| 135 | </dependency> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 136 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 137 | <dependency> |
| 138 | <groupId>io.springfox</groupId> |
| 139 | <artifactId>springfox-swagger2</artifactId> |
| 140 | <version>2.9.2</version> |
| 141 | <scope>compile</scope> |
| 142 | </dependency> |
Guobiao Mo | 1995d2e | 2019-04-08 16:59:14 -0700 | [diff] [blame] | 143 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 144 | <dependency> |
| 145 | <groupId>io.springfox</groupId> |
| 146 | <artifactId>springfox-swagger-ui</artifactId> |
| 147 | <version>2.9.2</version> |
| 148 | <scope>compile</scope> |
| 149 | </dependency> |
Guobiao Mo | 1995d2e | 2019-04-08 16:59:14 -0700 | [diff] [blame] | 150 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 151 | <dependency> |
| 152 | <groupId>org.mongodb</groupId> |
| 153 | <artifactId>mongo-java-driver</artifactId> |
| 154 | </dependency> |
| 155 | <dependency> |
| 156 | <groupId>com.couchbase.mock</groupId> |
| 157 | <artifactId>CouchbaseMock</artifactId> |
| 158 | <version>1.5.22</version> |
| 159 | <scope>test</scope> |
| 160 | </dependency> |
| 161 | <dependency> |
| 162 | <groupId>com.couchbase.client</groupId> |
| 163 | <artifactId>core-io</artifactId> |
| 164 | <version>1.7.4</version> |
| 165 | </dependency> |
| 166 | </dependencies> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 167 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 168 | <build> |
| 169 | <plugins> |
| 170 | <plugin> |
| 171 | <groupId>org.springframework.boot</groupId> |
| 172 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 173 | <version>${springboot.version}</version> |
| 174 | <executions> |
| 175 | <execution> |
| 176 | <goals> |
| 177 | <goal>repackage</goal> |
| 178 | </goals> |
| 179 | </execution> |
| 180 | </executions> |
| 181 | </plugin> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 182 | |
Rama-Huawei | 82b82f1 | 2019-04-22 14:17:50 +0530 | [diff] [blame^] | 183 | <plugin> |
| 184 | <artifactId>maven-failsafe-plugin</artifactId> |
| 185 | <executions> |
| 186 | <execution> |
| 187 | <goals> |
| 188 | <goal>integration-test</goal> |
| 189 | <goal>verify</goal> |
| 190 | </goals> |
| 191 | </execution> |
| 192 | </executions> |
| 193 | </plugin> |
| 194 | </plugins> |
| 195 | </build> |
Guobiao Mo | da70376 | 2019-02-22 15:36:27 -0800 | [diff] [blame] | 196 | |
| 197 | </project> |