Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
  3. <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_10">
  4. <output url="file://$MODULE_DIR$/target/classes" />
  5. <output-test url="file://$MODULE_DIR$/target/test-classes" />
  6. <content url="file://$MODULE_DIR$">
  7. <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
  8. <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
  9. <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
  10. <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
  11. <sourceFolder url="file://$MODULE_DIR$/target/generated-sources" isTestSource="false" generated="true" />
  12. <excludeFolder url="file://$MODULE_DIR$/target" />
  13. </content>
  14. <orderEntry type="inheritedJdk" />
  15. <orderEntry type="sourceFolder" forTests="false" />
  16. <orderEntry type="module-library" exported="">
  17. <library>
  18. <CLASSES>
  19. <root url="jar://$MODULE_DIR$/../../SQLite/sqlite-jdbc-3.27.2.1.jar!/" />
  20. </CLASSES>
  21. <JAVADOC />
  22. <SOURCES />
  23. </library>
  24. </orderEntry>
  25. <orderEntry type="library" scope="PROVIDED" name="Maven: commons-lang:commons-lang:2.6" level="project" />
  26. <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.findbugs:jsr305:1.3.9" level="project" />
  27. <orderEntry type="library" scope="PROVIDED" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
  28. <orderEntry type="library" scope="PROVIDED" name="Maven: junit:junit:4.10" level="project" />
  29. <orderEntry type="library" scope="PROVIDED" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
  30. <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.guava:guava:21.0" level="project" />
  31. <orderEntry type="library" scope="PROVIDED" name="Maven: com.google.code.gson:gson:2.8.0" level="project" />
  32. <orderEntry type="library" scope="PROVIDED" name="Maven: net.md-5:bungeecord-chat:1.13-SNAPSHOT" level="project" />
  33. <orderEntry type="library" scope="PROVIDED" name="Maven: org.yaml:snakeyaml:1.23" level="project" />
  34. <orderEntry type="library" scope="PROVIDED" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
  35. <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm:7.1" level="project" />
  36. <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-commons:7.1" level="project" />
  37. <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-tree:7.1" level="project" />
  38. <orderEntry type="library" scope="PROVIDED" name="Maven: org.ow2.asm:asm-analysis:7.1" level="project" />
  39. <orderEntry type="library" name="Maven: org.jooq:jooq:3.11.11" level="project" />
  40. <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.2.12" level="project" />
  41. <orderEntry type="library" name="Maven: org.jooq:jooq-meta:3.11.11" level="project" />
  42. <orderEntry type="library" name="Maven: org.jooq:jooq-codegen:3.11.11" level="project" />
  43. <orderEntry type="library" name="Maven: javax.annotation:javax.annotation-api:1.2" level="project" />
  44. </component>
  45. </module>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement