pom.xml 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. <?xml version="1.0"?>
  2. <!-- Licensed under the Apache License, Version 2.0 (the "License"); you
  3. may not use this file except in compliance with the License. You may obtain
  4. a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
  5. required by applicable law or agreed to in writing, software distributed
  6. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
  7. OR CONDITIONS OF ANY KIND, either express or implied. See the License for
  8. the specific language governing permissions and limitations under the License.
  9. See accompanying LICENSE file. -->
  10. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  12. <parent>
  13. <groupId>org.apache.ambari</groupId>
  14. <artifactId>ambari-project</artifactId>
  15. <version>1.3.0-SNAPSHOT</version>
  16. <relativePath>../ambari-project</relativePath>
  17. </parent>
  18. <modelVersion>4.0.0</modelVersion>
  19. <groupId>org.apache.ambari</groupId>
  20. <artifactId>ambari-server</artifactId>
  21. <packaging>jar</packaging>
  22. <name>Ambari Server</name>
  23. <version>1.3.0-SNAPSHOT</version>
  24. <description>Ambari Server</description>
  25. <properties>
  26. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  27. <python.ver>python &gt;= 2.6</python.ver>
  28. <deb.python.ver>python (&gt;= 2.6)</deb.python.ver>
  29. <deb.architecture>amd64</deb.architecture>
  30. <deb.dependency.list>openssl, postgresql (&gt;= 8.1), ${deb.python.ver}, curl</deb.dependency.list>
  31. <custom.tests>false</custom.tests>
  32. <hdpUrlForCentos6>http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.1.1.0</hdpUrlForCentos6>
  33. <hdpLatestUrl>http://public-repo-1.hortonworks.com/HDP/hdp_urlinfo.json</hdpLatestUrl>
  34. <common_functions.install.dir>/usr/lib/ambari-server/lib/common_functions</common_functions.install.dir>
  35. <ambari-web-dir>${basedir}/../ambari-web/public</ambari-web-dir>
  36. </properties>
  37. <build>
  38. <plugins>
  39. <plugin>
  40. <groupId>org.codehaus.mojo</groupId>
  41. <artifactId>build-helper-maven-plugin</artifactId>
  42. <version>1.8</version>
  43. <executions>
  44. <execution>
  45. <id>parse-version</id>
  46. <phase>validate</phase>
  47. <goals>
  48. <goal>parse-version</goal>
  49. </goals>
  50. </execution>
  51. <execution>
  52. <id>regex-property</id>
  53. <goals>
  54. <goal>regex-property</goal>
  55. </goals>
  56. <configuration>
  57. <name>ambariVersion</name>
  58. <value>${project.version}</value>
  59. <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
  60. <replacement>$1.$2.$3</replacement>
  61. <failIfNoMatch>false</failIfNoMatch>
  62. </configuration>
  63. </execution>
  64. </executions>
  65. </plugin>
  66. <plugin>
  67. <artifactId>maven-resources-plugin</artifactId>
  68. <version>2.6</version>
  69. <executions>
  70. <execution>
  71. <id>copy-resources</id>
  72. <phase>generate-test-resources</phase>
  73. <goals>
  74. <goal>copy-resources</goal>
  75. </goals>
  76. <configuration>
  77. <outputDirectory>${basedir}/target/</outputDirectory>
  78. <resources>
  79. <resource>
  80. <directory>${basedir}/../</directory>
  81. <includes>
  82. <include>version</include>
  83. </includes>
  84. <filtering>true</filtering>
  85. </resource>
  86. <resource>
  87. <directory>${basedir}/sbin/</directory>
  88. <includes>
  89. <include>ambari-server</include>
  90. </includes>
  91. <filtering>true</filtering>
  92. </resource>
  93. </resources>
  94. </configuration>
  95. </execution>
  96. </executions>
  97. </plugin>
  98. <plugin>
  99. <artifactId>maven-compiler-plugin</artifactId>
  100. <version>3.0</version>
  101. </plugin>
  102. <plugin>
  103. <artifactId>maven-assembly-plugin</artifactId>
  104. <configuration>
  105. <descriptors>
  106. <descriptor>src/main/assemblies/server.xml</descriptor>
  107. </descriptors>
  108. <tarLongFileMode>gnu</tarLongFileMode>
  109. </configuration>
  110. <executions>
  111. <execution>
  112. <id>build-tarball</id>
  113. <phase>package</phase>
  114. <goals>
  115. <goal>single</goal>
  116. </goals>
  117. </execution>
  118. </executions>
  119. </plugin>
  120. <plugin>
  121. <groupId>org.apache.rat</groupId>
  122. <artifactId>apache-rat-plugin</artifactId>
  123. <configuration>
  124. <excludes>
  125. <exclude>pass.txt</exclude>
  126. <exclude>derby.log</exclude>
  127. <exclude>src/test/resources/users.ldif</exclude>
  128. <exclude>src/test/resources/gsInstaller-hosts.txt</exclude>
  129. <exclude>src/test/resources/temporal_ganglia_data.txt</exclude>
  130. <exclude>src/test/resources/users.ldif</exclude>
  131. <exclude>src/main/resources/hive-schema-0.10.0.oracle.sql</exclude>
  132. <exclude>src/main/resources/hive-schema-0.12.0.oracle.sql</exclude>
  133. <exclude>src/main/resources/db/serial</exclude>
  134. <exclude>src/main/resources/db/index.txt</exclude>
  135. <exclude>src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/package/templates/exclude_hosts_list.j2</exclude>
  136. <exclude>conf/unix/ca.config</exclude>
  137. <exclude>conf/unix/krb5JAASLogin.conf</exclude>
  138. <exclude>**/*.json</exclude>
  139. <exclude>**/*.sql</exclude>
  140. <exclude>**/*.pydevproject</exclude>
  141. <!--gitignore content -->
  142. <exclude>src/main/resources/db/newcerts/**</exclude>
  143. <!-- Stack definitions -->
  144. <exclude>src/main/resources/stacks/HDP/2.0._/services/HBASE/package/templates/regionservers.j2</exclude>
  145. <!--test samples -->
  146. <exclude>src/test/resources/TestAmbaryServer.samples/**</exclude>
  147. <exclude>src/test/resources/*.txt</exclude>
  148. <exclude>src/test/resources/users_for_dn_with_space.ldif</exclude>
  149. </excludes>
  150. </configuration>
  151. <executions>
  152. <execution>
  153. <phase>test</phase>
  154. <goals>
  155. <goal>check</goal>
  156. </goals>
  157. </execution>
  158. </executions>
  159. </plugin>
  160. <plugin>
  161. <!--Static -->
  162. <artifactId>maven-antrun-plugin</artifactId>
  163. <executions>
  164. <execution>
  165. <phase>process-classes</phase>
  166. <configuration>
  167. <tasks>
  168. <java
  169. classname="org.eclipse.persistence.tools.weaving.jpa.StaticWeave"
  170. classpathref="maven.runtime.classpath" fork="true">
  171. <arg
  172. line="-loglevel FINE -persistenceinfo src/main/resources target/classes target/classes" />
  173. </java>
  174. </tasks>
  175. </configuration>
  176. <goals>
  177. <goal>run</goal>
  178. </goals>
  179. </execution>
  180. </executions>
  181. </plugin>
  182. <plugin>
  183. <groupId>org.codehaus.mojo</groupId>
  184. <artifactId>rpm-maven-plugin</artifactId>
  185. <version>2.0.1</version>
  186. <executions>
  187. <execution>
  188. <!-- unbinds rpm creation from maven lifecycle -->
  189. <phase>none</phase>
  190. <goals>
  191. <goal>rpm</goal>
  192. </goals>
  193. </execution>
  194. </executions>
  195. <configuration>
  196. <copyright>2012, Apache Software Foundation</copyright>
  197. <group>Development</group>
  198. <description>Maven Recipe: RPM Package.</description>
  199. <requires>
  200. <require>postgresql-server &gt;= 8.1</require>
  201. <require>openssl</require>
  202. <require>${python.ver}</require>
  203. </requires>
  204. <postinstallScriptlet>
  205. <scriptFile>src/main/package/rpm/postinstall.sh</scriptFile>
  206. <fileEncoding>utf-8</fileEncoding>
  207. </postinstallScriptlet>
  208. <preinstallScriptlet>
  209. <scriptFile>src/main/package/rpm/preinstall.sh</scriptFile>
  210. <fileEncoding>utf-8</fileEncoding>
  211. </preinstallScriptlet>
  212. <preremoveScriptlet>
  213. <scriptFile>src/main/package/rpm/preremove.sh</scriptFile>
  214. <fileEncoding>utf-8</fileEncoding>
  215. </preremoveScriptlet>
  216. <defaultFilemode>644</defaultFilemode>
  217. <defaultDirmode>755</defaultDirmode>
  218. <defaultUsername>root</defaultUsername>
  219. <defaultGroupname>root</defaultGroupname>
  220. <mappings>
  221. <mapping>
  222. <directory>/usr/lib/ambari-server</directory>
  223. <dependency>
  224. </dependency>
  225. </mapping>
  226. <mapping>
  227. <directory>/usr/lib/ambari-server/web</directory>
  228. <sources>
  229. <source>
  230. <location>${ambari-web-dir}</location>
  231. <includes>
  232. <include>**</include>
  233. </includes>
  234. </source>
  235. </sources>
  236. </mapping>
  237. <mapping>
  238. <directory>/usr/lib/ambari-server</directory>
  239. <sources>
  240. <source>
  241. <location>${project.build.directory}/${project.artifactId}-${project.version}.jar</location>
  242. </source>
  243. </sources>
  244. </mapping>
  245. <!-- Put the contrib views in the view directory for deployment -->
  246. <mapping>
  247. <directory>/var/lib/ambari-server/resources/views</directory>
  248. <sources>
  249. <source>
  250. <location>
  251. ${project.basedir}/../contrib/views/target/views
  252. </location>
  253. <includes>
  254. <include>*.jar</include>
  255. </includes>
  256. </source>
  257. </sources>
  258. </mapping>
  259. <mapping>
  260. <directory>${common_functions.install.dir}</directory>
  261. <sources>
  262. <source>
  263. <location>
  264. ${project.basedir}/../ambari-common/src/main/python/common_functions
  265. </location>
  266. </source>
  267. </sources>
  268. </mapping>
  269. <mapping>
  270. <directory>/usr/sbin</directory>
  271. <filemode>755</filemode>
  272. <username>root</username>
  273. <groupname>root</groupname>
  274. <directoryIncluded>false</directoryIncluded>
  275. <sources>
  276. <source>
  277. <location>src/main/python/ambari-server.py</location>
  278. </source>
  279. <source>
  280. <location>sbin/ambari-server</location>
  281. <filter>true</filter>
  282. </source>
  283. </sources>
  284. </mapping>
  285. <mapping>
  286. <directory>/var/lib/ambari-server/</directory>
  287. <filemode>755</filemode>
  288. <username>root</username>
  289. <groupname>root</groupname>
  290. <directoryIncluded>false</directoryIncluded>
  291. <sources>
  292. <source>
  293. <location>../ambari-common/src/main/unix/ambari-python-wrap</location>
  294. </source>
  295. </sources>
  296. </mapping>
  297. <mapping>
  298. <directory>/etc/ambari-server/conf</directory>
  299. <configuration>true</configuration>
  300. <sources>
  301. <source>
  302. <location>conf/unix/ambari.properties</location>
  303. </source>
  304. <source>
  305. <location>conf/unix/log4j.properties</location>
  306. </source>
  307. <source>
  308. <location>conf/unix/krb5JAASLogin.conf</location>
  309. </source>
  310. </sources>
  311. </mapping>
  312. <mapping>
  313. <directory>/var/lib/ambari-server/</directory>
  314. <filemode>700</filemode>
  315. <username>root</username>
  316. <groupname>root</groupname>
  317. <sources>
  318. <source>
  319. <location>conf/unix/ambari-env.sh</location>
  320. </source>
  321. </sources>
  322. </mapping>
  323. <mapping>
  324. <directory>/var/lib/ambari-server/</directory>
  325. <filemode>700</filemode>
  326. <username>root</username>
  327. <groupname>root</groupname>
  328. <sources>
  329. <source>
  330. <location>conf/unix/install-helper.sh</location>
  331. </source>
  332. </sources>
  333. </mapping>
  334. <mapping>
  335. <directory>/var/lib/ambari-server/keys</directory>
  336. <sources>
  337. <source>
  338. <location>conf/unix/ca.config</location>
  339. </source>
  340. </sources>
  341. </mapping>
  342. <mapping>
  343. <directory>/var/lib/ambari-server/keys/db</directory>
  344. <filemode>700</filemode>
  345. <username>root</username>
  346. <groupname>root</groupname>
  347. <sources>
  348. <source>
  349. <location>src/main/resources/db</location>
  350. </source>
  351. </sources>
  352. </mapping>
  353. <mapping>
  354. <directory>/var/run/ambari-server/bootstrap</directory>
  355. </mapping>
  356. <mapping>
  357. <directory>/var/log/ambari-server</directory>
  358. </mapping>
  359. <mapping>
  360. <directory>/var/lib/ambari-server/resources</directory>
  361. <sources>
  362. <source>
  363. <location>target/classes/Ambari-DDL-Postgres-CREATE.sql</location>
  364. </source>
  365. <source>
  366. <location>src/main/resources/Ambari-DDL-Postgres-DROP.sql</location>
  367. </source>
  368. <source>
  369. <location>target/classes/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql</location>
  370. </source>
  371. <source>
  372. <location>src/main/resources/Ambari-DDL-Postgres-EMBEDDED-DROP.sql</location>
  373. </source>
  374. <source>
  375. <location>target/classes/Ambari-DDL-Oracle-CREATE.sql</location>
  376. </source>
  377. <source>
  378. <location>target/classes/Ambari-DDL-MySQL-CREATE.sql</location>
  379. </source>
  380. <source>
  381. <location>src/main/resources/Ambari-DDL-Oracle-DROP.sql</location>
  382. </source>
  383. <source>
  384. <location>src/main/resources/Ambari-DDL-MySQL-DROP.sql</location>
  385. </source>
  386. <source>
  387. <location>${project.build.directory}/DBConnectionVerification.jar</location>
  388. </source>
  389. <source>
  390. <location>src/main/resources/role_command_order.json</location>
  391. </source>
  392. </sources>
  393. </mapping>
  394. <mapping>
  395. <directory>/var/lib/ambari-server/resources/scripts</directory>
  396. <filemode>755</filemode>
  397. <sources>
  398. <source>
  399. <location>src/main/resources/scripts</location>
  400. </source>
  401. <source>
  402. <location>src/main/python/UpgradeHelper_HDP2.py</location>
  403. </source>
  404. </sources>
  405. </mapping>
  406. <mapping>
  407. <directory>/var/lib/ambari-server/resources/upgrade</directory>
  408. </mapping>
  409. <mapping>
  410. <directory>/var/lib/ambari-server/resources/upgrade/ddl</directory>
  411. <sources>
  412. <source>
  413. <location>src/main/resources/upgrade/ddl</location>
  414. </source>
  415. </sources>
  416. </mapping>
  417. <mapping>
  418. <directory>/var/lib/ambari-server/resources/upgrade/dml</directory>
  419. <sources>
  420. <source>
  421. <location>src/main/resources/upgrade/dml</location>
  422. </source>
  423. </sources>
  424. </mapping>
  425. <mapping>
  426. <directory>/var/lib/ambari-server/resources/stacks/HDP</directory>
  427. <sources>
  428. <source>
  429. <location>target/classes/stacks/HDP</location>
  430. </source>
  431. </sources>
  432. </mapping>
  433. <mapping>
  434. <directory>/usr/lib/python2.6/site-packages/ambari_server</directory>
  435. <filemode>755</filemode>
  436. <username>root</username>
  437. <groupname>root</groupname>
  438. <sources>
  439. <source>
  440. <location>src/main/python/ambari_server</location>
  441. </source>
  442. <source>
  443. <location>src/main/python/bootstrap.py</location>
  444. </source>
  445. <source>
  446. <location>src/main/python/setupAgent.py</location>
  447. </source>
  448. <source>
  449. <location>src/main/python/os_check_type.py</location>
  450. </source>
  451. </sources>
  452. </mapping>
  453. <mapping>
  454. <directory>/var/run/ambari-server</directory>
  455. </mapping>
  456. <mapping>
  457. <directory>/var/lib/ambari-server/resources</directory>
  458. <sources>
  459. <source>
  460. <location>../version</location>
  461. <filter>true</filter>
  462. </source>
  463. </sources>
  464. </mapping>
  465. <mapping>
  466. <directory>/var/lib/ambari-server/resources/custom_action_definitions</directory>
  467. <sources>
  468. <source>
  469. <location>src/main/resources/custom_action_definitions</location>
  470. </source>
  471. </sources>
  472. </mapping>
  473. <mapping>
  474. <!-- custom actions root-->
  475. <directory>/var/lib/ambari-server/resources/custom_actions</directory>
  476. <filemode>755</filemode>
  477. <username>root</username>
  478. <groupname>root</groupname>
  479. <sources>
  480. <source>
  481. <location>src/main/resources/custom_actions</location>
  482. </source>
  483. </sources>
  484. </mapping>
  485. </mappings>
  486. </configuration>
  487. </plugin>
  488. <plugin>
  489. <groupId>org.vafer</groupId>
  490. <artifactId>jdeb</artifactId>
  491. <version>1.0.1</version>
  492. <executions>
  493. <execution>
  494. <!-- unbinds rpm creation from maven lifecycle -->
  495. <phase>none</phase>
  496. <goals>
  497. <goal>jdeb</goal>
  498. </goals>
  499. </execution>
  500. </executions>
  501. <configuration>
  502. <controlDir>${basedir}/src/main/package/deb/control</controlDir>
  503. <deb>${basedir}/target/${artifactId}_${package-version}-${package-release}.deb</deb>
  504. <dataSet>
  505. <data>
  506. <type>template</type>
  507. <paths>
  508. <path>/usr/lib/ambari-server</path>
  509. <path>/var/run/ambari-server</path>
  510. <path>/var/run/ambari-server/bootstrap</path>
  511. <path>/var/log/ambari-server</path>
  512. <path>/var/lib/ambari-server/resources/upgrade</path>
  513. </paths>
  514. </data>
  515. <!-- TODO: should be included all subdirs, if exists-->
  516. <data>
  517. <src>${basedir}/../ambari-web/public</src>
  518. <type>directory</type>
  519. <mapper>
  520. <type>perm</type>
  521. <prefix>/usr/lib/ambari-server/web</prefix>
  522. </mapper>
  523. </data>
  524. <data>
  525. <src>${project.build.directory}/${project.artifactId}-${project.version}-dist/${project.artifactId}-${project.version}/lib</src>
  526. <type>directory</type>
  527. <mapper>
  528. <type>perm</type>
  529. <prefix>/usr/lib</prefix>
  530. </mapper>
  531. </data>
  532. <data>
  533. <src>src/main/python/ambari-server.py</src>
  534. <type>file</type>
  535. <mapper>
  536. <type>perm</type>
  537. <prefix>/usr/sbin</prefix>
  538. <user>root</user>
  539. <group>root</group>
  540. <filemode>755</filemode>
  541. </mapper>
  542. </data>
  543. <data>
  544. <src>src/main/python/ambari-server.py</src>
  545. <type>file</type>
  546. <mapper>
  547. <type>perm</type>
  548. <prefix>/usr/sbin</prefix>
  549. <user>root</user>
  550. <group>root</group>
  551. <filemode>755</filemode>
  552. </mapper>
  553. </data>
  554. <data>
  555. <src>../ambari-common/src/main/unix/ambari-python-wrap</src>
  556. <type>file</type>
  557. <mapper>
  558. <type>perm</type>
  559. <prefix>/var/lib/ambari-server</prefix>
  560. <user>root</user>
  561. <group>root</group>
  562. <filemode>755</filemode>
  563. </mapper>
  564. </data>
  565. <data>
  566. <src>${basedir}/target/ambari-server</src>
  567. <type>file</type>
  568. <mapper>
  569. <type>perm</type>
  570. <prefix>/usr/sbin</prefix>
  571. <user>root</user>
  572. <group>root</group>
  573. <filemode>755</filemode>
  574. </mapper>
  575. </data>
  576. <data>
  577. <src>conf/unix/ambari.properties</src>
  578. <type>file</type>
  579. <mapper>
  580. <type>perm</type>
  581. <prefix>/etc/ambari-server/conf</prefix>
  582. </mapper>
  583. </data>
  584. <data>
  585. <src>conf/unix/log4j.properties</src>
  586. <type>file</type>
  587. <mapper>
  588. <type>perm</type>
  589. <prefix>/etc/ambari-server/conf</prefix>
  590. </mapper>
  591. </data>
  592. <data>
  593. <src>conf/unix/krb5JAASLogin.conf</src>
  594. <type>file</type>
  595. <mapper>
  596. <type>perm</type>
  597. <prefix>/etc/ambari-server/conf</prefix>
  598. </mapper>
  599. </data>
  600. <!-- /q001 -->
  601. <data>
  602. <src>conf/unix/ambari-env.sh</src>
  603. <type>file</type>
  604. <mapper>
  605. <type>perm</type>
  606. <prefix>/var/lib/ambari-server/</prefix>
  607. <user>root</user>
  608. <group>root</group>
  609. <filemode>700</filemode>
  610. </mapper>
  611. </data>
  612. <data>
  613. <src>conf/unix/install-helper.sh</src>
  614. <type>file</type>
  615. <mapper>
  616. <type>perm</type>
  617. <prefix>/var/lib/ambari-server/</prefix>
  618. <user>root</user>
  619. <group>root</group>
  620. <filemode>700</filemode>
  621. </mapper>
  622. </data>
  623. <data>
  624. <src>conf/unix/ca.config</src>
  625. <type>file</type>
  626. <mapper>
  627. <type>perm</type>
  628. <prefix>/var/lib/ambari-server/keys</prefix>
  629. </mapper>
  630. </data>
  631. <data>
  632. <src>src/main/resources/db</src>
  633. <type>directory</type>
  634. <mapper>
  635. <type>perm</type>
  636. <prefix>/var/lib/ambari-server/keys/db</prefix>
  637. <user>root</user>
  638. <group>root</group>
  639. <filemode>700</filemode>
  640. </mapper>
  641. </data>
  642. <data>
  643. <src>target/classes/Ambari-DDL-Postgres-CREATE.sql</src>
  644. <type>file</type>
  645. <mapper>
  646. <type>perm</type>
  647. <prefix>/var/lib/ambari-server/resources</prefix>
  648. </mapper>
  649. </data>
  650. <data>
  651. <src>src/main/resources/Ambari-DDL-Postgres-DROP.sql</src>
  652. <type>file</type>
  653. <mapper>
  654. <type>perm</type>
  655. <prefix>/var/lib/ambari-server/resources</prefix>
  656. </mapper>
  657. </data>
  658. <data>
  659. <src>target/classes/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql</src>
  660. <type>file</type>
  661. <mapper>
  662. <type>perm</type>
  663. <prefix>/var/lib/ambari-server/resources</prefix>
  664. </mapper>
  665. </data>
  666. <data>
  667. <src>src/main/resources/Ambari-DDL-Postgres-EMBEDDED-DROP.sql</src>
  668. <type>file</type>
  669. <mapper>
  670. <type>perm</type>
  671. <prefix>/var/lib/ambari-server/resources</prefix>
  672. </mapper>
  673. </data>
  674. <data>
  675. <src>target/classes/Ambari-DDL-Oracle-CREATE.sql</src>
  676. <type>file</type>
  677. <mapper>
  678. <type>perm</type>
  679. <prefix>/var/lib/ambari-server/resources</prefix>
  680. </mapper>
  681. </data>
  682. <data>
  683. <src>target/classes/Ambari-DDL-MySQL-CREATE.sql</src>
  684. <type>file</type>
  685. <mapper>
  686. <type>perm</type>
  687. <prefix>/var/lib/ambari-server/resources</prefix>
  688. </mapper>
  689. </data>
  690. <data>
  691. <src>src/main/resources/Ambari-DDL-Oracle-DROP.sql</src>
  692. <type>file</type>
  693. <mapper>
  694. <type>perm</type>
  695. <prefix>/var/lib/ambari-server/resources</prefix>
  696. </mapper>
  697. </data>
  698. <data>
  699. <src>src/main/resources/Ambari-DDL-MySQL-DROP.sql</src>
  700. <type>file</type>
  701. <mapper>
  702. <type>perm</type>
  703. <prefix>/var/lib/ambari-server/resources</prefix>
  704. </mapper>
  705. </data>
  706. <data>
  707. <src>${project.build.directory}/DBConnectionVerification.jar</src>
  708. <type>file</type>
  709. <mapper>
  710. <type>perm</type>
  711. <prefix>/var/lib/ambari-server/resources</prefix>
  712. </mapper>
  713. </data>
  714. <data>
  715. <src>src/main/resources/role_command_order.json</src>
  716. <type>file</type>
  717. <mapper>
  718. <type>perm</type>
  719. <prefix>/var/lib/ambari-server/resources</prefix>
  720. </mapper>
  721. </data>
  722. <data>
  723. <src>src/main/resources/scripts</src>
  724. <type>directory</type>
  725. <mapper>
  726. <type>perm</type>
  727. <prefix>/var/lib/ambari-server/resources/scripts</prefix>
  728. <filemode>755</filemode>
  729. </mapper>
  730. </data>
  731. <data>
  732. <src>src/main/python/UpgradeHelper_HDP2.py</src>
  733. <type>file</type>
  734. <mapper>
  735. <type>perm</type>
  736. <prefix>/var/lib/ambari-server/resources/scripts</prefix>
  737. <filemode>755</filemode>
  738. </mapper>
  739. </data>
  740. <data>
  741. <src>src/main/resources/upgrade/ddl</src>
  742. <type>directory</type>
  743. <mapper>
  744. <type>perm</type>
  745. <prefix>/var/lib/ambari-server/resources/upgrade/ddl</prefix>
  746. </mapper>
  747. </data>
  748. <data>
  749. <src>src/main/resources/upgrade/dml</src>
  750. <type>directory</type>
  751. <mapper>
  752. <type>perm</type>
  753. <prefix>/var/lib/ambari-server/resources/upgrade/dml</prefix>
  754. </mapper>
  755. </data>
  756. <data>
  757. <src>target/classes/stacks/HDP</src>
  758. <type>directory</type>
  759. <mapper>
  760. <type>perm</type>
  761. <prefix>/var/lib/ambari-server/resources/stacks/HDP</prefix>
  762. </mapper>
  763. </data>
  764. <data>
  765. <src>src/main/python/ambari_server</src>
  766. <type>directory</type>
  767. <mapper>
  768. <type>perm</type>
  769. <prefix>/usr/lib/python2.6/site-packages/ambari_server</prefix>
  770. <user>root</user>
  771. <group>root</group>
  772. <filemode>755</filemode>
  773. </mapper>
  774. </data>
  775. <data>
  776. <src>src/main/python/bootstrap.py</src>
  777. <type>file</type>
  778. <mapper>
  779. <type>perm</type>
  780. <prefix>/usr/lib/python2.6/site-packages/ambari_server</prefix>
  781. <user>root</user>
  782. <group>root</group>
  783. <filemode>755</filemode>
  784. </mapper>
  785. </data>
  786. <data>
  787. <src>src/main/python/setupAgent.py</src>
  788. <type>file</type>
  789. <mapper>
  790. <type>perm</type>
  791. <prefix>/usr/lib/python2.6/site-packages/ambari_server</prefix>
  792. <user>root</user>
  793. <group>root</group>
  794. <filemode>755</filemode>
  795. </mapper>
  796. </data>
  797. <data>
  798. <src>src/main/python/os_check_type.py</src>
  799. <type>file</type>
  800. <mapper>
  801. <type>perm</type>
  802. <prefix>/usr/lib/python2.6/site-packages/ambari_server</prefix>
  803. <user>root</user>
  804. <group>root</group>
  805. <filemode>755</filemode>
  806. </mapper>
  807. </data>
  808. <data>
  809. <src>${basedir}/target/version</src>
  810. <type>file</type>
  811. <mapper>
  812. <type>perm</type>
  813. <prefix>/var/lib/ambari-server/resources</prefix>
  814. </mapper>
  815. </data>
  816. <data>
  817. <src>src/main/resources/custom_action_definitions</src>
  818. <type>directory</type>
  819. <mapper>
  820. <type>perm</type>
  821. <prefix>/var/lib/ambari-server/resources/custom_action_definitions</prefix>
  822. </mapper>
  823. </data>
  824. <data>
  825. <src>src/main/resources/custom_actions</src>
  826. <type>directory</type>
  827. <mapper>
  828. <type>perm</type>
  829. <prefix>/var/lib/ambari-server/resources/custom_actions</prefix>
  830. <user>root</user>
  831. <group>root</group>
  832. <filemode>755</filemode>
  833. </mapper>
  834. </data>
  835. <data>
  836. <src>
  837. ${project.basedir}/../ambari-common/src/main/python/common_functions
  838. </src>
  839. <type>directory</type>
  840. <mapper>
  841. <type>perm</type>
  842. <prefix>${common_functions.install.dir}</prefix>
  843. <filemode>755</filemode>
  844. <user>root</user>
  845. <group>root</group>
  846. </mapper>
  847. </data>
  848. </dataSet>
  849. </configuration>
  850. </plugin>
  851. <plugin>
  852. <groupId>org.codehaus.mojo</groupId>
  853. <artifactId>findbugs-maven-plugin</artifactId>
  854. <version>2.5.2</version>
  855. <configuration>
  856. <failOnError>false</failOnError>
  857. </configuration>
  858. <executions>
  859. <execution>
  860. <phase>verify</phase>
  861. <goals>
  862. <goal>check</goal>
  863. </goals>
  864. </execution>
  865. </executions>
  866. </plugin>
  867. <plugin>
  868. <groupId>org.codehaus.mojo</groupId>
  869. <artifactId>exec-maven-plugin</artifactId>
  870. <version>1.2</version>
  871. <executions>
  872. <execution>
  873. <configuration>
  874. <executable>${project.basedir}/../ambari-common/src/main/unix/ambari-python-wrap</executable>
  875. <workingDirectory>src/test/python</workingDirectory>
  876. <arguments>
  877. <argument>unitTests.py</argument>
  878. <argument>${custom.tests}</argument>
  879. </arguments>
  880. <environmentVariables>
  881. <PYTHONPATH>${project.basedir}/../ambari-agent/src/main/python:${project.basedir}/../ambari-common/src/main/python/jinja2:${project.basedir}/../ambari-common/src/main/python:${project.basedir}/../ambari-common/src/main/python/common_functions:${project.basedir}/../ambari-common/src/test/python:${project.basedir}/src/main/python:${project.basedir}/src/main/python/ambari-server-state:${project.basedir}/src/test/python:$PYTHONPATH</PYTHONPATH>
  882. </environmentVariables>
  883. <skip>${skipTests}</skip>
  884. </configuration>
  885. <id>python-test</id>
  886. <phase>test</phase>
  887. <goals>
  888. <goal>exec</goal>
  889. </goals>
  890. </execution>
  891. </executions>
  892. </plugin>
  893. <plugin>
  894. <groupId>com.atlassian.maven.plugins</groupId>
  895. <artifactId>maven-clover2-plugin</artifactId>
  896. <version>3.1.11</version>
  897. <!-- <configuration> <licenseLocation>/path/to/clover.license</licenseLocation>
  898. </configuration> -->
  899. </plugin>
  900. <plugin>
  901. <groupId>org.codehaus.mojo</groupId>
  902. <artifactId>buildnumber-maven-plugin</artifactId>
  903. <version>${buildnumber-maven-plugin-version}</version>
  904. <configuration>
  905. <urlScm>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-ambari.git</urlScm>
  906. </configuration>
  907. <executions>
  908. <execution>
  909. <phase>validate</phase>
  910. <goals>
  911. <goal>create</goal>
  912. </goals>
  913. </execution>
  914. </executions>
  915. </plugin>
  916. <plugin>
  917. <groupId>org.apache.maven.plugins</groupId>
  918. <artifactId>maven-antrun-plugin</artifactId>
  919. <version>1.7</version>
  920. <executions>
  921. <execution>
  922. <phase>package</phase>
  923. <configuration>
  924. <tasks>
  925. <jar destfile="target/DBConnectionVerification.jar">
  926. <fileset dir="${basedir}/target/classes/"
  927. includes="**/DBConnectionVerification.class" />
  928. <manifest>
  929. <attribute name="Main-Class"
  930. value="org.apache.ambari.server.DBConnectionVerification" />
  931. </manifest>
  932. </jar>
  933. </tasks>
  934. </configuration>
  935. <goals>
  936. <goal>run</goal>
  937. </goals>
  938. </execution>
  939. </executions>
  940. </plugin>
  941. </plugins>
  942. <resources>
  943. <resource>
  944. <directory>src/main/resources</directory>
  945. <filtering>true</filtering>
  946. <excludes>
  947. <exclude>stacks/**</exclude>
  948. </excludes>
  949. </resource>
  950. <resource>
  951. <directory>src/main/resources</directory>
  952. <filtering>false</filtering>
  953. <includes>
  954. <include>stacks/**</include>
  955. </includes>
  956. </resource>
  957. </resources>
  958. </build>
  959. <profiles>
  960. <profile>
  961. <id>replaceurl</id>
  962. <build>
  963. <plugins>
  964. <plugin>
  965. <groupId>org.apache.maven.plugins</groupId>
  966. <artifactId>maven-antrun-plugin</artifactId>
  967. <version>1.7</version>
  968. <executions>
  969. <execution>
  970. <id>set-hdp-url-classes</id>
  971. <phase>process-classes</phase>
  972. <goals>
  973. <goal>run</goal>
  974. </goals>
  975. <configuration>
  976. <target name="ambari-server-compile">
  977. <exec dir="${basedir}" executable="bash"
  978. failonerror="true">
  979. <arg value="${basedir}/set-hdp-repo-url.sh" />
  980. <arg value="${hdpUrlForCentos6}" />
  981. <arg value="${hdpLatestUrl}" />
  982. </exec>
  983. </target>
  984. </configuration>
  985. </execution>
  986. <execution>
  987. <id>set-hdp-url-packages</id>
  988. <phase>package</phase>
  989. <goals>
  990. <goal>run</goal>
  991. </goals>
  992. <configuration>
  993. <target name="ambari-server-compile">
  994. <exec dir="${basedir}" executable="bash"
  995. failonerror="true">
  996. <arg value="${basedir}/set-hdp-repo-url.sh" />
  997. <arg value="${hdpUrlForCentos6}" />
  998. <arg value="${hdpLatestUrl}" />
  999. <arg
  1000. value="${project.build.directory}/ambari-server-${project.version}-dist/ambari-server-${project.version}" />
  1001. </exec>
  1002. </target>
  1003. </configuration>
  1004. </execution>
  1005. </executions>
  1006. </plugin>
  1007. </plugins>
  1008. </build>
  1009. </profile>
  1010. </profiles>
  1011. <dependencies>
  1012. <dependency>
  1013. <groupId>${pom.groupId}</groupId>
  1014. <artifactId>ambari-views</artifactId>
  1015. <version>${project.version}</version>
  1016. </dependency>
  1017. <dependency>
  1018. <groupId>commons-io</groupId>
  1019. <artifactId>commons-io</artifactId>
  1020. </dependency>
  1021. <dependency>
  1022. <groupId>com.google.inject.extensions</groupId>
  1023. <artifactId>guice-assistedinject</artifactId>
  1024. </dependency>
  1025. <dependency>
  1026. <groupId>com.google.inject.extensions</groupId>
  1027. <artifactId>guice-persist</artifactId>
  1028. </dependency>
  1029. <dependency>
  1030. <groupId>com.google.inject.extensions</groupId>
  1031. <artifactId>guice-servlet</artifactId>
  1032. </dependency>
  1033. <dependency>
  1034. <groupId>com.google.inject.extensions</groupId>
  1035. <artifactId>guice-multibindings</artifactId>
  1036. <version>3.0</version>
  1037. </dependency>
  1038. <dependency>
  1039. <groupId>org.apache.derby</groupId>
  1040. <artifactId>derby</artifactId>
  1041. </dependency>
  1042. <dependency>
  1043. <groupId>org.springframework.security</groupId>
  1044. <artifactId>spring-security-core</artifactId>
  1045. </dependency>
  1046. <dependency>
  1047. <groupId>org.springframework.security</groupId>
  1048. <artifactId>spring-security-config</artifactId>
  1049. </dependency>
  1050. <dependency>
  1051. <groupId>org.springframework.security</groupId>
  1052. <artifactId>spring-security-web</artifactId>
  1053. </dependency>
  1054. <dependency>
  1055. <groupId>org.springframework</groupId>
  1056. <artifactId>spring-mock</artifactId>
  1057. <scope>test</scope>
  1058. </dependency>
  1059. <dependency>
  1060. <groupId>org.springframework.security</groupId>
  1061. <artifactId>spring-security-ldap</artifactId>
  1062. </dependency>
  1063. <dependency>
  1064. <groupId>org.springframework.ldap</groupId>
  1065. <artifactId>spring-ldap-core</artifactId>
  1066. </dependency>
  1067. <dependency>
  1068. <groupId>org.apache.directory.server</groupId>
  1069. <artifactId>apacheds-core</artifactId>
  1070. </dependency>
  1071. <dependency>
  1072. <groupId>org.apache.directory.server</groupId>
  1073. <artifactId>apacheds-protocol-ldap</artifactId>
  1074. </dependency>
  1075. <dependency>
  1076. <groupId>org.apache.directory.shared</groupId>
  1077. <artifactId>shared-ldap</artifactId>
  1078. </dependency>
  1079. <dependency>
  1080. <groupId>org.slf4j</groupId>
  1081. <artifactId>slf4j-api</artifactId>
  1082. </dependency>
  1083. <dependency>
  1084. <groupId>org.slf4j</groupId>
  1085. <artifactId>slf4j-log4j12</artifactId>
  1086. </dependency>
  1087. <dependency>
  1088. <groupId>log4j</groupId>
  1089. <artifactId>log4j</artifactId>
  1090. </dependency>
  1091. <dependency>
  1092. <groupId>org.eclipse.persistence</groupId>
  1093. <artifactId>eclipselink</artifactId>
  1094. </dependency>
  1095. <dependency>
  1096. <groupId>org.mockito</groupId>
  1097. <artifactId>mockito-core</artifactId>
  1098. <scope>test</scope>
  1099. </dependency>
  1100. <dependency>
  1101. <groupId>org.eclipse.jetty</groupId>
  1102. <artifactId>jetty-security</artifactId>
  1103. </dependency>
  1104. <dependency>
  1105. <groupId>org.eclipse.jetty</groupId>
  1106. <artifactId>jetty-servlet</artifactId>
  1107. </dependency>
  1108. <dependency>
  1109. <groupId>org.eclipse.jetty</groupId>
  1110. <artifactId>jetty-webapp</artifactId>
  1111. </dependency>
  1112. <dependency>
  1113. <groupId>org.eclipse.jetty</groupId>
  1114. <artifactId>jetty-server</artifactId>
  1115. </dependency>
  1116. <dependency>
  1117. <groupId>commons-logging</groupId>
  1118. <artifactId>commons-logging</artifactId>
  1119. </dependency>
  1120. <dependency>
  1121. <groupId>commons-codec</groupId>
  1122. <artifactId>commons-codec</artifactId>
  1123. </dependency>
  1124. <dependency>
  1125. <groupId>commons-lang</groupId>
  1126. <artifactId>commons-lang</artifactId>
  1127. </dependency>
  1128. <dependency>
  1129. <groupId>commons-httpclient</groupId>
  1130. <artifactId>commons-httpclient</artifactId>
  1131. </dependency>
  1132. <dependency>
  1133. <groupId>commons-net</groupId>
  1134. <artifactId>commons-net</artifactId>
  1135. <version>1.4.1</version>
  1136. </dependency>
  1137. <dependency>
  1138. <groupId>javax.servlet</groupId>
  1139. <artifactId>servlet-api</artifactId>
  1140. </dependency>
  1141. <dependency>
  1142. <groupId>com.sun.jersey</groupId>
  1143. <artifactId>jersey-json</artifactId>
  1144. <exclusions>
  1145. <exclusion>
  1146. <groupId>org.codehaus.jackson</groupId>
  1147. <artifactId>jackson-xc</artifactId>
  1148. </exclusion>
  1149. <exclusion>
  1150. <groupId>org.codehaus.jettison</groupId>
  1151. <artifactId>jettison</artifactId>
  1152. </exclusion>
  1153. <exclusion>
  1154. <groupId>org.codehaus.jackson</groupId>
  1155. <artifactId>jackson-mapper-asl</artifactId>
  1156. </exclusion>
  1157. </exclusions>
  1158. </dependency>
  1159. <dependency>
  1160. <groupId>com.sun.jersey</groupId>
  1161. <artifactId>jersey-server</artifactId>
  1162. </dependency>
  1163. <dependency>
  1164. <groupId>com.sun.jersey</groupId>
  1165. <artifactId>jersey-client</artifactId>
  1166. </dependency>
  1167. <dependency>
  1168. <groupId>com.sun.jersey.contribs</groupId>
  1169. <artifactId>jersey-multipart</artifactId>
  1170. </dependency>
  1171. <dependency>
  1172. <groupId>com.sun.jersey.contribs</groupId>
  1173. <artifactId>jersey-guice</artifactId>
  1174. </dependency>
  1175. <dependency>
  1176. <groupId>org.codehaus.jackson</groupId>
  1177. <artifactId>jackson-mapper-asl</artifactId>
  1178. <version>1.9.2</version>
  1179. </dependency>
  1180. <dependency>
  1181. <groupId>org.codehaus.jackson</groupId>
  1182. <artifactId>jackson-core-asl</artifactId>
  1183. </dependency>
  1184. <dependency>
  1185. <groupId>org.codehaus.jackson</groupId>
  1186. <artifactId>jackson-jaxrs</artifactId>
  1187. </dependency>
  1188. <dependency>
  1189. <groupId>org.codehaus.jackson</groupId>
  1190. <artifactId>jackson-xc</artifactId>
  1191. </dependency>
  1192. <dependency>
  1193. <groupId>com.sun.jersey.jersey-test-framework</groupId>
  1194. <artifactId>jersey-test-framework-core</artifactId>
  1195. <scope>test</scope>
  1196. </dependency>
  1197. <dependency>
  1198. <groupId>com.sun.jersey.jersey-test-framework</groupId>
  1199. <artifactId>jersey-test-framework-grizzly2</artifactId>
  1200. <scope>test</scope>
  1201. </dependency>
  1202. <dependency>
  1203. <groupId>org.codehaus.jettison</groupId>
  1204. <artifactId>jettison</artifactId>
  1205. <scope>test</scope>
  1206. </dependency>
  1207. <dependency>
  1208. <groupId>junit</groupId>
  1209. <artifactId>junit</artifactId>
  1210. <scope>test</scope>
  1211. </dependency>
  1212. <dependency>
  1213. <groupId>org.easymock</groupId>
  1214. <artifactId>easymock</artifactId>
  1215. <version>3.1</version>
  1216. <scope>test</scope>
  1217. </dependency>
  1218. <dependency>
  1219. <groupId>org.powermock</groupId>
  1220. <artifactId>powermock-core</artifactId>
  1221. <version>1.5</version>
  1222. <scope>test</scope>
  1223. </dependency>
  1224. <dependency>
  1225. <groupId>org.powermock</groupId>
  1226. <artifactId>powermock-reflect</artifactId>
  1227. <version>1.5</version>
  1228. <scope>test</scope>
  1229. </dependency>
  1230. <dependency>
  1231. <groupId>org.powermock</groupId>
  1232. <artifactId>powermock-api-easymock</artifactId>
  1233. <version>1.5</version>
  1234. <scope>test</scope>
  1235. </dependency>
  1236. <dependency>
  1237. <groupId>org.powermock</groupId>
  1238. <artifactId>powermock-module-junit4</artifactId>
  1239. <version>1.5</version>
  1240. <scope>test</scope>
  1241. </dependency>
  1242. <dependency>
  1243. <groupId>org.objenesis</groupId>
  1244. <artifactId>objenesis-tck</artifactId>
  1245. <version>1.2</version>
  1246. </dependency>
  1247. <dependency>
  1248. <groupId>cglib</groupId>
  1249. <artifactId>cglib</artifactId>
  1250. <version>2.2.2</version>
  1251. </dependency>
  1252. <dependency>
  1253. <groupId>asm</groupId>
  1254. <artifactId>asm</artifactId>
  1255. <version>3.3.1</version>
  1256. </dependency>
  1257. <dependency>
  1258. <groupId>com.google.inject</groupId>
  1259. <artifactId>guice</artifactId>
  1260. <version>3.0</version>
  1261. </dependency>
  1262. <dependency>
  1263. <groupId>com.google.code.gson</groupId>
  1264. <artifactId>gson</artifactId>
  1265. <version>2.2.2</version>
  1266. </dependency>
  1267. <dependency>
  1268. <groupId>org.postgresql</groupId>
  1269. <artifactId>postgresql</artifactId>
  1270. <version>9.3-1101-jdbc4</version>
  1271. </dependency>
  1272. <dependency>
  1273. <groupId>org.apache.httpcomponents</groupId>
  1274. <artifactId>httpclient</artifactId>
  1275. <version>4.2.5</version>
  1276. </dependency>
  1277. <dependency>
  1278. <groupId>com.google.guava</groupId>
  1279. <artifactId>guava</artifactId>
  1280. <version>14.0.1</version>
  1281. </dependency>
  1282. <dependency>
  1283. <groupId>com.google.code.findbugs</groupId>
  1284. <artifactId>jsr305</artifactId>
  1285. <version>1.3.9</version>
  1286. </dependency>
  1287. <dependency>
  1288. <groupId>org.quartz-scheduler</groupId>
  1289. <artifactId>quartz</artifactId>
  1290. <version>2.2.1</version>
  1291. </dependency>
  1292. <dependency>
  1293. <groupId>org.quartz-scheduler</groupId>
  1294. <artifactId>quartz-jobs</artifactId>
  1295. <version>2.2.1</version>
  1296. </dependency>
  1297. </dependencies>
  1298. <!--<reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId>
  1299. <artifactId>findbugs-maven-plugin</artifactId> <version>2.5.2</version> </plugin>
  1300. </plugins> </reporting> -->
  1301. </project>