Skip to content
Snippets Groups Projects
pom.xml 894 B
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
qa-soleil's avatar
qa-soleil committed
<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>
qa-soleil's avatar
qa-soleil committed
  <parent>
    <groupId>fr.soleil.lib</groupId>
    <artifactId>docking</artifactId>
    <version>1.1.5</version>
qa-soleil's avatar
qa-soleil committed
  </parent>
qa-soleil's avatar
qa-soleil committed
  <groupId>fr.soleil.lib</groupId>
  <artifactId>DockingVl</artifactId>
qa-soleil's avatar
qa-soleil committed
  <name>Docking VL</name>
  <description>VL Docking implementation of DockingCore</description>
qa-soleil's avatar
qa-soleil committed
  <dependencies>
    <dependency>
      <groupId>fr.soleil.lib</groupId>
      <artifactId>DockingCore</artifactId>
    </dependency>
    <dependency>
      <groupId>com.vlsolutions</groupId>
      <artifactId>vldocking</artifactId>
      <version>3.0.2</version>
    </dependency>
  </dependencies>