-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
29 lines (29 loc) · 1.94 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="src" path="target/generated-sources/annotations"/>
<classpathentry kind="lib" path="WEB-INF/classes" sourcepath="WEB-INF/classes"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jjwt-api.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jjwt-impl.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jjwt-jackson.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-config.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-core.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-security-web.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/spring-webmvc.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/swagger-annotations.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/swagger-parser.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/mapstruct.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jackson-datatype-jsr310.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/mapstruct-processor.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/hibernate-validator.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/jboss-logging.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/classmate.jar"/>
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/classgraph.jar"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>