META-INF.maven.io.atlasmap.atlas-xml-core.pom.xml Maven / Gradle / Ivy
<?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">
<parent>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-xml-parent</artifactId>
<version>1.40.0-beta1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>atlas-xml-core</artifactId>
<packaging>bundle</packaging>
<name>Atlas :: XML Core</name>
<properties>
<osgi.export.pkg>io.atlasmap.xml.core,io.atlasmap.xml.inspect</osgi.export.pkg>
</properties>
<dependencies>
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-api</artifactId>
</dependency>
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-xml-model</artifactId>
</dependency>
<dependency>
<groupId>io.atlasmap</groupId>
<artifactId>atlas-core</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xsom</groupId>
<artifactId>xsom</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy