<?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>org.fireflyframework</groupId>
  <artifactId>fireflyframework-security-oauth2-client</artifactId>
  <version>26.06.02</version>
  <name>Firefly Framework - Security OAuth2 Client</name>
  <description>Reactive OAuth2/OIDC client (BFF): authorization_code + PKCE, client_credentials, refresh, and a WebClient token-relay filter</description>
  <url>https://github.com/fireflyframework/fireflyframework-security-oauth2-client</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Firefly Software Foundation</name>
      <email>dev@fireflyframework.org</email>
      <organization>Firefly Software Foundation</organization>
      <organizationUrl>https://fireflyframework.org</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/fireflyframework/fireflyframework-parent.git/fireflyframework-security-oauth2-client</connection>
    <developerConnection>scm:git:ssh://github.com:fireflyframework/fireflyframework-parent.git/fireflyframework-security-oauth2-client</developerConnection>
    <url>https://github.com/fireflyframework/fireflyframework-parent/fireflyframework-security-oauth2-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.security</groupId>
      <artifactId>spring-security-oauth2-client</artifactId>
      <version>6.5.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webflux</artifactId>
      <version>6.2.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>3.5.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.42</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
