<?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>
  <groupId>io.github.dtkmn</groupId>
  <artifactId>mcp-gateway-spring-webflux</artifactId>
  <version>0.6.0</version>
  <name>MCP Gateway Spring WebFlux Adapter</name>
  <description>Spring WebFlux adapter for applying MCP Gateway Core governance contracts to MCP HTTP traffic.</description>
  <url>https://github.com/dtkmn/mcp-gateway-core</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dtkmn</id>
      <name>Daniel Tse</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/dtkmn/mcp-gateway-core.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/dtkmn/mcp-gateway-core.git</developerConnection>
    <url>https://github.com/dtkmn/mcp-gateway-core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.dtkmn</groupId>
      <artifactId>mcp-gateway-core</artifactId>
      <version>0.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webflux</artifactId>
      <version>7.0.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-core</artifactId>
      <version>7.0.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.21.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
