<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.terracotta</groupId>
    <artifactId>build-parent</artifactId>
    <version>4.4.0.3.31</version>
    <relativePath>../community/build-parent</relativePath>
  </parent>
  <groupId>com.terracottatech.internal</groupId>
  <artifactId>build-parent-ee</artifactId>
  <packaging>pom</packaging>
  <properties>
    <bigmemory-restartable-core-storage.version>2.1.3</bigmemory-restartable-core-storage.version>
    <security.version>4.4.0.3.31</security.version>
    <ehcache-ee.version>2.11.0.3.31</ehcache-ee.version>
    <wan-management.version></wan-management.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.terracottatech.internal</groupId>
        <artifactId>bigmemory-restartable-core-storage</artifactId>
        <version>${bigmemory-restartable-core-storage.version}</version>
      </dependency>
      <dependency>
        <groupId>com.terracottatech</groupId>
        <artifactId>search-ee</artifactId>
        <version>${search.version}</version>
        <exclusions>
          <exclusion>
            <groupId>com.terracottatech</groupId>
            <artifactId>offheap-restartable-store</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>com.terracotta</groupId>
        <artifactId>security-core</artifactId>
        <version>${security.version}</version>
      </dependency>
      <dependency>
        <groupId>com.terracotta</groupId>
        <artifactId>security-keychain</artifactId>
        <version>${security.version}</version>
      </dependency>
      <dependency>
        <groupId>com.terracotta</groupId>
        <artifactId>security-REST</artifactId>
        <version>${security.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <plugins>
      <plugin>
        <groupId>com.mycila</groupId>
        <artifactId>license-maven-plugin</artifactId>
        <configuration>
          <defaultBasedir>${project.basedir}</defaultBasedir>
          <licenseSets>
            <licenseSet>
              <inlineHeader>
                All content copyright (c) 2003-2022 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice.  All rights reserved.</inlineHeader>
            </licenseSet>
          </licenseSets>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <distributionManagement>
    <repository>
      <id>terracotta-nexus-staging</id>
      <name>Terracotta Nexus Staging Repository</name>
      <url>${terracotta-nexus-staging-url}</url>
    </repository>
    <snapshotRepository>
      <id>terracotta-ee-snapshots</id>
      <uniqueVersion>false</uniqueVersion>
      <name>Terracotta EE Snapshots Repository</name>
      <url>${terracotta-ee-snapshots-url}</url>
    </snapshotRepository>
  </distributionManagement>
</project>
