pom.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. <dependencies>
  8. <!-- Commons -->
  9. <dependency>
  10. <groupId>commons-codec</groupId>
  11. <artifactId>commons-codec</artifactId>
  12. <version>1.3</version>
  13. </dependency>
  14. <dependency>
  15. <groupId>commons-logging</groupId>
  16. <artifactId>commons-logging</artifactId>
  17. <version>1.1.1</version>
  18. </dependency>
  19. <!-- Gson -->
  20. <dependency>
  21. <groupId>com.google.code.gson</groupId>
  22. <artifactId>gson</artifactId>
  23. <version>1.4</version>
  24. </dependency>
  25. <!-- Hibernate -->
  26. <dependency>
  27. <groupId>org.hibernate</groupId>
  28. <artifactId>hibernate-core</artifactId>
  29. <version>4.3.10.Final</version>
  30. </dependency>
  31. <!-- JasperReports -->
  32. <dependency>
  33. <groupId>net.sf.jasperreports</groupId>
  34. <artifactId>jasperreports</artifactId>
  35. <version>3.6.0</version>
  36. </dependency>
  37. <!-- Javassist -->
  38. <dependency>
  39. <groupId>org.javassist</groupId>
  40. <artifactId>javassist</artifactId>
  41. <version>3.18.1-GA</version>
  42. <exclusions>
  43. <exclusion>
  44. <groupId>org.apache.ant</groupId>
  45. <artifactId>ant</artifactId>
  46. </exclusion>
  47. </exclusions>
  48. </dependency>
  49. <!-- Log4j -->
  50. <dependency>
  51. <groupId>log4j</groupId>
  52. <artifactId>log4j</artifactId>
  53. <version>1.2.12</version>
  54. </dependency>
  55. <!-- Servlet API -->
  56. <dependency>
  57. <groupId>javax.servlet</groupId>
  58. <artifactId>servlet-api</artifactId>
  59. <version>2.5</version>
  60. <scope>provided</scope>
  61. </dependency>
  62. <!-- Spring -->
  63. <dependency>
  64. <groupId>org.springframework.ldap</groupId>
  65. <artifactId>spring-ldap-core</artifactId>
  66. <version>1.3.0.RELEASE</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework</groupId>
  70. <artifactId>spring-web</artifactId>
  71. <version>2.5.6</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.springframework</groupId>
  75. <artifactId>spring-webmvc</artifactId>
  76. <version>2.5.6</version>
  77. </dependency>
  78. <!-- Struts 1.x -->
  79. <dependency>
  80. <groupId>struts</groupId>
  81. <artifactId>struts</artifactId>
  82. <version>1.2.9</version>
  83. </dependency>
  84. <!-- Velocity -->
  85. <dependency>
  86. <groupId>org.apache.velocity</groupId>
  87. <artifactId>velocity</artifactId>
  88. <version>1.5</version>
  89. </dependency>
  90. <!-- MWDAO Dependencies -->
  91. <dependency>
  92. <groupId>mwdao</groupId>
  93. <artifactId>mwdao</artifactId>
  94. <version>1.0</version>
  95. <scope>system</scope>
  96. <systemPath>${project.basedir}/../MWDAO/target/MWDAO-1.0.jar</systemPath>
  97. </dependency>
  98. <!-- Custom Dependencies -->
  99. <dependency>
  100. <groupId>com.ibm.websphere</groupId>
  101. <artifactId>appserver.api.basics</artifactId>
  102. <version>1.0</version>
  103. <scope>system</scope>
  104. <systemPath>${project.basedir}/../SharedLib/com.ibm.websphere.appserver.api.basics-1.2.15.jar</systemPath>
  105. </dependency>
  106. <dependency>
  107. <groupId>commonj</groupId>
  108. <artifactId>commonj-sdo</artifactId>
  109. <version>2.1.0</version>
  110. <scope>system</scope>
  111. <systemPath>${project.basedir}/../SharedLib/commonj-sdo-2.1.0.jar</systemPath>
  112. </dependency>
  113. <dependency>
  114. <groupId>id.co.hanoman</groupId>
  115. <artifactId>config</artifactId>
  116. <version>1.0</version>
  117. <scope>system</scope>
  118. <systemPath>${project.basedir}/../SharedLib/config.jar</systemPath>
  119. </dependency>
  120. <dependency>
  121. <groupId>id.co.hanoman</groupId>
  122. <artifactId>hanoman-util</artifactId>
  123. <version>1.0</version>
  124. <scope>system</scope>
  125. <systemPath>${project.basedir}/../SharedLib/hanoman-util-1.0.jar</systemPath>
  126. </dependency>
  127. <dependency>
  128. <groupId>id.co.hanoman</groupId>
  129. <artifactId>hcx</artifactId>
  130. <version>1.0</version>
  131. <scope>system</scope>
  132. <systemPath>${project.basedir}/../SharedLib/hcx.jar</systemPath>
  133. </dependency>
  134. <dependency>
  135. <groupId>com.scupid</groupId>
  136. <artifactId>scutils</artifactId>
  137. <version>1.0</version>
  138. <scope>system</scope>
  139. <systemPath>${project.basedir}/../SharedLib/scutils.jar</systemPath>
  140. </dependency>
  141. <dependency>
  142. <groupId>com.scupid</groupId>
  143. <artifactId>scutils</artifactId>
  144. <version>1.0</version>
  145. <scope>system</scope>
  146. <systemPath>${project.basedir}/../SharedLib/scutils.jar</systemPath>
  147. </dependency>
  148. <dependency>
  149. <groupId>com.ztdev</groupId>
  150. <artifactId>SppSynchronizerLibrary</artifactId>
  151. <version>1.0</version>
  152. <scope>system</scope>
  153. <systemPath>${project.basedir}/../SharedLib/SppSynchronizerLibrary.jar</systemPath>
  154. </dependency>
  155. </dependencies>
  156. <build>
  157. <plugins>
  158. <plugin>
  159. <groupId>org.apache.maven.plugins</groupId>
  160. <artifactId>maven-compiler-plugin</artifactId>
  161. <version>3.8.1</version>
  162. <configuration>
  163. <source>1.8</source>
  164. <target>1.8</target>
  165. </configuration>
  166. </plugin>
  167. </plugins>
  168. </build>
  169. <!-- IBM Repository -->
  170. <repositories>
  171. <repository>
  172. <id>ibm-repository</id>
  173. <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/</url>
  174. </repository>
  175. </repositories>
  176. </project>