<?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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.uberfire</groupId>
    <artifactId>vfs-impls</artifactId>
    <version>0.1-SNAPSHOT</version>
  </parent>

  <artifactId>vfs-eclipse</artifactId>
  <packaging>jar</packaging>

  <name>VFS Eclipse Impl</name>
  <description>VFS Eclipse Impl</description>

  <dependencies>
    <dependency>
      <groupId>org.uberfire</groupId>
      <artifactId>vfs-model</artifactId>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.runtime</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.core</groupId>
      <artifactId>org.eclipse.core.resources</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
