<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>app.boboc</groupId>
  <artifactId>webflux-websocket-coroutine</artifactId>
  <version>0.0.5</version>
  <name>webflux-websocket-coroutine</name>
  <description>Webflux WebSocket Coroutine</description>
  <url>https://github.com/boboc-app/webflux-websocket-coroutine</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/boboc-app/webflux-websocket-coroutine/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bo.kang</id>
      <name>Bo Chan Kang</name>
      <email>ebfks0301@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/boboc-app/webflux-websocket-coroutine.git</connection>
    <url>https://github.com/boboc-app/webflux-websocket-coroutine</url>
  </scm>
  <issueManagement>
    <url>https://github.com/boboc-app/webflux-websocket-coroutine/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>3.1.11</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-webflux</artifactId>
        <version>3.1.11</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
