| Group ID: |
org.ligoj.api |
| Artifact ID: |
plugin-api-test |
| Last modified: |
02.10.2019 21:57 |
| Packaging: |
jar |
| Name: |
Ligoj - API Test |
| Description: |
API test configuration |
| URL: |
https://github.com/ligoj/ligoj-api/plugin-api-test |
|
|
| Size: |
5.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/ligoj/api/plugin-api-test/3.2.3/plugin-api-test-3.2.3-test-sources.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>3.2.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>plugin-api-test</artifactId>
<packaging>jar</packaging>
<name>Ligoj - API Test</name>
<description>API test configuration</description>
<url>https://github.com/ligoj/ligoj-api/plugin-api-test</url>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-iam-empty</artifactId>
<version>${api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.ligoj.bootstrap</groupId>
<artifactId>bootstrap-business-test</artifactId>
</dependency>
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-iam-empty</artifactId>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-api-test</artifactId>
<version>3.2.3</version>
<classifier>test-sources</classifier>
</dependency>
|
| Gradle: |
org.ligoj.api:plugin-api-test:3.2.3:test-sources |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|