65 lines
1.7 KiB
XML
65 lines
1.7 KiB
XML
<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>org.springframework.experimental</groupId>
|
|
<artifactId>spring-modulith</artifactId>
|
|
<version>0.4.1</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<name>Spring Modulith - Docs</name>
|
|
<artifactId>spring-modulith-docs</artifactId>
|
|
|
|
<properties>
|
|
<module.name>org.springframework.modulith.docs</module.name>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>${project.groupId}</groupId>
|
|
<artifactId>spring-modulith-core</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.structurizr</groupId>
|
|
<artifactId>structurizr-core</artifactId>
|
|
<version>1.18.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.structurizr</groupId>
|
|
<artifactId>structurizr-plantuml</artifactId>
|
|
<version>1.6.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.structurizr</groupId>
|
|
<artifactId>structurizr-export</artifactId>
|
|
<version>1.8.3</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.jayway.jsonpath</groupId>
|
|
<artifactId>json-path</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>capital.scalable</groupId>
|
|
<artifactId>spring-auto-restdocs-core</artifactId>
|
|
<version>2.0.11</version>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|