<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>operator-framework-spring-boot-starter-parent</artifactId>
    <groupId>io.javaoperatorsdk</groupId>
    <version>5.4.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>operator-framework-spring-boot-starter-samples-parent</artifactId>
  <name>Java Operator SDK Spring Boot Starter - Samples</name>

  <packaging>pom</packaging>

  <modules>
    <module>spring-boot-auto-config</module>
    <module>common</module>
  </modules>
</project>
