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