<?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>

	<groupId>com.grapecity.documents</groupId>
	<artifactId>gcexcel</artifactId>
	<version>4.1.1</version>
	<packaging>jar</packaging>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<name>gcexcel</name>
	<description>Java Spreadsheet API with no Excel dependencies</description>
	<url>http://www.grapecity.com/</url>

	<licenses>
		<license>
			<name>GcExcel</name>
			<url>http://www.grapecity.com/</url>
		</license>
	</licenses>

	<developers>
		<developer>
			<name>GrapeCity</name>
			<email>us.sales@grapecity.com</email>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>org.glassfish</groupId>
			<artifactId>javax.json</artifactId>
			<version>1.0.4</version>
		</dependency>
		<dependency>
			<groupId>org.apache.pdfbox</groupId>
			<artifactId>pdfbox</artifactId>
			<version>2.0.19</version>
		</dependency>
		<dependency>
		    <groupId>commons-logging</groupId>
		    <artifactId>commons-logging</artifactId>
		    <version>1.2</version>
		</dependency>
		<dependency>
			<groupId>net.sf.barcode4j</groupId>
			<artifactId>barcode4j</artifactId>
			<version>2.1</version>
		</dependency>
		<dependency>
		  <groupId>com.google.code.gson</groupId>
		  <artifactId>gson</artifactId>
		  <version>2.8.5</version>
		</dependency>
	</dependencies>

	<distributionManagement>
		<repository>
			<id>ossrh</id>
			<name>Maven Center</name>
			<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
		</repository>
	</distributionManagement>

	<scm>
		<url>https://github.com/grapecity</url>
		<connection>scm:git:git://github.com/grapecity/gcexcel.git</connection>
		<developerConnection>scm:git:ssh://github.com:grapecity/gcexcel.git</developerConnection>
	</scm>

</project>
