pom.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>com.lc.ibps.bigdata</groupId>
  5. <artifactId>ibps-bigdata-root</artifactId>
  6. <version>3.3.7-LC.RELEASE</version>
  7. <relativePath>../../pom.xml</relativePath>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>ibps-hbase-biz</artifactId>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. </properties>
  14. <dependencies>
  15. <!-- framework -->
  16. <dependency>
  17. <groupId>com.lc.ibps.base</groupId>
  18. <artifactId>ibps-base-db</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>com.lc.ibps.api</groupId>
  22. <artifactId>ibps-api-base</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.lc.ibps.persist</groupId>
  26. <artifactId>ibps-persist-core</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>com.lc.ibps.base</groupId>
  30. <artifactId>ibps-base-web</artifactId>
  31. </dependency>
  32. <!-- hbase 集成 -->
  33. <dependency>
  34. <groupId>com.lc.ibps.bigdata</groupId>
  35. <artifactId>ibps-hbase-api</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.apache.hbase</groupId>
  39. <artifactId>hbase-client</artifactId>
  40. <exclusions>
  41. <exclusion>
  42. <groupId>org.apache.hbase</groupId>
  43. <artifactId>hbase-annotations</artifactId>
  44. </exclusion>
  45. <exclusion>
  46. <groupId>org.apache.hadoop</groupId>
  47. <artifactId>hadoop-common</artifactId>
  48. </exclusion>
  49. <exclusion>
  50. <groupId>org.apache.hadoop</groupId>
  51. <artifactId>hadoop-auth</artifactId>
  52. </exclusion>
  53. <exclusion>
  54. <groupId>org.apache.zookeeper</groupId>
  55. <artifactId>zookeeper</artifactId>
  56. </exclusion>
  57. </exclusions>
  58. </dependency>
  59. <dependency>
  60. <groupId>commons-configuration</groupId>
  61. <artifactId>commons-configuration</artifactId>
  62. </dependency>
  63. <dependency>
  64. <groupId>org.apache.hbase</groupId>
  65. <artifactId>hbase-annotations</artifactId>
  66. <exclusions>
  67. <exclusion>
  68. <groupId>jdk.tools</groupId>
  69. <artifactId>jdk.tools</artifactId>
  70. </exclusion>
  71. </exclusions>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.hadoop</groupId>
  75. <artifactId>hadoop-common</artifactId>
  76. <exclusions>
  77. <exclusion>
  78. <groupId>org.apache.hadoop</groupId>
  79. <artifactId>hadoop-annotations</artifactId>
  80. </exclusion>
  81. <exclusion>
  82. <groupId>org.apache.zookeeper</groupId>
  83. <artifactId>zookeeper</artifactId>
  84. </exclusion>
  85. <exclusion>
  86. <groupId>net.java.dev.jets3t</groupId>
  87. <artifactId>jets3t</artifactId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>javax.servlet</groupId>
  91. <artifactId>servlet-api</artifactId>
  92. </exclusion>
  93. <exclusion>
  94. <groupId>tomcat</groupId>
  95. <artifactId>jasper-compiler</artifactId>
  96. </exclusion>
  97. <exclusion>
  98. <groupId>tomcat</groupId>
  99. <artifactId>jasper-runtime</artifactId>
  100. </exclusion>
  101. <exclusion>
  102. <groupId>javax.servlet.jsp</groupId>
  103. <artifactId>jsp-api</artifactId>
  104. </exclusion>
  105. </exclusions>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.hadoop</groupId>
  109. <artifactId>hadoop-annotations</artifactId>
  110. <exclusions>
  111. <exclusion>
  112. <groupId>jdk.tools</groupId>
  113. <artifactId>jdk.tools</artifactId>
  114. </exclusion>
  115. </exclusions>
  116. </dependency>
  117. <dependency>
  118. <groupId>org.apache.zookeeper</groupId>
  119. <artifactId>zookeeper</artifactId>
  120. </dependency>
  121. <dependency>
  122. <groupId>net.java.dev.jets3t</groupId>
  123. <artifactId>jets3t</artifactId>
  124. <exclusions>
  125. <exclusion>
  126. <groupId>com.jamesmurty.utils</groupId>
  127. <artifactId>java-xmlbuilder</artifactId>
  128. </exclusion>
  129. </exclusions>
  130. </dependency>
  131. <!-- test -->
  132. <dependency>
  133. <groupId>com.lc.ibps.components</groupId>
  134. <artifactId>ibps-component-cache</artifactId>
  135. <scope>test</scope>
  136. </dependency>
  137. <dependency>
  138. <groupId>com.lc.ibps.api</groupId>
  139. <artifactId>ibps-api-org</artifactId>
  140. <scope>test</scope>
  141. </dependency>
  142. <dependency>
  143. <groupId>com.lc.ibps.common</groupId>
  144. <artifactId>ibps-org-biz</artifactId>
  145. <scope>test</scope>
  146. </dependency>
  147. <dependency>
  148. <groupId>mysql</groupId>
  149. <artifactId>mysql-connector-java</artifactId>
  150. <scope>test</scope>
  151. </dependency>
  152. <dependency>
  153. <groupId>junit</groupId>
  154. <artifactId>junit</artifactId>
  155. <scope>test</scope>
  156. </dependency>
  157. </dependencies>
  158. <build>
  159. <plugins>
  160. <plugin>
  161. <artifactId>maven-compiler-plugin</artifactId>
  162. <version>3.3</version>
  163. <configuration>
  164. <source>1.8</source>
  165. <target>1.8</target>
  166. <encoding>UTF-8</encoding>
  167. </configuration>
  168. </plugin>
  169. </plugins>
  170. </build>
  171. </project>