TestServlet09.iml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" version="4">
  3. <component name="FacetManager">
  4. <facet type="web" name="Web">
  5. <configuration>
  6. <descriptors>
  7. <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/web/WEB-INF/web.xml" />
  8. </descriptors>
  9. <webroots>
  10. <root url="file://$MODULE_DIR$/web" relative="/" />
  11. </webroots>
  12. <sourceRoots />
  13. </configuration>
  14. </facet>
  15. </component>
  16. <component name="NewModuleRootManager" inherit-compiler-output="true">
  17. <exclude-output />
  18. <content url="file://$MODULE_DIR$">
  19. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  20. </content>
  21. <orderEntry type="inheritedJdk" />
  22. <orderEntry type="sourceFolder" forTests="false" />
  23. <orderEntry type="library" name="commons-dbutils-1.7" level="project" />
  24. <orderEntry type="library" name="Java EE 6-Java EE 6" level="project" />
  25. <orderEntry type="library" scope="TEST" name="junit-4.12" level="project" />
  26. <orderEntry type="library" name="jstl" level="project" />
  27. <orderEntry type="library" name="lib" level="project" />
  28. <orderEntry type="library" name="mysql-connector-java-5.1.7-bin2" level="project" />
  29. <orderEntry type="module-library">
  30. <library>
  31. <CLASSES>
  32. <root url="jar://$MODULE_DIR$/src/lib/druid-1.1.9.jar!/" />
  33. </CLASSES>
  34. <JAVADOC />
  35. <SOURCES />
  36. </library>
  37. </orderEntry>
  38. <orderEntry type="module-library">
  39. <library name="JUnit5.4">
  40. <CLASSES>
  41. <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter/5.4.2/junit-jupiter-5.4.2.jar!/" />
  42. <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.4.2/junit-jupiter-api-5.4.2.jar!/" />
  43. <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar!/" />
  44. <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar!/" />
  45. <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.4.2/junit-platform-commons-1.4.2.jar!/" />
  46. <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-params/5.4.2/junit-jupiter-params-5.4.2.jar!/" />
  47. <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.4.2/junit-jupiter-engine-5.4.2.jar!/" />
  48. <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.4.2/junit-platform-engine-1.4.2.jar!/" />
  49. </CLASSES>
  50. <JAVADOC />
  51. <SOURCES />
  52. </library>
  53. </orderEntry>
  54. <orderEntry type="module-library">
  55. <library>
  56. <CLASSES>
  57. <root url="jar://$MODULE_DIR$/src/lib/commons-dbutils-1.3.jar!/" />
  58. </CLASSES>
  59. <JAVADOC />
  60. <SOURCES />
  61. </library>
  62. </orderEntry>
  63. <orderEntry type="module-library">
  64. <library>
  65. <CLASSES>
  66. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/mysql-connector-java-5.1.7-bin.jar!/" />
  67. </CLASSES>
  68. <JAVADOC />
  69. <SOURCES />
  70. </library>
  71. </orderEntry>
  72. <orderEntry type="module-library">
  73. <library>
  74. <CLASSES>
  75. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/hamcrest-core-1.3.jar!/" />
  76. </CLASSES>
  77. <JAVADOC />
  78. <SOURCES />
  79. </library>
  80. </orderEntry>
  81. <orderEntry type="module-library">
  82. <library>
  83. <CLASSES>
  84. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/commons-beanutils-1.8.0.jar!/" />
  85. </CLASSES>
  86. <JAVADOC />
  87. <SOURCES />
  88. </library>
  89. </orderEntry>
  90. <orderEntry type="module-library">
  91. <library>
  92. <CLASSES>
  93. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/commons-logging-1.1.1.jar!/" />
  94. </CLASSES>
  95. <JAVADOC />
  96. <SOURCES />
  97. </library>
  98. </orderEntry>
  99. <orderEntry type="module-library">
  100. <library>
  101. <CLASSES>
  102. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/taglibs-standard-impl-1.2.1.jar!/" />
  103. </CLASSES>
  104. <JAVADOC />
  105. <SOURCES />
  106. </library>
  107. </orderEntry>
  108. <orderEntry type="module-library">
  109. <library>
  110. <CLASSES>
  111. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/taglibs-standard-spec-1.2.1.jar!/" />
  112. </CLASSES>
  113. <JAVADOC />
  114. <SOURCES />
  115. </library>
  116. </orderEntry>
  117. <orderEntry type="module-library">
  118. <library>
  119. <CLASSES>
  120. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/kaptcha-2.3.2.jar!/" />
  121. </CLASSES>
  122. <JAVADOC />
  123. <SOURCES />
  124. </library>
  125. </orderEntry>
  126. <orderEntry type="module-library">
  127. <library>
  128. <CLASSES>
  129. <root url="jar://$MODULE_DIR$/web/WEB-INF/lib/gson-2.2.4.jar!/" />
  130. </CLASSES>
  131. <JAVADOC />
  132. <SOURCES />
  133. </library>
  134. </orderEntry>
  135. </component>
  136. </module>