<!-- Copyright (c) 2020 The JavaSSH Project Permission is hereby granted, 
	free of charge, to any person obtaining a copy of this software and associated 
	documentation files (the "Software"), to deal in the Software without restriction, 
	including without limitation the rights to use, copy, modify, merge, publish, 
	distribute, sublicense, and/or sell copies of the Software, and to permit 
	persons to whom the Software is furnished to do so, subject to the following 
	conditions: The above copyright notice and this permission notice shall be 
	included in all copies or substantial portions of the Software. THE SOFTWARE 
	IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING 
	BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
	PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 
	BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
	OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH 
	THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -->
<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">
	<properties>
		<!-- Version of Synergy Hotfixes to use. When updating, also consider updating 
			the same property in sshapi-performance-tests and sshapi-tests-server-maverick-synergy -->
		<maverickSynergyVersion>3.0.7</maverickSynergyVersion>
	</properties>
	<packaging>jar</packaging>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>sshapi-maverick-synergy-hotfixes</artifactId>
	<name>SSHAPI Maverick Synergy (Hotfixes)</name>
	<description>This version uses the Commercial Maverick Synergy (3.x) branch of Maverick.

Downloads and more information about Maverick may be found at https://www.jadaptive.com

This library is the provider bridge for SSHAPI.</description>
	<parent>
		<artifactId>sshapi-private</artifactId>
		<groupId>com.sshtools</groupId>
		<version>2.0.0-SNAPSHOT</version>
		<relativePath>..</relativePath>
	</parent>
	<dependencies>
		<dependency>
			<groupId>com.sshtools</groupId>
			<artifactId>sshapi-maverick-synergy</artifactId>
			<version>${project.version}</version>
			<type>jar</type>
			<scope>compile</scope>
			<exclusions>
				<exclusion>
					<groupId>com.sshtools</groupId>
					<artifactId>maverick-synergy-client</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.sshtools</groupId>
					<artifactId>maverick-zip</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.sshtools</groupId>
					<artifactId>maverick-x509</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.sshtools</groupId>
					<artifactId>maverick-bc</artifactId>
				</exclusion>
				<exclusion>
					<groupId>com.sshtools</groupId>
					<artifactId>maverick-sshagent</artifactId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>com.sshtools</groupId>
			<artifactId>sshapi-maverick-synergy-license</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-synergy-client</artifactId>
			<version>${maverickSynergyVersion}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-zip</artifactId>
			<version>${maverickSynergyVersion}</version>
		</dependency>
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-x509</artifactId>
			<version>${maverickSynergyVersion}</version>
		</dependency>
		<!-- <dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-bc</artifactId>
			<version>${maverickSynergyVersion}</version>
		</dependency> -->
		<dependency>
			<groupId>com.sshtools.hotfixes</groupId>
			<artifactId>maverick-sshagent</artifactId>
			<version>${maverickSynergyVersion}</version>
		</dependency>
	</dependencies>


	<repositories>
		<repository>
			<id>public-snapshots</id>
			<url>https://artifactory.jadaptive.com/public-snapshots</url>
			<snapshots />
			<releases>
				<enabled>false</enabled>
			</releases>
		</repository>
	</repositories>
</project>
