WIP
[demos/pact] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <parent>
6                 <groupId>org.springframework.boot</groupId>
7                 <artifactId>spring-boot-starter-parent</artifactId>
8                 <version>2.4.3</version>
9                 <relativePath/> <!-- lookup parent from repository -->
10         </parent>
11         <groupId>de.juplo.demos</groupId>
12         <artifactId>pact</artifactId>
13         <version>1.0.0</version>
14         <packaging>pom</packaging>
15         <name>pact</name>
16         <description>Pact-Demo based on Spring Boot</description>
17         <properties>
18                 <java.version>11</java.version>
19                 <pact.version>4.2.2</pact.version>
20         </properties>
21         <modules>
22                 <module>pwreset</module>
23         </modules>
24
25 </project>