|
14 | 14 | ~ express or implied. See the License for the specific language governing
|
15 | 15 | ~ permissions and limitations under the License.
|
16 | 16 | -->
|
17 |
| - |
18 | 17 | <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">
|
19 | 18 | <modelVersion>4.0.0</modelVersion>
|
20 | 19 |
|
21 | 20 | <parent>
|
22 | 21 | <groupId>com.amazon.opendistroforelasticsearch</groupId>
|
23 | 22 | <artifactId>opendistro_security_parent</artifactId>
|
24 |
| - <version>0.7.0.1</version> |
| 23 | + <version>0.8.0.0</version> |
25 | 24 | </parent>
|
26 | 25 |
|
27 | 26 | <artifactId>opendistro_security_advanced_modules</artifactId>
|
28 |
| - <version>0.7.0.1</version> |
| 27 | + <version>0.8.0.0</version> |
29 | 28 | <packaging>jar</packaging>
|
30 | 29 |
|
31 | 30 | <name>Open Distro Security Advanced Modules for Elasticsearch</name>
|
|
34 | 33 | <inceptionYear>2016</inceptionYear>
|
35 | 34 |
|
36 | 35 | <properties>
|
37 |
| - <security.version>0.7.0.1</security.version> |
38 |
| - <elasticsearch.version>6.5.4</elasticsearch.version> |
| 36 | + <security.version>0.8.0.0</security.version> |
| 37 | + <elasticsearch.version>6.6.2</elasticsearch.version> |
39 | 38 |
|
40 | 39 | <!-- deps -->
|
41 | 40 | <log4j.version>2.11.1</log4j.version>
|
42 | 41 | <jjwt.version>0.10.5</jjwt.version>
|
43 | 42 | <ldaptive.version>1.2.3</ldaptive.version>
|
44 |
| - <jackson-databind.version>2.8.11.1</jackson-databind.version> |
| 43 | + <jackson-databind.version>2.8.11.2</jackson-databind.version> |
45 | 44 | <http.commons.version>4.5.3</http.commons.version>
|
46 | 45 | <cxf.version>3.2.2</cxf.version>
|
47 | 46 | <guava.version>25.1-jre</guava.version>
|
|
55 | 54 | <url>https://github.com/opendistro-for-elasticsearch/security-advanced-modules</url>
|
56 | 55 | < connection>scm:git: [email protected]:opendistro-for-elasticsearch/security-advanced-modules.git</ connection>
|
57 | 56 | < developerConnection>scm:git: [email protected]:opendistro-for-elasticsearch/security-advanced-modules.git</ developerConnection>
|
58 |
| - <tag>v0.7.0.1</tag> |
| 57 | + <tag>v0.8.0.0</tag> |
59 | 58 | </scm>
|
60 | 59 |
|
61 | 60 | <issueManagement>
|
|
346 | 345 | <scope>test</scope>
|
347 | 346 | </dependency>
|
348 | 347 |
|
| 348 | + <dependency> |
| 349 | + <groupId>org.apache.logging.log4j</groupId> |
| 350 | + <artifactId>log4j-core</artifactId> |
| 351 | + <version>${log4j.version}</version> |
| 352 | + <type>test-jar</type> |
| 353 | + <scope>test</scope> |
| 354 | + </dependency> |
| 355 | + |
349 | 356 | </dependencies>
|
350 | 357 | <build>
|
351 | 358 | <plugins>
|
|
0 commit comments