<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.victools</groupId>
  <artifactId>jsonschema-generator</artifactId>
  <version>v4.17.0</version>
  <dependencies>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-generator</artifactId>
      <version>v4.17.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-maven-plugin</artifactId>
      <version>v4.17.0</version>
      <type>maven-plugin</type>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-module-jackson</artifactId>
      <version>v4.17.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-module-jakarta-validation</artifactId>
      <version>v4.17.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-module-javax-validation</artifactId>
      <version>v4.17.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-module-swagger-1.5</artifactId>
      <version>v4.17.0</version>
    </dependency>
    <dependency>
      <groupId>com.github.victools.jsonschema-generator</groupId>
      <artifactId>jsonschema-module-swagger-2</artifactId>
      <version>v4.17.0</version>
    </dependency>
  </dependencies>
</project>
