-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
16 lines (16 loc) · 1.2 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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/1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="database"/>
<classpathentry kind="src" path="Tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: mysql:mysql-connector-java:6.0.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: com.github.javafaker:javafaker:0.12"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: org.apache.commons:commons-lang3:3.5"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: com.github.mifmif:generex:1.0.2"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: dk.brics.automaton:automaton:1.11-8"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: junit:junit:4.12"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: org.hamcrest:hamcrest-core:1.3"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Maven: org.assertj:assertj-core:3.6.2"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>