<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (C) 2015 The Gravitee team (http://gravitee.io)

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

            http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

-->
<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>io.gravitee.apim.gateway.services</groupId>
    <artifactId>gravitee-apim-gateway-services</artifactId>
    <version>3.15.11</version>
  </parent>
  <groupId>io.gravitee.apim.gateway.services</groupId>
  <artifactId>gravitee-apim-gateway-services-debug</artifactId>
  <version>3.15.11</version>
  <name>Gravitee.io APIM - Gateway - Services - Debug</name>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-core</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-reporting</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway.handlers</groupId>
      <artifactId>gravitee-apim-gateway-handlers-api</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.repository</groupId>
      <artifactId>gravitee-apim-repository-api</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-resource</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.plugin</groupId>
      <artifactId>gravitee-plugin-resource</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.plugin</groupId>
      <artifactId>gravitee-plugin-policy</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.el</groupId>
      <artifactId>gravitee-expression-language</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-env</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-http</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-reactor</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.definition</groupId>
      <artifactId>gravitee-apim-definition-model</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.gateway</groupId>
      <artifactId>gravitee-gateway-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.reporter</groupId>
      <artifactId>gravitee-reporter-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.plugin</groupId>
      <artifactId>gravitee-plugin-alert</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.common</groupId>
      <artifactId>gravitee-common</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-platform</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>io.gravitee.apim.gateway</groupId>
      <artifactId>gravitee-apim-gateway-dictionary</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-unit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.tomakehurst</groupId>
      <artifactId>wiremock</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <version>2.3</version>
        <executions>
          <execution>
            <id>make-plugin-assembly</id>
            <phase>package</phase>
            <goals>
              <goal>single</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <appendAssemblyId>false</appendAssemblyId>
          <descriptors>
            <descriptor>src/main/assembly/plugin-assembly.xml</descriptor>
          </descriptors>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
