30 lines
1.1 KiB
XML
30 lines
1.1 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/maven-v4_0_0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.agileboot</groupId>
|
|
<artifactId>agileboot-common</artifactId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
<artifactId>wol-common-web</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.agileboot</groupId>
|
|
<artifactId>wol-common-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.agileboot</groupId>
|
|
<artifactId>wol-common-json</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|