pom.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.psi.common</groupId>
  7. <artifactId>common-libs</artifactId>
  8. <version>1.0.1</version>
  9. </parent>
  10. <groupId>GabonTelMobicashMobileAppHelper</groupId>
  11. <artifactId>GabonTelMobicashMobileAppHelper</artifactId>
  12. <version>0.0.1-SNAPSHOT</version>
  13. <packaging>war</packaging>
  14. <properties>
  15. <checkstyle.skip>true</checkstyle.skip>
  16. </properties>
  17. <build>
  18. <finalName>Test_210_GabonTelMobicashMobileAppHelper</finalName>
  19. </build>
  20. <dependencyManagement>
  21. <dependencies>
  22. <dependency>
  23. <groupId>org.wildfly</groupId>
  24. <artifactId>wildfly-ejb-client-bom</artifactId>
  25. <version>12.0.0.Final</version>
  26. <type>pom</type>
  27. <scope>import</scope>
  28. </dependency>
  29. </dependencies>
  30. </dependencyManagement>
  31. <dependencies>
  32. <dependency>
  33. <groupId>org.wildfly</groupId>
  34. <artifactId>wildfly-ejb-client-bom</artifactId>
  35. <type>pom</type>
  36. <scope>provided</scope>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.wildfly.wildfly-http-client</groupId>
  40. <artifactId>wildfly-http-ejb-client</artifactId>
  41. <version>1.0.11.Final</version>
  42. <scope>provided</scope>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.wildfly.wildfly-http-client</groupId>
  46. <artifactId>wildfly-http-naming-client</artifactId>
  47. <version>1.0.11.Final</version>
  48. <scope>provided</scope>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.wildfly.wildfly-http-client</groupId>
  52. <artifactId>wildfly-http-client-common</artifactId>
  53. <version>1.0.11.Final</version>
  54. <scope>provided</scope>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.jboss.remoting</groupId>
  58. <artifactId>jboss-remoting</artifactId>
  59. <version>5.0.8.Final</version>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.jboss.logging</groupId>
  64. <artifactId>jboss-logging</artifactId>
  65. <scope>provided</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.psi.common</groupId>
  69. <artifactId>transactions</artifactId>
  70. <version>${project.parent.version}</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>org.jboss.spec.javax.ejb</groupId>
  74. <artifactId>jboss-ejb-api_3.2_spec</artifactId>
  75. <scope>provided</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>com.googlecode.json-simple</groupId>
  79. <artifactId>json-simple</artifactId>
  80. <version>1.1.1</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.jboss.resteasy</groupId>
  84. <artifactId>resteasy-client</artifactId>
  85. <scope>provided</scope>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.psi.ussd</groupId>
  89. <artifactId>ussd-interfaces</artifactId>
  90. <version>1.0.1</version>
  91. </dependency>
  92. </dependencies>
  93. </project>