All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.com.mizhousoft.sdk.apple-open.pom.xml Maven / Gradle / Ivy

The newest version!
<?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>

	<parent>
		<groupId>com.mizhousoft.sdk</groupId>
		<artifactId>apple-sdk</artifactId>
		<version>2.0.2</version>
	</parent>

	<artifactId>apple-open</artifactId>
	<packaging>jar</packaging>

	<name>apple-open</name>

	<properties>
		<maven.deploy.skip>true</maven.deploy.skip>
	</properties>

	<dependencies>
		<dependency>
			<groupId>com.mizhousoft.sdk</groupId>
			<artifactId>apple-common</artifactId>
			<version>${apple.version}</version>
		</dependency>
		<dependency>
			<groupId>io.jsonwebtoken</groupId>
			<artifactId>jjwt-api</artifactId>
		</dependency>
		<dependency>
			<groupId>io.jsonwebtoken</groupId>
			<artifactId>jjwt-impl</artifactId>
		</dependency>
		<dependency>
			<groupId>io.jsonwebtoken</groupId>
			<artifactId>jjwt-jackson</artifactId>
		</dependency>
		<dependency>
	        <groupId>com.konghq</groupId>
	        <artifactId>unirest-java-core</artifactId>
	    </dependency>
	    <dependency>
	        <groupId>com.konghq</groupId>
	        <artifactId>unirest-modules-jackson</artifactId>
	    </dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-web</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy