Advertisement
Guest User

pom_wli

a guest
May 19th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <artifactId>xa-cms</artifactId>
  6. <groupId>net.atos.wli.web.cms.xa</groupId>
  7. <version>1.23-SNAPSHOT</version>
  8. </parent>
  9. <groupId>net.atos.wli.web.cms.xa</groupId>
  10. <artifactId>xa-cms-wli</artifactId>
  11. <packaging>war</packaging>
  12. <name>xa-cms-wli Tapestry 5 Application</name>
  13. <dependencies>
  14. <dependency>
  15. <groupId>net.atos.xa</groupId>
  16. <artifactId>tapestry-dependencies</artifactId>
  17. <type>pom</type>
  18. <exclusions>
  19. <exclusion>
  20. <groupId>stax</groupId>
  21. <artifactId>stax-api</artifactId>
  22. </exclusion>
  23. </exclusions>
  24. </dependency>
  25. <dependency>
  26. <groupId>net.atos.xa.tapestry</groupId>
  27. <artifactId>ejb3-ioc</artifactId>
  28. <scope>provided</scope>
  29. </dependency>
  30. <dependency>
  31. <groupId>net.atos.xa.tapestry</groupId>
  32. <artifactId>ejb3-conversation</artifactId>
  33. <scope>provided</scope>
  34. </dependency>
  35. <dependency>
  36. <groupId>net.atos.xa.tapestry</groupId>
  37. <artifactId>ejb3-validation</artifactId>
  38. <scope>provided</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>org.apache.openejb</groupId>
  42. <artifactId>javaee-api</artifactId>
  43. <version>6.0-6</version>
  44. <scope>provided</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>mysql</groupId>
  48. <artifactId>mysql-connector-java</artifactId>
  49. <version>5.1.20</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.hibernate</groupId>
  53. <artifactId>hibernate-validator</artifactId>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.apache.openejb</groupId>
  57. <artifactId>openejb-core-hibernate</artifactId>
  58. <type>pom</type>
  59. <scope>provided</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>${project.groupId}</groupId>
  63. <artifactId>xa-cms-core</artifactId>
  64. <version>${project.parent.version}</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>${project.groupId}</groupId>
  68. <artifactId>xa-cms-config</artifactId>
  69. <version>${project.parent.version}</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.chenillekit</groupId>
  73. <artifactId>chenillekit-tapestry</artifactId>
  74. <version>${chenillekit.version}</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.chenillekit</groupId>
  78. <artifactId>chenillekit-template</artifactId>
  79. <version>${chenillekit.version}</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.freemarker</groupId>
  83. <artifactId>freemarker</artifactId>
  84. <version>2.3.15</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>net.atos.wlp</groupId>
  88. <artifactId>tapestry-core-grid</artifactId>
  89. <version>5.1.0.5.1-wli</version>
  90. </dependency>
  91. <dependency>
  92. <groupId>net.atos.wli.web.cms.xa</groupId>
  93. <artifactId>xa-cms-utils</artifactId>
  94. <version>${project.parent.version}</version>
  95. </dependency>
  96. <dependency>
  97. <groupId>net.awl.shell.aaa</groupId>
  98. <artifactId>shell-aaa-tapestry</artifactId>
  99. <version>1.0-B09</version>
  100. <exclusions>
  101. <exclusion>
  102. <groupId>org.apache.cxf</groupId>
  103. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  104. </exclusion>
  105. <exclusion>
  106. <groupId>org.apache.cxf</groupId>
  107. <artifactId>cxf-rt-transports-http-jetty</artifactId>
  108. </exclusion>
  109. <exclusion>
  110. <groupId>org.apache.cxf</groupId>
  111. <artifactId>cxf-rt-ws-policy</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>org.apache.cxf</groupId>
  115. <artifactId>cxf-rt-ws-security</artifactId>
  116. </exclusion>
  117. <exclusion>
  118. <groupId>javax.xml.bind</groupId>
  119. <artifactId>jaxb-api</artifactId>
  120. </exclusion>
  121. <exclusion>
  122. <groupId>com.sun.xml.bind</groupId>
  123. <artifactId>jaxb-impl</artifactId>
  124. </exclusion>
  125. <exclusion>
  126. <groupId>org.apache.geronimo.specs</groupId>
  127. <artifactId>geronimo-stax-api_1.0_spec</artifactId>
  128. </exclusion>
  129. <exclusion>
  130. <groupId>org.apache.geronimo.specs</groupId>
  131. <artifactId>geronimo-activation_1.1_spec</artifactId>
  132. </exclusion>
  133. </exclusions>
  134. </dependency>
  135. <dependency>
  136. <groupId>javax.xml.bind</groupId>
  137. <artifactId>jaxb-api</artifactId>
  138. <version>2.1</version>
  139. <scope>provided</scope>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.cxf</groupId>
  143. <artifactId>cxf-bundle</artifactId>
  144. <version>2.6.16</version>
  145. <exclusions>
  146. <exclusion>
  147. <groupId>javax.xml.bind</groupId>
  148. <artifactId>jaxb-api</artifactId>
  149. </exclusion>
  150. <exclusion>
  151. <groupId>com.sun.xml.bind</groupId>
  152. <artifactId>jaxb-impl</artifactId>
  153. </exclusion>
  154. <exclusion>
  155. <groupId>org.apache.geronimo.specs</groupId>
  156. <artifactId>geronimo-stax-api_1.0_spec</artifactId>
  157. </exclusion>
  158. <exclusion>
  159. <groupId>org.apache.geronimo.specs</groupId>
  160. <artifactId>geronimo-activation_1.1_spec</artifactId>
  161. </exclusion>
  162. </exclusions>
  163. </dependency>
  164. <dependency>
  165. <groupId>jtidy</groupId>
  166. <artifactId>jtidy</artifactId>
  167. <version>1.0</version>
  168. </dependency>
  169. </dependencies>
  170. <profiles>
  171. <profile>
  172. <id>nexus-package</id>
  173. <build>
  174. <plugins>
  175. <plugin>
  176. <groupId>org.apache.maven.plugins</groupId>
  177. <artifactId>maven-war-plugin</artifactId>
  178. <configuration>
  179. <packagingExcludes>WEB-INF/lib/xa-cms-config*.jar</packagingExcludes>
  180. </configuration>
  181. </plugin>
  182.  
  183. <plugin>
  184. <groupId>org.wildfly.plugins</groupId>
  185. <artifactId>wildfly-maven-plugin</artifactId>
  186. <configuration>
  187. <skip>false</skip>
  188. <name>xa-cms-wli</name>
  189. </configuration>
  190. </plugin>
  191.  
  192. </plugins>
  193. </build>
  194. </profile>
  195. </profiles>
  196.  
  197.  
  198. <build>
  199. <finalName>xa-cms-wli</finalName>
  200. </build>
  201. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement