blob: 59cf0c5751bb217573362c6b46809cf6a260eab9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.emfatic.core</artifactId>
<name>Eclipse Emfatic Core</name>
<parent>
<groupId>org.eclipse.emfatic</groupId>
<artifactId>plain-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../../pom-plain.xml</relativePath>
</parent>
<dependencies>
<!-- Users wishing to use the UI-facing parts of Gymnast should just depend
directly on it: this Maven artifact tries to bring in fewer transitive
deps by excluding the UI-specific parts of Gymnast. -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>org.eclipse.gymnast.runtime.core</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.ide</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.ui.views</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.platform</groupId>
<artifactId>${swt.artifactId}</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.resources</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.common</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore.xmi</artifactId>
</dependency>
</dependencies>
</project>