Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 3 | |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <groupId>org.openecomp.sdc.be</groupId> |
| 7 | <artifactId>catalog-model</artifactId> |
| 8 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 9 | <parent> |
| 10 | <groupId>org.openecomp.sdc</groupId> |
| 11 | <artifactId>sdc-main</artifactId> |
Sonsino, Ofir (os0695) | 55c536e | 2019-05-07 18:30:15 +0300 | [diff] [blame] | 12 | <version>1.5.0-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 13 | </parent> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 14 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 15 | <dependencies> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 16 | <!-- Common of SDC --> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 17 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 18 | <groupId>org.openecomp.sdc</groupId> |
| 19 | <artifactId>common-app-api</artifactId> |
| 20 | <version>${project.version}</version> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 21 | <scope>provided</scope> |
| 22 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 23 | |
Michael Lando | 0de99c2 | 2017-02-28 10:54:57 +0200 | [diff] [blame] | 24 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 25 | <groupId>org.openecomp.sdc.be</groupId> |
| 26 | <artifactId>common-be</artifactId> |
| 27 | <version>${project.version}</version> |
Michael Lando | 0de99c2 | 2017-02-28 10:54:57 +0200 | [diff] [blame] | 28 | <scope>provided</scope> |
| 29 | </dependency> |
| 30 | |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 31 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 32 | <groupId>ch.qos.logback</groupId> |
| 33 | <artifactId>logback-classic</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 34 | <version>${logback.version}</version> |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 35 | <scope>provided</scope> |
| 36 | </dependency> |
Satyaki Mallick | 3864c21 | 2018-09-19 18:51:35 +0530 | [diff] [blame] | 37 | <dependency> |
| 38 | <groupId>com.google.code.bean-matchers</groupId> |
| 39 | <artifactId>bean-matchers</artifactId> |
| 40 | <version>${bean-matcher.version}</version> |
| 41 | <scope>test</scope> |
| 42 | </dependency> |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 43 | |
| 44 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 45 | <groupId>ch.qos.logback</groupId> |
| 46 | <artifactId>logback-core</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 47 | <version>${logback.version}</version> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 48 | <scope>provided</scope> |
| 49 | </dependency> |
| 50 | |
| 51 | <!-- catalog dao --> |
| 52 | <dependency> |
| 53 | <groupId>org.openecomp.sdc.be</groupId> |
| 54 | <artifactId>catalog-dao</artifactId> |
| 55 | <version>${project.version}</version> |
Michael Lando | 2e0ef97 | 2017-02-28 01:44:21 +0200 | [diff] [blame] | 56 | <scope>provided</scope> |
| 57 | </dependency> |
| 58 | |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 59 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 60 | <groupId>com.google.guava</groupId> |
| 61 | <artifactId>guava</artifactId> |
| 62 | <version>${guava.version}</version><!--$NO-MVN-MAN-VER$ --> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 63 | <scope>provided</scope> |
| 64 | </dependency> |
| 65 | |
| 66 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 67 | <groupId>org.functionaljava</groupId> |
| 68 | <artifactId>functionaljava</artifactId> |
| 69 | <version>${functionaljava.version}</version> |
| 70 | <scope>provided</scope> |
| 71 | </dependency> |
| 72 | |
| 73 | <!-- spring --> |
Tomasz Golabek | c8fcbbc | 2019-07-09 08:42:59 +0200 | [diff] [blame^] | 74 | |
| 75 | <dependency> |
| 76 | <groupId>org.springframework</groupId> |
| 77 | <artifactId>spring-core</artifactId> |
| 78 | <version>${spring.version}</version> |
| 79 | <scope>provided</scope> |
| 80 | </dependency> |
| 81 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 82 | <dependency> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 83 | <groupId>org.springframework</groupId> |
| 84 | <artifactId>spring-beans</artifactId> |
| 85 | <version>${spring.version}</version> |
| 86 | <scope>provided</scope> |
| 87 | </dependency> |
| 88 | |
| 89 | <dependency> |
| 90 | <groupId>org.springframework</groupId> |
| 91 | <artifactId>spring-context</artifactId> |
| 92 | <version>${spring.version}</version> |
| 93 | <scope>provided</scope> |
| 94 | </dependency> |
| 95 | |
| 96 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 97 | <groupId>javax.validation</groupId> |
| 98 | <artifactId>validation-api</artifactId> |
| 99 | <version>1.1.0.Final</version> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 100 | </dependency> |
| 101 | |
| 102 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 103 | <groupId>org.hibernate</groupId> |
| 104 | <artifactId>hibernate-validator</artifactId> |
Tal Gitelman | 0181343 | 2018-09-16 17:11:45 +0300 | [diff] [blame] | 105 | <version>5.3.6.Final</version> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 106 | </dependency> |
| 107 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 108 | <!-- Gson --> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 109 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 110 | <groupId>com.google.code.gson</groupId> |
| 111 | <artifactId>gson</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 112 | <version>${gson.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 113 | <scope>provided</scope> |
| 114 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 115 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 116 | <dependency> |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 117 | <groupId>org.janusgraph</groupId> |
| 118 | <artifactId>janusgraph-core</artifactId> |
| 119 | <version>${janusgraph.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 120 | <scope>provided</scope> |
| 121 | <exclusions> |
| 122 | <exclusion> |
| 123 | <groupId>org.json</groupId> |
| 124 | <artifactId>json</artifactId> |
| 125 | </exclusion> |
| 126 | <exclusion> |
| 127 | <artifactId>slf4j-log4j12</artifactId> |
| 128 | <groupId>org.slf4j</groupId> |
| 129 | </exclusion> |
Tal Gitelman | 7678396 | 2018-09-06 18:16:24 +0300 | [diff] [blame] | 130 | <exclusion> |
| 131 | <artifactId>commons-collections</artifactId> |
| 132 | <groupId>commons-collections</groupId> |
| 133 | </exclusion> |
Tal Gitelman | a3b79a2 | 2018-09-25 17:22:34 +0300 | [diff] [blame] | 134 | <exclusion> |
| 135 | <artifactId>groovy</artifactId> |
| 136 | <groupId>org.codehaus.groovy</groupId> |
| 137 | </exclusion> |
Piotr Darosz | a67f45c | 2019-06-13 12:56:13 +0200 | [diff] [blame] | 138 | <exclusion> |
| 139 | <groupId>org.apache.thrift</groupId> |
| 140 | <artifactId>libthrift</artifactId> |
| 141 | </exclusion> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 142 | </exclusions> |
| 143 | </dependency> |
| 144 | |
| 145 | <dependency> |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 146 | <groupId>org.janusgraph</groupId> |
| 147 | <artifactId>janusgraph-cassandra</artifactId> |
| 148 | <version>${janusgraph.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 149 | <scope>provided</scope> |
| 150 | <exclusions> |
| 151 | <exclusion> |
| 152 | <artifactId>slf4j-log4j12</artifactId> |
| 153 | <groupId>org.slf4j</groupId> |
| 154 | </exclusion> |
| 155 | </exclusions> |
| 156 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 157 | |
| 158 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 159 | <groupId>org.apache.commons</groupId> |
| 160 | <artifactId>commons-lang3</artifactId> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 161 | <version>${lang3.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 162 | <scope>provided</scope> |
| 163 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 164 | |
| 165 | <!-- http client --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 166 | <dependency> |
| 167 | <groupId>org.apache.httpcomponents</groupId> |
| 168 | <artifactId>httpclient</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 169 | <version>${httpclient.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 170 | <scope>provided</scope> |
| 171 | </dependency> |
| 172 | |
| 173 | <dependency> |
| 174 | <groupId>org.apache.httpcomponents</groupId> |
| 175 | <artifactId>httpcore</artifactId> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 176 | <version>${httpcore.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 177 | <scope>provided</scope> |
| 178 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 179 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 180 | <!-- CASSANDRA --> |
| 181 | <dependency> |
| 182 | <groupId>com.datastax.cassandra</groupId> |
| 183 | <artifactId>cassandra-driver-core</artifactId> |
| 184 | <version>${cassandra.driver.version}</version> |
| 185 | <scope>provided</scope> |
| 186 | </dependency> |
| 187 | <dependency> |
| 188 | <groupId>com.datastax.cassandra</groupId> |
| 189 | <artifactId>cassandra-driver-mapping</artifactId> |
| 190 | <version>${cassandra.driver.version}</version> |
| 191 | <scope>provided</scope> |
| 192 | </dependency> |
Piotr Darosz | a67f45c | 2019-06-13 12:56:13 +0200 | [diff] [blame] | 193 | <dependency> |
| 194 | <groupId>org.apache.thrift</groupId> |
| 195 | <artifactId>libthrift</artifactId> |
| 196 | <version>${libthrift.version}</version> |
| 197 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 198 | <!-- CASSANDRA END --> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 199 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 200 | <dependency> |
| 201 | <groupId>junit</groupId> |
| 202 | <artifactId>junit</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 203 | <version>${junit.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 204 | <scope>test</scope> |
| 205 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 206 | |
| 207 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 208 | <groupId>org.mockito</groupId> |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 209 | <artifactId>mockito-core</artifactId> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 210 | <scope>test</scope> |
| 211 | </dependency> |
Tal Gitelman | e849acf | 2018-06-06 13:56:56 +0300 | [diff] [blame] | 212 | |
| 213 | <dependency> |
| 214 | <groupId>org.jmockit</groupId> |
| 215 | <artifactId>jmockit</artifactId> |
| 216 | <scope>test</scope> |
| 217 | </dependency> |
| 218 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 219 | <dependency> |
| 220 | <groupId>org.assertj</groupId> |
| 221 | <artifactId>assertj-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 222 | <scope>test</scope> |
| 223 | </dependency> |
| 224 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 225 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 226 | <groupId>org.springframework</groupId> |
| 227 | <artifactId>spring-test</artifactId> |
| 228 | <version>${spring.version}</version> |
| 229 | <scope>test</scope> |
| 230 | </dependency> |
| 231 | |
| 232 | <dependency> |
| 233 | <groupId>org.aspectj</groupId> |
| 234 | <artifactId>aspectjrt</artifactId> |
| 235 | <version>${aspectj.version}</version> |
| 236 | <scope>test</scope> |
| 237 | </dependency> |
| 238 | |
| 239 | <dependency> |
| 240 | <groupId>org.aspectj</groupId> |
| 241 | <artifactId>aspectjweaver</artifactId> |
| 242 | <version>${aspectj.version}</version> |
| 243 | <scope>test</scope> |
| 244 | </dependency> |
| 245 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 246 | <dependency> |
| 247 | <groupId>org.springframework</groupId> |
| 248 | <artifactId>spring-web</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 249 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 250 | <scope>test</scope> |
| 251 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 252 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 253 | <dependency> |
| 254 | <groupId>org.springframework</groupId> |
| 255 | <artifactId>spring-tx</artifactId> |
| 256 | <scope>test</scope> |
| 257 | <version>4.0.7.RELEASE</version> |
| 258 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 259 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 260 | <dependency> |
| 261 | <groupId>org.apache.commons</groupId> |
| 262 | <artifactId>commons-jci-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 263 | <version>${commons-jci-core.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 264 | <scope>test</scope> |
| 265 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 266 | <dependency> |
| 267 | <groupId>org.powermock</groupId> |
| 268 | <artifactId>powermock-module-junit4</artifactId> |
| 269 | <version>1.7.0RC4</version> |
| 270 | <scope>test</scope> |
| 271 | </dependency> |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 272 | <dependency> |
| 273 | <groupId>org.powermock</groupId> |
| 274 | <artifactId>powermock-api-mockito-common</artifactId> |
| 275 | <version>1.6.5</version> |
| 276 | <scope>test</scope> |
| 277 | </dependency> |
Tal Gitelman | e019937 | 2018-09-18 11:57:53 +0300 | [diff] [blame] | 278 | |
| 279 | <dependency> |
| 280 | <groupId>org.codehaus.groovy</groupId> |
| 281 | <artifactId>groovy</artifactId> |
Tal Gitelman | e019937 | 2018-09-18 11:57:53 +0300 | [diff] [blame] | 282 | </dependency> |
| 283 | |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 284 | <dependency> |
| 285 | <groupId>io.netty</groupId> |
| 286 | <artifactId>netty-all</artifactId> |
| 287 | </dependency> |
Talio | 0953785 | 2019-01-31 18:00:36 +0200 | [diff] [blame] | 288 | <dependency> |
| 289 | <groupId>org.apache.commons</groupId> |
| 290 | <artifactId>commons-collections4</artifactId> |
| 291 | <version>${commons.collections.version}</version> |
| 292 | </dependency> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 293 | |
| 294 | <dependency> |
| 295 | <groupId>io.netty</groupId> |
| 296 | <artifactId>netty-handler</artifactId> |
| 297 | </dependency> |
Talio | 0953785 | 2019-01-31 18:00:36 +0200 | [diff] [blame] | 298 | <dependency> |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 299 | <groupId>org.projectlombok</groupId> |
| 300 | <artifactId>lombok</artifactId> |
| 301 | <version>${lombok.version}</version> |
| 302 | </dependency> |
| 303 | <dependency> |
| 304 | <groupId>joda-time</groupId> |
| 305 | <artifactId>joda-time</artifactId> |
| 306 | <version>${joda.time.version}</version> |
Talio | 0953785 | 2019-01-31 18:00:36 +0200 | [diff] [blame] | 307 | </dependency> |
Yuli Shlosberg | 79e3627 | 2018-10-02 14:45:26 +0300 | [diff] [blame] | 308 | |
talio | fe4afd4 | 2019-04-14 15:37:20 +0300 | [diff] [blame] | 309 | </dependencies> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 310 | <build> |
| 311 | <plugins> |
| 312 | <plugin> |
| 313 | <groupId>org.apache.maven.plugins</groupId> |
| 314 | <artifactId>maven-deploy-plugin</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 315 | <configuration> |
| 316 | <skip>true</skip> |
| 317 | </configuration> |
| 318 | </plugin> |
dekstroza | 37843cb | 2018-05-18 14:42:24 +0100 | [diff] [blame] | 319 | <plugin> |
| 320 | <groupId>com.github.sylvainlaurent.maven</groupId> |
| 321 | <artifactId>yaml-json-validator-maven-plugin</artifactId> |
| 322 | <executions> |
| 323 | <execution> |
| 324 | <id>validate</id> |
| 325 | <phase>validate</phase> |
| 326 | <goals> |
| 327 | <goal>validate</goal> |
| 328 | </goals> |
| 329 | <configuration> |
| 330 | <validationSets> |
| 331 | <validationSet> |
| 332 | <includes> |
| 333 | <include>src/main/resources/**/*.y*ml</include> |
| 334 | <include>src/test/resources/**/*.y*ml</include> |
| 335 | </includes> |
| 336 | </validationSet> |
| 337 | <validationSet> |
| 338 | <includes> |
| 339 | <include>src/main/resources/**/*.json</include> |
| 340 | <include>src/test/resources/**/*.json</include> |
| 341 | </includes> |
| 342 | </validationSet> |
| 343 | </validationSets> |
| 344 | </configuration> |
| 345 | </execution> |
| 346 | </executions> |
| 347 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 348 | </plugins> |
| 349 | </build> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 350 | </project> |