<?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/maven-v4_0_0.xsd"> <parent> <artifactId>step-library-parent</artifactId> <groupId>ch.exense.step.library</groupId> <version>1.0.32</version> <relativePath>../../../step-library-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>step-library-commons</artifactId> <name>${project.groupId}:${project.artifactId}</name> <dependencies> <dependency> <groupId>ch.exense.step</groupId> <artifactId>step-grid-api</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> <version>2.1.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>ch.exense.step.library</groupId> <artifactId>step-library-commons</artifactId> <version>1.0.32</version> </dependency>
ch.exense.step.library:step-library-commons:1.0.32