<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.talend.ci</groupId>
	<artifactId>builder-maven-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<name>Talend CI Builder</name>
	<version>8.0.12</version>
	<description>Talend Maven plugin for continuous integration.This version needs to work with the Studio monthly update 8.0 R2023-01 or a later one until the next version of Talend CI Builder plugin is released in a newer Studio monthly update.</description>
	<url>https://help.talend.com/r/en-US/8.0/software-dev-lifecycle-best-practices-guide/talend-development-life-cycle</url>
	<licenses>
		<license>
		  <name>Talend</name>
		  <url>https://www.talendforge.org/modules/licenses/TALEND.txt</url>
		  <distribution>repo</distribution>
		</license>
	</licenses>
	<dependencies>
		<dependency>
			<groupId>org.sonatype.plexus</groupId>
			<artifactId>plexus-sec-dispatcher</artifactId>
			<version>1.4</version>
			<exclusions>
				<exclusion>
					<groupId>org.sonatype.plexus</groupId>
					<artifactId>plexus-cipher</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-cipher</artifactId>
			<version>1.8</version>
		</dependency>
		<dependency>
			<groupId>org.codehaus.plexus</groupId>
			<artifactId>plexus-utils</artifactId>
			<version>3.0.24</version>
		</dependency>
		<dependency>
			<groupId>commons-codec</groupId>
			<artifactId>commons-codec</artifactId>
			<version>1.15</version>
		</dependency>
		<dependency>
			<groupId>commons-lang</groupId>
			<artifactId>commons-lang</artifactId>
			<version>2.6</version>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.8.0</version>
		</dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.9</version>
        </dependency>
	</dependencies>
</project>
