<?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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>legend-engine-xt-relationalStore-h2</artifactId>
    <groupId>org.finos.legend.engine</groupId>
    <version>4.103.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>legend-engine-xt-relationalStore-h2-execution-2.1.214</artifactId>
  <name>Legend Engine - XT - Relational Store - H2 - Execution - 2.1.214</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <filters>
                <filter>
                  <artifact>com.h2database:h2:2.1.214</artifact>
                  <includes>
                    <include>**/*.class</include>
                    <include>**/*.xml</include>
                  </includes>
                  <excludes>
                    <exclude>org/h2/engine/Mode</exclude>
                    <exclude>org/h2/value/TypeInfo</exclude>
                  </excludes>
                </filter>
              </filters>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.1</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <properties>
    <maven.compiler.target>11</maven.compiler.target>
    <maven.compiler.source>11</maven.compiler.source>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
</project>
