2017-12-29 16:18:40 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<classpath>
|
|
|
|
|
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="optional" value="true"/>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2018-01-09 16:50:39 +08:00
|
|
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
2017-12-29 16:18:40 +08:00
|
|
|
<attributes>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2019-01-06 12:41:14 +06:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_144">
|
2018-01-09 16:50:39 +08:00
|
|
|
<attributes>
|
|
|
|
|
<attribute name="maven.pomderived" value="true"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2018-05-25 13:25:21 +08:00
|
|
|
<classpathentry kind="lib" path="lib/jersey-client-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jersey-common-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jersey-entity-filtering-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jersey-guava-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jersey-media-json-jackson-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jersey-media-multipart-2.23.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/javax.annotation-api-1.2.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/javax.inject-2.4.0-b34.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/javax.servlet-api-3.1.0.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/javax.ws.rs-api-2.0.1.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/hk2-api-2.4.0-b34.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/hk2-locator-2.4.0-b34.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/hk2-utils-2.4.0-b34.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jna-4.1.0.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jna-platform-4.1.0.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/mchange-commons-java-0.2.11.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/mimepull-1.9.6.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-annotations-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-core-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-databind-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-jaxrs-base-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-jaxrs-json-provider-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
|
|
|
|
<classpathentry kind="lib" path="lib/jackson-module-jaxb-annotations-2.5.4.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2018-05-30 15:12:11 +08:00
|
|
|
<classpathentry kind="lib" path="lib/java-ipv6-0.16.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2019-01-06 12:41:14 +06:00
|
|
|
<classpathentry kind="lib" path="lib/jave-1.0.2.jar">
|
|
|
|
|
<attributes>
|
|
|
|
|
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
|
|
|
|
|
</attributes>
|
|
|
|
|
</classpathentry>
|
2017-12-29 16:18:40 +08:00
|
|
|
<classpathentry kind="output" path="target/classes"/>
|
|
|
|
|
</classpath>
|