<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>
	<artifactId>key-management-lib</artifactId>

    <parent>
	    <groupId>com.sshtools</groupId>
	    <artifactId>key-management</artifactId>
	    <version>1.1.0-SNAPSHOT</version>
        <relativePath>../</relativePath>
    </parent>

	<distributionManagement>
		<repository>
			<id>libs-releases-local</id>
			<name>libs-releases</name>
			<url>https://artifactory.jadaptive.com/libs-releases-local</url>
		</repository>
		<snapshotRepository>
			<id>libs-snapshots-local</id>
			<name>libs-snapshots</name>
			<url>https://artifactory.jadaptive.com/libs-snapshots-local</url>
		</snapshotRepository>
	</distributionManagement>
    
    <dependencies>
		<dependency>
			<groupId>disco</groupId>
			<artifactId>discoinferno</artifactId>
			<version>1.2.0-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-synergy-client</artifactId>
			<version>${maverick.synergy.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-bc</artifactId>
			<version>${maverick.synergy.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-sshagent</artifactId>
			<version>${maverick.synergy.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-sshagent-jdk16-sockets</artifactId>
			<version>${maverick.synergy.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-sshagent-named-pipes</artifactId>
			<version>${maverick.synergy.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools</groupId>
			<artifactId>sequins</artifactId>
			<version>0.0.2</version>
		</dependency>
	</dependencies>

	<repositories>
		<repository>
			<id>sshtools-releases</id>
			<name>sshtools-releases</name>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<url>https://artifactory.jadaptive.com/public-releases</url>
		</repository>
		<repository>
			<id>sshtools-snapshots</id>
			<name>sshtools-snapshots</name>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<url>https://artifactory.jadaptive.com/public-snapshots</url>
		</repository>
		<repository>
			<id>opensource-releases</id>
			<name>opensource-releases</name>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<url>https://artifactory.jadaptive.com/opensource-releases</url>
		</repository>
		<repository>
			<id>opensource-snapshots</id>
			<name>opensource-snapshots</name>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
			<url>https://artifactory.jadaptive.com/opensource-snapshots</url>
		</repository>
	</repositories>
</project>
