<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-java-module</artifactId>
<version>2.3.11</version>
<type>bundle</type>
</dependency>
<parent> <groupId>io.atlasmap</groupId> <artifactId>atlas-java-parent</artifactId> <version>2.3.11</version> </parent>
compile
|-- io.atlasmap:atlas-java-model
|-- io.atlasmap:atlas-java-core
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.logging.log4j:log4j-slf4j-impl