* JAVA-20405 Align name for spring-boot-aws * JAVA-20405 Align module name for spring-boot-3-url-matching * JAVA-20405 Align module name for core-java-streams-collect * JAVA-20405 Align module name for dummy-surefire-junit47 --------- Co-authored-by: timis1 <noreplay@yahoo.com>
16 lines
617 B
XML
16 lines
617 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
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>
|
|
<groupId>org.apache.maven.surefire</groupId>
|
|
<artifactId>dummy-surefire-junit47</artifactId>
|
|
<version>dummy</version>
|
|
|
|
<parent>
|
|
<groupId>com.baeldung.dependency-exclusion</groupId>
|
|
<artifactId>dependency-exclusion</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
</project>
|