step2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.quantummaid.tutorials.basic-tutorial</groupId>
<artifactId>step2</artifactId>
<version>1.0.44</version>
</dependency><?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.quantummaid.tutorials.basic-tutorial</groupId>
<artifactId>parent</artifactId>
<version>1.0.44</version>
</parent>
<artifactId>step2</artifactId>
<properties>
<spotbugs.excludeFilterFile>
${project.basedir}/src/test/spotbugs/spotbugs-exclude.xml
</spotbugs.excludeFilterFile>
<checkstyle.suppressions.location>
${project.basedir}/src/test/checkstyle/checkstyle-suppressions.xml
</checkstyle.suppressions.location>
<dependency-update-file-checksum>8f6ea182969b0fcce9fae1bb13579713</dependency-update-file-checksum>
<plugin-update-file-checksum>35fe547b725ca8e71b0d13c8c21894df</plugin-update-file-checksum>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>de.quantummaid.quantummaid</groupId>
<artifactId>quantummaid-bom</artifactId>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>de.quantummaid.quantummaid.packagings</groupId>
<artifactId>quantummaid-essentials</artifactId>
</dependency>
</dependencies>
</project>