|
1 | 1 | <!-- |
2 | 2 |
|
3 | | - Copyright (c) 2013-2016, The SeedStack authors <http://seedstack.org> |
| 3 | + Copyright © 2013-2020, The SeedStack authors <http://seedstack.org> |
4 | 4 |
|
5 | 5 | This Source Code Form is subject to the terms of the Mozilla Public |
6 | 6 | License, v. 2.0. If a copy of the MPL was not distributed with this |
|
14 | 14 | <parent> |
15 | 15 | <groupId>org.seedstack.poms</groupId> |
16 | 16 | <artifactId>parent-internal</artifactId> |
17 | | - <version>3.0.0</version> |
| 17 | + <version>3.4.9</version> |
18 | 18 | </parent> |
19 | 19 |
|
20 | 20 | <groupId>org.seedstack.addons.elasticsearch</groupId> |
21 | 21 | <artifactId>elasticsearch</artifactId> |
22 | | - <version>3.0.0-SNAPSHOT</version> |
| 22 | + <version>3.1.0-SNAPSHOT</version> |
23 | 23 |
|
24 | 24 | <properties> |
25 | | - <seed.version>3.0.1</seed.version> |
26 | | - |
| 25 | + <seed.version>3.10.0</seed.version> |
27 | 26 | <compatibility.skip>true</compatibility.skip> |
28 | | - |
29 | 27 | <bintray.package>elasticsearch-addon</bintray.package> |
| 28 | + <hibernate-validator.version>6.1.5.Final</hibernate-validator.version> |
30 | 29 | </properties> |
31 | 30 |
|
32 | 31 | <build> |
|
51 | 50 | <includedLicense>IGNORED_LICENSE</includedLicense> |
52 | 51 | </includedLicenses> |
53 | 52 | <licenseMerges> |
| 53 | + <licenseMerge>Apache 2|Apache 2.0</licenseMerge> |
54 | 54 | <licenseMerge>Apache 2|Apache License, Version 2.0</licenseMerge> |
55 | 55 | <licenseMerge>Apache 2|The Apache Software License, Version 2.0</licenseMerge> |
56 | 56 | <licenseMerge>Apache 2|Apache License 2.0</licenseMerge> |
|
59 | 59 | <licenseMerge>BSD|The New BSD License</licenseMerge> |
60 | 60 | <licenseMerge>CDDL|CDDL + GPLv2 with classpath exception</licenseMerge> |
61 | 61 | <licenseMerge>LGPL 3.0|GNU Lesser Public License</licenseMerge> |
| 62 | + <licenseMerge>MIT License|The MIT License</licenseMerge> |
62 | 63 | <licenseMerge>IGNORED_LICENSE|MPL 1.1</licenseMerge> |
63 | 64 | </licenseMerges> |
64 | 65 | </configuration> |
|
80 | 81 | <scope>provided</scope> |
81 | 82 | </dependency> |
82 | 83 |
|
| 84 | + <dependency> |
| 85 | + <groupId>org.hibernate</groupId> |
| 86 | + <artifactId>hibernate-validator</artifactId> |
| 87 | + <version>${hibernate-validator.version}</version> |
| 88 | + </dependency> |
| 89 | + |
83 | 90 | <dependency> |
84 | 91 | <groupId>org.skyscreamer</groupId> |
85 | 92 | <artifactId>jsonassert</artifactId> |
|
88 | 95 | </dependency> |
89 | 96 | <dependency> |
90 | 97 | <groupId>org.seedstack.seed</groupId> |
91 | | - <artifactId>seed-testing</artifactId> |
| 98 | + <artifactId>seed-testing-junit4</artifactId> |
92 | 99 | <version>${seed.version}</version> |
93 | 100 | <scope>test</scope> |
94 | 101 | </dependency> |
| 102 | + <dependency> |
| 103 | + <groupId>org.assertj</groupId> |
| 104 | + <artifactId>assertj-core</artifactId> |
| 105 | + <version>${assertj.version}</version> |
| 106 | + <scope>test</scope> |
| 107 | + </dependency> |
95 | 108 | <dependency> |
96 | 109 | <groupId>ch.qos.logback</groupId> |
97 | 110 | <artifactId>logback-classic</artifactId> |
|
0 commit comments