<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.minbox.framework</groupId>
    <artifactId>grace-bom</artifactId>
    <version>1.0.1</version>
    <relativePath>../grace-bom</relativePath>
  </parent>
  <groupId>org.minbox.framework</groupId>
  <artifactId>grace-core</artifactId>
  <version>1.0.1</version>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <properties>
    <maven.compiler.target>11</maven.compiler.target>
    <maven.compiler.source>11</maven.compiler.source>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aop</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.minbox.framework</groupId>
      <artifactId>grace-expression</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.minbox.framework</groupId>
      <artifactId>grace-processor</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.minbox.framework</groupId>
      <artifactId>minbox-core</artifactId>
    </dependency>
  </dependencies>
</project>
