<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">
  <parent>
        <groupId>com.xrite</groupId>
        <artifactId>xrite-colorlib-project</artifactId>
        <version>1.27-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>xrite-colorlib</artifactId>
  <packaging>jar</packaging>
  <version>1.27-SNAPSHOT</version>
  <name>xrite-colorlib</name>
  <dependencies>
    <dependency>
      <groupId>com.xrite</groupId>
      <artifactId>xrite-colorlib-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
        <artifactId>xercesImpl</artifactId>
        <version>2.4.0</version><!--Desire 2.5.0-->
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>xalan</groupId>
        <artifactId>xalan</artifactId>
        <version>2.5.1</version><!--Desire 2.5.2-->
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>jaxp</groupId>
      <artifactId>jaxp</artifactId>
      <version>1.3.1_01</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
