Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.65 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4.  
  5. <groupId>com.active</groupId>
  6. <artifactId>alfatv</artifactId>
  7. <version>1.0-SNAPSHOT</version>
  8. <packaging>war</packaging>
  9.  
  10. <name>alfatv</name>
  11.  
  12.  
  13.  
  14. <properties>
  15. <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <spring.version>3.2.8.RELEASE</spring.version>
  18. <spring.security.version>3.2.3.RELEASE</spring.security.version>
  19. <spring.social.version>1.1.1.RELEASE</spring.social.version>
  20. <spring.social.facebook.version>1.1.1.RELEASE</spring.social.facebook.version>
  21. <spring.social.twitter.version>1.1.0.RELEASE</spring.social.twitter.version>
  22. <spring.social.linkedin.version>1.0.0.RELEASE</spring.social.linkedin.version>
  23. <spring.social.google.version>1.0.0.RELEASE</spring.social.google.version>
  24. <slf4j.version>1.6.4</slf4j.version>
  25. <logback.version>1.0.1</logback.version>
  26. </properties>
  27.  
  28. <dependencies>
  29. <dependency>
  30. <groupId>org.springframework</groupId>
  31. <artifactId>spring-aop</artifactId>
  32. <version>${spring.version}</version>
  33. </dependency>
  34. <!-- <dependency>
  35. <groupId>org.springframework</groupId>
  36. <artifactId>spring-asm</artifactId>
  37. <version>3.1.1.RELEASE</version>
  38. </dependency>-->
  39.  
  40. <dependency>
  41. <groupId>org.springframework</groupId>
  42. <artifactId>spring-aspects</artifactId>
  43. <version>${spring.version}</version>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework</groupId>
  47. <artifactId>spring-beans</artifactId>
  48. <version>${spring.version}</version>
  49. </dependency>
  50. <dependency>
  51. <groupId>org.springframework</groupId>
  52. <artifactId>spring-context</artifactId>
  53. <version>${spring.version}</version>
  54. </dependency>
  55. <dependency>
  56. <groupId>org.springframework</groupId>
  57. <artifactId>spring-context-support</artifactId>
  58. <version>${spring.version}</version>
  59. </dependency>
  60. <dependency>
  61. <groupId>org.springframework</groupId>
  62. <artifactId>spring-core</artifactId>
  63. <version>${spring.version}</version>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework</groupId>
  67. <artifactId>spring-expression</artifactId>
  68. <version>${spring.version}</version>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-instrument</artifactId>
  73. <version>${spring.version}</version>
  74. </dependency>
  75. <dependency>
  76. <groupId>org.springframework</groupId>
  77. <artifactId>spring-instrument-tomcat</artifactId>
  78. <version>${spring.version}</version>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework</groupId>
  82. <artifactId>spring-jdbc</artifactId>
  83. <version>${spring.version}</version>
  84. </dependency>
  85. <dependency>
  86. <groupId>org.springframework</groupId>
  87. <artifactId>spring-jms</artifactId>
  88. <version>${spring.version}</version>
  89. </dependency>
  90. <dependency>
  91. <groupId>org.springframework</groupId>
  92. <artifactId>spring-orm</artifactId>
  93. <version>${spring.version}</version>
  94. </dependency>
  95. <dependency>
  96. <groupId>org.springframework</groupId>
  97. <artifactId>spring-oxm</artifactId>
  98. <version>${spring.version}</version>
  99. </dependency>
  100. <dependency>
  101. <groupId>org.springframework</groupId>
  102. <artifactId>spring-test</artifactId>
  103. <version>${spring.version}</version>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.springframework</groupId>
  107. <artifactId>spring-tx</artifactId>
  108. <version>${spring.version}</version>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.springframework</groupId>
  112. <artifactId>spring-web</artifactId>
  113. <version>${spring.version}</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>org.springframework</groupId>
  117. <artifactId>spring-webmvc-portlet</artifactId>
  118. <version>${spring.version}</version>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.springframework</groupId>
  122. <artifactId>spring-webmvc</artifactId>
  123. <version>${spring.version}</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.springframework</groupId>
  127. <artifactId>spring-struts</artifactId>
  128. <version>${spring.version}</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>javax.servlet</groupId>
  132. <artifactId>jstl</artifactId>
  133. <version>1.1.2</version>
  134. </dependency>
  135. <dependency>
  136. <groupId>taglibs</groupId>
  137. <artifactId>standard</artifactId>
  138. <version>1.1.2</version>
  139. </dependency>
  140. <dependency>
  141. <groupId>org.hibernate</groupId>
  142. <artifactId>hibernate</artifactId>
  143. <version>3.2.5.ga</version>
  144. </dependency>
  145. <dependency>
  146. <groupId>org.hibernate</groupId>
  147. <artifactId>hibernate-entitymanager</artifactId>
  148. <version>3.3.2.GA</version>
  149. </dependency>
  150. <dependency>
  151. <groupId>org.hibernate</groupId>
  152. <artifactId>hibernate-validator</artifactId>
  153. <version>4.2.0.Final</version>
  154. </dependency>
  155. <dependency>
  156. <groupId>javax.sql</groupId>
  157. <artifactId>jdbc-stdext</artifactId>
  158. <version>2.0</version>
  159. </dependency>
  160.  
  161. <dependency>
  162. <groupId>javax.transaction</groupId>
  163. <artifactId>jta</artifactId>
  164. <version>1.0.1B</version>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.hibernate</groupId>
  168. <artifactId>ejb3-persistence</artifactId>
  169. <version>1.0.1.GA</version>
  170. </dependency>
  171. <dependency>
  172. <groupId>c3p0</groupId>
  173. <artifactId>c3p0</artifactId>
  174. <version>0.9.1</version>
  175. </dependency>
  176. <dependency>
  177. <groupId>net.sf.flexjson</groupId>
  178. <artifactId>flexjson</artifactId>
  179.  
  180. <version>3.3</version>
  181. <type>jar</type>
  182. </dependency>
  183. <dependency>
  184. <groupId>org.apache.velocity</groupId>
  185. <artifactId>velocity</artifactId>
  186. <version>1.5</version>
  187. </dependency>
  188. <dependency>
  189. <groupId>commons-io</groupId>
  190. <artifactId>commons-io</artifactId>
  191. <version>1.4</version>
  192. <type>jar</type>
  193. </dependency>
  194. <dependency>
  195. <groupId>commons-lang</groupId>
  196. <artifactId>commons-lang</artifactId>
  197. <version>2.1</version>
  198. <type>jar</type>
  199. </dependency>
  200. <dependency>
  201. <groupId>commons-fileupload</groupId>
  202. <artifactId>commons-fileupload</artifactId>
  203. <version>1.2.1</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>commons-collections</groupId>
  207. <artifactId>commons-collections</artifactId>
  208. <version>3.1</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>mysql</groupId>
  212. <artifactId>mysql-connector-java</artifactId>
  213. <version>5.1.24</version>
  214. </dependency>
  215. <dependency>
  216. <groupId>org.springframework.security</groupId>
  217. <artifactId>spring-security-core</artifactId>
  218. <version>${spring.security.version}</version>
  219. <type>jar</type>
  220. </dependency>
  221. <dependency>
  222. <groupId>org.springframework.security</groupId>
  223. <artifactId>spring-security-web</artifactId>
  224. <version>${spring.security.version}</version>
  225. <exclusions>
  226. <exclusion>
  227. <artifactId>spring-asm</artifactId>
  228. <groupId>org.springframework</groupId>
  229. </exclusion>
  230. </exclusions>
  231. </dependency>
  232. <dependency>
  233. <groupId>org.springframework.security</groupId>
  234. <artifactId>spring-security-config</artifactId>
  235. <version>${spring.security.version}</version>
  236. </dependency>
  237. <dependency>
  238. <groupId>org.springframework.security</groupId>
  239. <artifactId>spring-security-crypto</artifactId>
  240. <version>${spring.security.version}</version>
  241. </dependency>
  242. <dependency>
  243. <groupId>org.springframework.security</groupId>
  244. <artifactId>spring-security-taglibs</artifactId>
  245. <version>${spring.security.version}</version>
  246. <exclusions>
  247. <exclusion>
  248. <artifactId>spring-security-acl</artifactId>
  249. <groupId>org.springframework.security</groupId>
  250. </exclusion>
  251. </exclusions>
  252. </dependency>
  253. <dependency>
  254. <groupId>javax.mail</groupId>
  255. <artifactId>mail</artifactId>
  256. <version>1.4</version>
  257. </dependency>
  258. <dependency>
  259. <groupId>com.fasterxml.jackson.core</groupId>
  260. <artifactId>jackson-annotations</artifactId>
  261. <version>2.5.0</version>
  262. <type>jar</type>
  263. </dependency>
  264.  
  265. <dependency>
  266. <groupId>javax</groupId>
  267. <artifactId>javaee-web-api</artifactId>
  268. <version>6.0</version>
  269. <scope>provided</scope>
  270. </dependency>
  271. <dependency>
  272. <groupId>net.sourceforge.jexcelapi</groupId>
  273. <artifactId>jxl</artifactId>
  274. <version>2.6.3</version>
  275. </dependency>
  276.  
  277. <!-- json Parser -->
  278. <dependency>
  279. <groupId>com.google.code.gson</groupId>
  280. <artifactId>gson</artifactId>
  281. <version>2.3.1</version>
  282. </dependency>
  283. <!-- End json parser -->
  284.  
  285. <!-- Logger Config-->
  286. <dependency>
  287. <groupId>org.slf4j</groupId>
  288. <artifactId>slf4j-api</artifactId>
  289. <version>${slf4j.version}</version>
  290. </dependency>
  291.  
  292. <dependency>
  293. <groupId>ch.qos.logback</groupId>
  294. <artifactId>logback-classic</artifactId>
  295. <version>${logback.version}</version>
  296. </dependency>
  297.  
  298. <dependency>
  299. <groupId>ch.qos.logback</groupId>
  300. <artifactId>logback-core</artifactId>
  301. <version>${logback.version}</version>
  302. </dependency>
  303. <!-- End Logger Config-->
  304.  
  305. <!-- TESTING API-->
  306. <!-- Junit Test -->
  307. <dependency>
  308. <groupId>junit</groupId>
  309. <artifactId>junit</artifactId>
  310. <version>4.11</version>
  311. <scope>test</scope>
  312. </dependency>
  313. <!-- End Junit Test-->
  314.  
  315.  
  316. <!--Google Recaptcha-->
  317. <dependency>
  318. <groupId>net.tanesha.recaptcha4j</groupId>
  319. <artifactId>recaptcha4j</artifactId>
  320. <version>0.0.7</version>
  321. </dependency>
  322. <!--End Google Recaptcha-->
  323.  
  324. <!--Google Calendar-->
  325. <dependency>
  326. <groupId>com.google.api-client</groupId>
  327. <artifactId>google-api-client</artifactId>
  328. <version>1.22.0</version>
  329. </dependency>
  330.  
  331. <dependency>
  332. <groupId>com.google.oauth-client</groupId>
  333. <artifactId>google-oauth-client-jetty</artifactId>
  334. <version>1.22.0</version>
  335. </dependency>
  336.  
  337. <dependency>
  338. <groupId>com.google.apis</groupId>
  339. <artifactId>google-api-services-oauth2</artifactId>
  340. <version>v2-rev116-1.22.0</version>
  341. </dependency>
  342.  
  343. <dependency>
  344. <groupId>com.google.apis</groupId>
  345. <artifactId>google-api-services-calendar</artifactId>
  346. <version>v3-rev208-1.22.0</version>
  347. </dependency>
  348.  
  349. <dependency>
  350. <groupId>com.thetransactioncompany</groupId>
  351. <artifactId>cors-filter</artifactId>
  352. <version>2.4</version>
  353. </dependency>
  354.  
  355. <!-- quartez -->
  356. <dependency>
  357. <groupId>org.quartz-scheduler</groupId>
  358. <artifactId>quartz</artifactId>
  359. <version>1.8.5</version>
  360. </dependency>
  361. <!--End quartez -->
  362.  
  363. <!--apache csv-->
  364. <dependency>
  365. <groupId>org.apache.commons</groupId>
  366. <artifactId>commons-csv</artifactId>
  367. <version>1.0</version>
  368. </dependency>
  369. <!--end apache csv-->
  370.  
  371.  
  372. <dependency>
  373. <groupId>net.sf.opencsv</groupId>
  374. <artifactId>opencsv</artifactId>
  375. <version>2.3</version>
  376. </dependency>
  377.  
  378.  
  379. <dependency>
  380. <groupId>org.apache.httpcomponents</groupId>
  381. <artifactId>httpclient</artifactId>
  382. <version>4.3.6</version>
  383. </dependency>
  384. <dependency>
  385. <groupId>com.google.code.gson</groupId>
  386. <artifactId>gson</artifactId>
  387. <version>2.7</version>
  388. </dependency>
  389.  
  390. <dependency>
  391. <groupId>ip2country</groupId>
  392. <artifactId>ip2c</artifactId>
  393. <version>1.0.2</version>
  394. </dependency>
  395.  
  396.  
  397.  
  398. <dependency>
  399. <groupId>org.apache.commons</groupId>
  400. <artifactId>commons-lang3</artifactId>
  401. <version>3.4</version>
  402. </dependency>
  403.  
  404.  
  405. <!-- Spring Social -->
  406.  
  407. <dependency>
  408. <groupId>org.springframework.social</groupId>
  409. <artifactId>spring-social-core</artifactId>
  410. <version>${spring.social.version}</version>
  411. </dependency>
  412. <dependency>
  413. <groupId>org.springframework.social</groupId>
  414. <artifactId>spring-social-config</artifactId>
  415. <version>${spring.social.version}</version>
  416. </dependency>
  417. <dependency>
  418. <groupId>org.springframework.social</groupId>
  419. <artifactId>spring-social-security</artifactId>
  420. <version>${spring.social.version}</version>
  421. </dependency>
  422. <dependency>
  423. <groupId>org.springframework.social</groupId>
  424. <artifactId>spring-social-web</artifactId>
  425. <version>${spring.social.version}</version>
  426. </dependency>
  427. <!-- Spring Social Facebook -->
  428. <dependency>
  429. <groupId>org.springframework.social</groupId>
  430. <artifactId>spring-social-facebook</artifactId>
  431. <version>${spring.social.facebook.version}</version>
  432. </dependency>
  433. <!-- Spring Social Twitter -->
  434. <dependency>
  435. <groupId>org.springframework.social</groupId>
  436. <artifactId>spring-social-twitter</artifactId>
  437. <version>${spring.social.twitter.version}</version>
  438. </dependency>
  439. <!-- Spring Social Linked In -->
  440. <dependency>
  441. <groupId>org.springframework.social</groupId>
  442. <artifactId>spring-social-linkedin</artifactId>
  443. <version>${spring.social.linkedin.version}</version>
  444. </dependency>
  445. <!-- Spring Social google In -->
  446. <dependency>
  447. <groupId>org.springframework.social</groupId>
  448. <artifactId>spring-social-google</artifactId>
  449. <version>${spring.social.google.version}</version>
  450. </dependency>
  451. <!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
  452. <dependency>
  453. <groupId>joda-time</groupId>
  454. <artifactId>joda-time</artifactId>
  455. <version>2.9.4</version>
  456. </dependency>
  457.  
  458. <!--<dependency>
  459. <groupId>com.google.api.client</groupId>
  460. <artifactId>google-api-client-auth-oauth2</artifactId>
  461. <version>1.2.3-alpha</version>
  462. </dependency>
  463. <dependency>
  464. <groupId>com.google.oauth-client</groupId>
  465. <artifactId>google-oauth-client-servlet</artifactId>
  466. <version>1.21.0</version>
  467. </dependency>
  468.  
  469. <dependency>
  470. <groupId>com.google.api-client</groupId>
  471. <artifactId>google-api-client-appengine</artifactId>
  472. <version>1.7.0-beta</version>
  473. </dependency>
  474.  
  475.  
  476. <dependency>
  477. <groupId>com.google.appengine</groupId>
  478. <artifactId>appengine-api-1.0-sdk</artifactId>
  479. <version>1.3.1</version>
  480. </dependency>-->
  481.  
  482. <!-- <dependency>
  483. <groupId>groupId</groupId>
  484. <artifactId>ip2c</artifactId>
  485. <version>1.0</version>
  486. <scope>system</scope>
  487. <systemPath>${basedir}/lib/ip2c.jar</systemPath>
  488. </dependency>-->
  489.  
  490. </dependencies>
  491.  
  492.  
  493. <build>
  494. <plugins>
  495. <plugin>
  496. <groupId>org.apache.maven.plugins</groupId>
  497. <artifactId>maven-compiler-plugin</artifactId>
  498. <version>2.3.2</version>
  499. <configuration>
  500. <source>1.6</source>
  501. <target>1.6</target>
  502. <compilerArguments>
  503. <endorseddirs>${endorsed.dir}</endorseddirs>
  504. </compilerArguments>
  505. </configuration>
  506. </plugin>
  507. <plugin>
  508. <groupId>org.apache.maven.plugins</groupId>
  509. <artifactId>maven-war-plugin</artifactId>
  510. <version>2.1.1</version>
  511. <configuration>
  512. <failOnMissingWebXml>false</failOnMissingWebXml>
  513. </configuration>
  514. </plugin>
  515. <plugin>
  516. <groupId>org.apache.maven.plugins</groupId>
  517. <artifactId>maven-dependency-plugin</artifactId>
  518. <version>2.1</version>
  519. <executions>
  520. <execution>
  521. <phase>validate</phase>
  522. <goals>
  523. <goal>copy</goal>
  524. </goals>
  525. <configuration>
  526. <outputDirectory>${endorsed.dir}</outputDirectory>
  527. <silent>true</silent>
  528. <artifactItems>
  529. <artifactItem>
  530. <groupId>javax</groupId>
  531. <artifactId>javaee-endorsed-api</artifactId>
  532. <version>6.0</version>
  533. <type>jar</type>
  534. </artifactItem>
  535. </artifactItems>
  536. </configuration>
  537. </execution>
  538. </executions>
  539. </plugin>
  540. </plugins>
  541. </build>
  542. <repositories>
  543. <repository>
  544. <id>maven2-repository.dev.java.net</id>
  545. <name>Java.net Repository for Maven</name>
  546. <url>http://download.java.net/maven/2/</url>
  547. </repository>
  548. <repository>
  549. <snapshots />
  550. <id>codehaus</id>
  551. <name>codehaus</name>
  552. <url>https://repository-master.mulesoft.org/nexus/content/groups/public/</url>
  553. </repository>
  554. <repository>
  555. <snapshots />
  556. <id>ibiblio</id>
  557. <url>http://www.ibiblio.org/maven2/</url>
  558. </repository>
  559. <repository>
  560. <url>http://repo1.maven.org/maven2/</url>
  561. <id>spring-framework300</id>
  562. <layout>default</layout>
  563. <name>Repository for library Library[spring-framework300]</name>
  564. </repository>
  565. <repository>
  566. <id>in-project</id>
  567. <name>In Project Repo</name>
  568. <url>file:${project.basedir}/mavenInprojectRepository</url>
  569. </repository>
  570.  
  571. </repositories>
  572.  
  573.  
  574.  
  575. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement