﻿<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.github.arminmajerie</groupId>
    <artifactId>datamorph-camel-parent</artifactId>
    <version>1.21.11</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>datamorph-camel-spring-boot-starter</artifactId>
  <name>DataMorph Camel Spring Boot Starter</name>
  <description>Spring Boot starter for the DataMorph Apache Camel integrations</description>
  <dependencies>
    <dependency>
      <groupId>io.github.arminmajerie</groupId>
      <artifactId>datamorph-camel-component</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.camel.springboot</groupId>
      <artifactId>camel-spring-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.camel</groupId>
      <artifactId>camel-test-spring-junit5</artifactId>
      <version>${camel.version}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>