pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <project>
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>id.co.hanoman</groupId>
  4. <artifactId>MWUI</artifactId>
  5. <version>1.0</version>
  6. <packaging>war</packaging>
  7. <properties>
  8. <java.version>1.8</java.version>
  9. <maven.compiler.source>1.8</maven.compiler.source>
  10. <maven.compiler.target>1.8</maven.compiler.target>
  11. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  12. </properties>
  13. <dependencies>
  14. <!-- Commons -->
  15. <dependency>
  16. <groupId>commons-codec</groupId>
  17. <artifactId>commons-codec</artifactId>
  18. <version>1.3</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>commons-logging</groupId>
  22. <artifactId>commons-logging</artifactId>
  23. <version>1.1.1</version>
  24. </dependency>
  25. <!-- Gson -->
  26. <dependency>
  27. <groupId>com.google.code.gson</groupId>
  28. <artifactId>gson</artifactId>
  29. <version>1.4</version>
  30. </dependency>
  31. <!-- Hibernate -->
  32. <dependency>
  33. <groupId>org.hibernate</groupId>
  34. <artifactId>hibernate-core</artifactId>
  35. <version>4.3.10.Final</version>
  36. </dependency>
  37. <!-- JasperReports -->
  38. <dependency>
  39. <groupId>net.sf.jasperreports</groupId>
  40. <artifactId>jasperreports</artifactId>
  41. <version>3.6.0</version>
  42. </dependency>
  43. <!-- Javassist -->
  44. <dependency>
  45. <groupId>org.javassist</groupId>
  46. <artifactId>javassist</artifactId>
  47. <version>3.18.1-GA</version>
  48. <exclusions>
  49. <exclusion>
  50. <groupId>org.apache.ant</groupId>
  51. <artifactId>ant</artifactId>
  52. </exclusion>
  53. </exclusions>
  54. </dependency>
  55. <!-- Log4j -->
  56. <dependency>
  57. <groupId>log4j</groupId>
  58. <artifactId>log4j</artifactId>
  59. <version>1.2.12</version>
  60. </dependency>
  61. <!-- Servlet API -->
  62. <dependency>
  63. <groupId>javax.servlet</groupId>
  64. <artifactId>servlet-api</artifactId>
  65. <version>2.5</version>
  66. <scope>provided</scope>
  67. </dependency>
  68. <!-- Spring -->
  69. <dependency>
  70. <groupId>org.springframework.ldap</groupId>
  71. <artifactId>spring-ldap-core</artifactId>
  72. <version>1.3.0.RELEASE</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework</groupId>
  76. <artifactId>spring-web</artifactId>
  77. <version>2.5.6</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework</groupId>
  81. <artifactId>spring-webmvc</artifactId>
  82. <version>2.5.6</version>
  83. </dependency>
  84. <!-- Struts 1.x -->
  85. <dependency>
  86. <groupId>struts</groupId>
  87. <artifactId>struts</artifactId>
  88. <version>1.2.9</version>
  89. </dependency>
  90. <!-- Velocity -->
  91. <dependency>
  92. <groupId>org.apache.velocity</groupId>
  93. <artifactId>velocity</artifactId>
  94. <version>1.5</version>
  95. </dependency>
  96. <!-- Local Repo -->
  97. <dependency>
  98. <groupId>mwdao</groupId>
  99. <artifactId>mwdao</artifactId>
  100. <version>1.0</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>com.ibm.websphere</groupId>
  104. <artifactId>appserver.api.basics</artifactId>
  105. <version>1.2.15</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>commonj</groupId>
  109. <artifactId>commonj-sdo</artifactId>
  110. <version>2.1.0</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>id.co.hanoman</groupId>
  114. <artifactId>config</artifactId>
  115. <version>1.0</version>
  116. </dependency>
  117. <dependency>
  118. <groupId>id.co.hanoman</groupId>
  119. <artifactId>hanoman-util</artifactId>
  120. <version>1.0</version>
  121. </dependency>
  122. <dependency>
  123. <groupId>id.co.hanoman</groupId>
  124. <artifactId>hcx</artifactId>
  125. <version>1.0</version>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.scupid</groupId>
  129. <artifactId>scutils</artifactId>
  130. <version>1.0</version>
  131. </dependency>
  132. <dependency>
  133. <groupId>com.ztdev</groupId>
  134. <artifactId>SppSynchronizerLibrary</artifactId>
  135. <version>1.0</version>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.ibm.db2.jcc</groupId>
  139. <artifactId>db2jcc</artifactId>
  140. <version>db2jcc4</version>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.codehaus.groovy</groupId>
  144. <artifactId>groovy</artifactId>
  145. <version>2.5.11</version>
  146. </dependency>
  147. <dependency>
  148. <groupId>org.jdom</groupId>
  149. <artifactId>jdom</artifactId>
  150. <version>1.1</version>
  151. </dependency>
  152. <dependency>
  153. <groupId>jaxen</groupId>
  154. <artifactId>jaxen</artifactId>
  155. <version>1.2.0</version>
  156. </dependency>
  157. </dependencies>
  158. <build>
  159. <plugins>
  160. <plugin>
  161. <groupId>org.apache.maven.plugins</groupId>
  162. <artifactId>maven-compiler-plugin</artifactId>
  163. <version>3.8.1</version>
  164. <configuration>
  165. <source>1.8</source>
  166. <target>1.8</target>
  167. </configuration>
  168. </plugin>
  169. <plugin>
  170. <groupId>org.apache.maven.plugins</groupId>
  171. <artifactId>maven-war-plugin</artifactId>
  172. <version>3.3.2</version>
  173. <configuration>
  174. <webResources>
  175. <resource>
  176. <directory>src/main/webapp/WEB-INF/lib</directory>
  177. <targetPath>WEB-INF/lib</targetPath>
  178. <includes>
  179. <include>*.license</include>
  180. </includes>
  181. </resource>
  182. </webResources>
  183. </configuration>
  184. </plugin>
  185. <plugin>
  186. <groupId>io.openliberty.tools</groupId>
  187. <artifactId>liberty-maven-plugin</artifactId>
  188. <version>3.11.1</version>
  189. <configuration>
  190. <appsDirectory>apps</appsDirectory>
  191. <installAppPackages>project</installAppPackages>
  192. </configuration>
  193. </plugin>
  194. </plugins>
  195. </build>
  196. <!-- IBM Repository -->
  197. <repositories>
  198. <repository>
  199. <id>ibm-repository</id>
  200. <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
  201. </repository>
  202. </repositories>
  203. </project>