Changeset View
Changeset View
Standalone View
Standalone View
swh/lister/maven/tests/data/https_maven.org/sprova4j-0.1.0.pom
- This file was added.
<?xml version="1.0" encoding="UTF-8"?> | |||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |||||
<modelVersion>4.0.0</modelVersion> | |||||
<groupId>al.aldi</groupId> | |||||
<artifactId>sprova4j</artifactId> | |||||
<version>0.1.0</version> | |||||
<name>sprova4j</name> | |||||
<description>Java client for Sprova Test Management</description> | |||||
<url>https://github.com/aldialimucaj/sprova4j</url> | |||||
<inceptionYear>2018</inceptionYear> | |||||
<licenses> | |||||
<license> | |||||
<name>The Apache Software License, Version 2.0</name> | |||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |||||
<distribution>repo</distribution> | |||||
</license> | |||||
</licenses> | |||||
<developers> | |||||
<developer> | |||||
<id>aldi</id> | |||||
<name>Aldi Alimucaj</name> | |||||
<email>aldi.alimucaj@gmail.com</email> | |||||
</developer> | |||||
</developers> | |||||
<scm> | |||||
<connection>scm:git:git://github.com/aldialimucaj/sprova4j.git</connection> | |||||
<developerConnection>scm:git:git://github.com/aldialimucaj/sprova4j.git</developerConnection> | |||||
<url>https://github.com/aldialimucaj/sprova4j</url> | |||||
</scm> | |||||
<dependencies> | |||||
<dependency> | |||||
<groupId>ch.qos.logback</groupId> | |||||
<artifactId>logback-classic</artifactId> | |||||
<version>1.2.3</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>com.google.code.gson</groupId> | |||||
<artifactId>gson</artifactId> | |||||
<version>2.8.3</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>com.squareup.okhttp3</groupId> | |||||
<artifactId>okhttp</artifactId> | |||||
<version>3.10.0</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>com.squareup.okio</groupId> | |||||
<artifactId>okio</artifactId> | |||||
<version>1.0.0</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>org.glassfish</groupId> | |||||
<artifactId>javax.json</artifactId> | |||||
<version>1.1.2</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>javax.json</groupId> | |||||
<artifactId>javax.json-api</artifactId> | |||||
<version>1.1.2</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>javax.validation</groupId> | |||||
<artifactId>validation-api</artifactId> | |||||
<version>2.0.1.Final</version> | |||||
<scope>runtime</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>junit</groupId> | |||||
<artifactId>junit</artifactId> | |||||
<version>4.12</version> | |||||
<scope>test</scope> | |||||
</dependency> | |||||
<dependency> | |||||
<groupId>com.squareup.okhttp3</groupId> | |||||
<artifactId>mockwebserver</artifactId> | |||||
<version>3.10.0</version> | |||||
<scope>test</scope> | |||||
</dependency> | |||||
</dependencies> | |||||
</project> |