<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="main/src/java"/>
	<classpathentry kind="src" path="main/src/resources"/>
	<classpathentry combineaccessrules="false" kind="src" path="/CoreValueObjects"/>
	<classpathentry combineaccessrules="false" kind="src" path="/ImagingCommon"/>
	<classpathentry combineaccessrules="false" kind="src" path="/ImagingExchangeCache"/>
	<classpathentry combineaccessrules="false" kind="src" path="/TransactionContext"/>
	<classpathentry combineaccessrules="false" kind="src" path="/CacheAPI"/>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.9.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.9.0</version>
    </dependency>
	<classpathentry kind="var" path="M2_REPO/springframework/spring/1.2.9/spring-1.2.9.jar" sourcepath="/SPRING_SRC"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
