mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
- core-shaded - has CryptUtils (used by core and can be shared with consumer plugins) - core - License data structures & verifier - licensor - License Signer along with key-pair and license generation, verification - plugin - Enforce licensing on a deployment Original commit: elastic/x-pack-elasticsearch@041ef3a9f1
17 lines
673 B
XML
17 lines
673 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<parent>
|
|
<artifactId>elasticsearch-license</artifactId>
|
|
<groupId>org.elasticsearch</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>elasticsearch-license-core-shaded</artifactId>
|
|
|
|
<properties>
|
|
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
|
|
</properties>
|
|
</project> |