| 组织ID: |
org.dotwebstack.framework |
| 项目ID: |
dotwebstack-integration-test |
| 版本: |
0.1.7 |
| 最后修改时间: |
2019-12-03 02:39:23 |
| 包类型: |
jar |
| 标题: |
DotWebStack Integration Test |
| 大小: |
1.92KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-integration-test</artifactId>
<version>0.1.7</version>
</dependency>
|
| Gradle引入代码: |
org.dotwebstack.framework:dotwebstack-integration-test:0.1.7
|
| 下载Jar包: |
|
| POM文件内容: |
<?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.dotwebstack.framework</groupId>
<artifactId>dotwebstack-framework</artifactId>
<version>0.1.7</version>
</parent>
<artifactId>dotwebstack-integration-test</artifactId>
<name>DotWebStack Integration Test</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-backend-sparql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-frontend-ld</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-frontend-openapi</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>dotwebstack-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.dotwebstack.framework/dotwebstack-integration-test/pom.xml
META-INF/maven/org.dotwebstack.framework/dotwebstack-integration-test/pom.properties
|
| 依赖Jar: |
|