pom.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>org.activiti</groupId>
  6. <artifactId>ibps-activiti-root</artifactId>
  7. <version>3.3.7-LC.RELEASE</version>
  8. <relativePath>../../pom.xml</relativePath>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>ibps-activiti-engine-5230</artifactId>
  12. <properties>
  13. <activiti.artifact>
  14. org.activiti.engine
  15. </activiti.artifact>
  16. <activiti.osgi.export.additional>
  17. org.activiti.db.mapping.entity
  18. </activiti.osgi.export.additional>
  19. <activiti.osgi.import.additional>
  20. junit*;resolution:=optional,
  21. org.junit*;resolution:=optional,
  22. com.sun*;resolution:=optional,
  23. javax.persistence*;resolution:=optional,
  24. org.apache.commons.mail*;resolution:=optional,
  25. org.activiti.camel;resolution:=optional,
  26. org.activiti.camel.impl;resolution:=optional,
  27. org.springframework*;resolution:=optional,
  28. org.drools*;resolution:=optional,
  29. com.fasterxml*;resolution:=optional,
  30. javax.transaction;resolution:=optional,
  31. javax.enterprise.concurrent;resolution:=optional,
  32. </activiti.osgi.import.additional>
  33. </properties>
  34. <dependencies>
  35. <dependency>
  36. <groupId>com.lc.ibps.bpmnbase</groupId>
  37. <artifactId>ibps-bpmn-api</artifactId>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.activiti</groupId>
  41. <artifactId>ibps-activiti-bpmn-converter-5230</artifactId>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.activiti</groupId>
  45. <artifactId>activiti-process-validation</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.activiti</groupId>
  49. <artifactId>activiti-image-generator</artifactId>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.apache.commons</groupId>
  53. <artifactId>commons-email</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.apache.commons</groupId>
  57. <artifactId>commons-lang3</artifactId>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.mybatis</groupId>
  61. <artifactId>mybatis</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.springframework</groupId>
  65. <artifactId>spring-beans</artifactId>
  66. </dependency>
  67. <dependency>
  68. <groupId>junit</groupId>
  69. <artifactId>junit</artifactId>
  70. <scope>provided</scope>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.codehaus.groovy</groupId>
  74. <artifactId>groovy-all</artifactId>
  75. <scope>provided</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>org.assertj</groupId>
  79. <artifactId>assertj-core</artifactId>
  80. <scope>provided</scope>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.drools</groupId>
  84. <artifactId>drools-core</artifactId>
  85. <scope>provided</scope>
  86. </dependency>
  87. <dependency>
  88. <groupId>org.drools</groupId>
  89. <artifactId>drools-compiler</artifactId>
  90. <scope>provided</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>org.drools</groupId>
  94. <artifactId>knowledge-api</artifactId>
  95. <scope>provided</scope>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.apache.geronimo.specs</groupId>
  99. <artifactId>geronimo-jta_1.1_spec</artifactId>
  100. <scope>provided</scope>
  101. </dependency>
  102. <dependency>
  103. <groupId>javax.enterprise.concurrent</groupId>
  104. <artifactId>javax.enterprise.concurrent-api</artifactId>
  105. <scope>provided</scope>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.h2database</groupId>
  109. <artifactId>h2</artifactId>
  110. <scope>test</scope>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.mockito</groupId>
  114. <artifactId>mockito-core</artifactId>
  115. <scope>test</scope>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.hibernate.javax.persistence</groupId>
  119. <artifactId>hibernate-jpa-2.0-api</artifactId>
  120. <scope>provided</scope>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.hibernate</groupId>
  124. <artifactId>hibernate-entitymanager</artifactId>
  125. <scope>test</scope>
  126. </dependency>
  127. <dependency>
  128. <groupId>org.subethamail</groupId>
  129. <artifactId>subethasmtp-wiser</artifactId>
  130. <scope>test</scope>
  131. </dependency>
  132. <dependency>
  133. <groupId>mysql</groupId>
  134. <artifactId>mysql-connector-java</artifactId>
  135. <scope>test</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>org.postgresql</groupId>
  139. <artifactId>postgresql</artifactId>
  140. <scope>test</scope>
  141. </dependency>
  142. <dependency>
  143. <groupId>net.sourceforge.jtds</groupId>
  144. <artifactId>jtds</artifactId>
  145. <scope>test</scope>
  146. </dependency>
  147. <dependency>
  148. <groupId>com.fasterxml.uuid</groupId>
  149. <artifactId>java-uuid-generator</artifactId>
  150. <scope>provided</scope>
  151. </dependency>
  152. <dependency>
  153. <!-- required for DiagramQueryTest -->
  154. <groupId>commons-io</groupId>
  155. <artifactId>commons-io</artifactId>
  156. <scope>test</scope>
  157. </dependency>
  158. <dependency>
  159. <groupId>joda-time</groupId>
  160. <artifactId>joda-time</artifactId>
  161. </dependency>
  162. <dependency>
  163. <groupId>org.slf4j</groupId>
  164. <artifactId>slf4j-api</artifactId>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.slf4j</groupId>
  168. <artifactId>jcl-over-slf4j</artifactId>
  169. </dependency>
  170. <dependency>
  171. <groupId>ch.qos.logback</groupId>
  172. <artifactId>logback-classic</artifactId>
  173. <scope>test</scope>
  174. </dependency>
  175. <!-- Required for testing JTA -->
  176. <dependency>
  177. <groupId>org.codehaus.btm</groupId>
  178. <artifactId>btm</artifactId>
  179. <scope>test</scope>
  180. </dependency>
  181. </dependencies>
  182. <build>
  183. <plugins>
  184. <plugin>
  185. <artifactId>maven-compiler-plugin</artifactId>
  186. <version>3.3</version>
  187. <configuration>
  188. <source>1.8</source>
  189. <target>1.8</target>
  190. <encoding>UTF-8</encoding>
  191. </configuration>
  192. </plugin>
  193. </plugins>
  194. <resources>
  195. <resource>
  196. <directory>src/main/java</directory>
  197. <includes>
  198. <include>**/*.xml</include>
  199. <include>**/*.png</include>
  200. </includes>
  201. <filtering>false</filtering>
  202. </resource>
  203. </resources>
  204. </build>
  205. </project>