Advertisement
Guest User

Pom.xml

a guest
Mar 23rd, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 14.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.         xmlns="http://maven.apache.org/POM/4.0.0"
  4.         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5.     <modelVersion>4.0.0</modelVersion>
  6.     <groupId>bmcwithlogin</groupId>
  7.     <artifactId>bmcwithlogin</artifactId>
  8.     <version>1.0-SNAPSHOT</version>
  9.     <packaging>war</packaging>
  10.     <properties>
  11.         <java-version>1.8</java-version>
  12.         <org.springframework-version>4.0.6.RELEASE</org.springframework-version>
  13.         <org.aspectj-version>1.7.4</org.aspectj-version>
  14.         <org.slf4j-version>1.7.5</org.slf4j-version>
  15.         <hibernate.version>4.3.6.Final</hibernate.version>
  16.         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17.         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  18.     </properties>
  19.  
  20.     <dependencies>
  21.  
  22.         <dependency>
  23.             <groupId>com.google.http-client</groupId>
  24.             <artifactId>google-http-client-jackson2</artifactId>
  25.             <version>1.17.0-rc</version>
  26.         </dependency>
  27.  
  28.         <dependency>
  29.             <groupId>com.google.api.client</groupId>
  30.             <artifactId>google-api-client-json</artifactId>
  31.             <version>1.2.3-alpha</version>
  32.             <scope>provided</scope>
  33.         </dependency>
  34.  
  35.         <dependency>
  36.             <groupId>com.google.apis</groupId>
  37.             <artifactId>google-api-services-calendar</artifactId>
  38.             <version>v3-rev35-1.13.2-beta</version>
  39.         </dependency>
  40.  
  41.         <dependency>
  42.             <groupId>com.google.oauth-client</groupId>
  43.             <artifactId>google-oauth-client-java6</artifactId>
  44.             <version>1.19.0</version>
  45.         </dependency>
  46.  
  47.         <dependency>
  48.             <groupId>com.google.gdata</groupId>
  49.             <artifactId>core</artifactId>
  50.             <version>1.47.1</version>
  51.         </dependency>
  52.  
  53.        <!-- <dependency>
  54.            <groupId>com.google.api.client</groupId>
  55.            <artifactId>google-api-client-auth-oauth2</artifactId>
  56.            <version>1.2.3-alpha</version>
  57.        </dependency>
  58. -->
  59.         <dependency>
  60.             <groupId>com.google.api.client</groupId>
  61.             <artifactId>google-api-client</artifactId>
  62.             <version>1.4.1-beta</version>
  63.         </dependency>
  64.  
  65.         <dependency>
  66.             <groupId>com.google.api.client</groupId>
  67.             <artifactId>google-api-client-http</artifactId>
  68.             <version>1.2.3-alpha</version>
  69.         </dependency>
  70.  
  71.  
  72.         <dependency>
  73.             <groupId>org.springframework.security.oauth</groupId>
  74.             <artifactId>spring-security-oauth2</artifactId>
  75.             <version>2.0.3.RELEASE</version>
  76.         </dependency>
  77.  
  78.         <!-- Thumbnail dependencies -->
  79.         <dependency>
  80.             <groupId>org.imgscalr</groupId>
  81.             <artifactId>imgscalr-lib</artifactId>
  82.             <version>4.2</version>
  83.         </dependency>
  84.  
  85.  
  86.  
  87.         <!-- Testing dependencies -->
  88.  
  89.         <!--  <dependency>
  90.              <groupId>net.sourceforge.jwebunit</groupId>
  91.              <artifactId>jwebunit-htmlunit-plugin</artifactId>
  92.              <version>3.2</version>
  93.              <scope>test</scope>
  94.          </dependency>
  95.          <dependency>
  96.              <groupId>net.sourceforge.jwebunit</groupId>
  97.              <artifactId>jwebunit-core</artifactId>
  98.              <version>3.2</version>
  99.          </dependency>
  100.  
  101.  
  102.          <dependency>
  103.              <groupId>org.hamcrest</groupId>
  104.              <artifactId>hamcrest-core</artifactId>
  105.              <version>1.3</version>
  106.          </dependency>
  107.  
  108.          <dependency>
  109.              <groupId>org.hamcrest</groupId>
  110.              <artifactId>hamcrest-library</artifactId>
  111.              <version>1.3</version>
  112.          </dependency>
  113.  
  114.          <dependency>
  115.              <groupId>org.springframework</groupId>
  116.              <artifactId>spring-test</artifactId>
  117.              <version>4.1.4.RELEASE</version>
  118.          </dependency>
  119.  
  120.  
  121.          <dependency>
  122.              <groupId>com.jayway.jsonpath</groupId>
  123.              <artifactId>json-path-assert</artifactId>
  124.              <version>0.8.1</version>
  125.              <scope>test</scope>
  126.          </dependency>
  127.  
  128.          <dependency>
  129.              <groupId>org.apache.ant</groupId>
  130.              <artifactId>ant-apache-regexp</artifactId>
  131.              <version>1.9.4</version>
  132.          </dependency>-->
  133.  
  134.         <dependency>
  135.             <groupId>com.google.api-client</groupId>
  136.             <artifactId>google-api-client</artifactId>
  137.             <version>1.19.1</version>
  138.         </dependency>
  139.  
  140.         <dependency>
  141.             <groupId>com.google.http-client</groupId>
  142.             <artifactId>google-http-client</artifactId>
  143.             <version>1.19.0</version>
  144.         </dependency>
  145.  
  146.         <!-- Google calender dependencies -->
  147.  
  148.  
  149.  
  150.         <!-- Spring -->
  151.         <dependency>
  152.             <groupId>xml-apis</groupId>
  153.             <artifactId>xml-apis</artifactId>
  154.             <version>1.4.01</version>
  155.         </dependency>
  156.  
  157.         <dependency>
  158.             <groupId>commons-io</groupId>
  159.             <artifactId>commons-io</artifactId>
  160.             <version>1.3.2</version>
  161.         </dependency>
  162.         <dependency>
  163.             <groupId>commons-fileupload</groupId>
  164.             <artifactId>commons-fileupload</artifactId>
  165.             <version>1.3.1</version>
  166.         </dependency>
  167.  
  168.         <dependency>
  169.             <groupId>javax.validation</groupId>
  170.             <artifactId>validation-api</artifactId>
  171.             <version>1.0.0.GA</version>
  172.         </dependency>
  173.  
  174.         <dependency>
  175.             <groupId>org.hibernate</groupId>
  176.             <artifactId>hibernate-validator</artifactId>
  177.             <version>4.3.1.Final</version>
  178.         </dependency>
  179.         <!-- Spring -->
  180.  
  181.         <dependency>
  182.             <groupId>org.springframework</groupId>
  183.             <artifactId>spring-webmvc</artifactId>
  184.             <version>${org.springframework-version}</version>
  185.         </dependency>
  186.         <dependency>
  187.             <groupId>org.springframework</groupId>
  188.             <artifactId>spring-tx</artifactId>
  189.             <version>${org.springframework-version}</version>
  190.         </dependency>
  191.         <dependency>
  192.             <groupId>org.springframework</groupId>
  193.             <artifactId>spring-core</artifactId>
  194.             <version>${org.springframework-version}</version>
  195.         </dependency>
  196.         <!-- Hibernate -->
  197.         <dependency>
  198.             <groupId>org.hibernate</groupId>
  199.             <artifactId>hibernate-core</artifactId>
  200.             <version>${hibernate.version}</version>
  201.         </dependency>
  202.         <dependency>
  203.             <groupId>org.hibernate</groupId>
  204.             <artifactId>hibernate-entitymanager</artifactId>
  205.             <version>${hibernate.version}</version>
  206.         </dependency>
  207.  
  208.         <!-- Apache Commons DBCP -->
  209.         <dependency>
  210.             <groupId>commons-dbcp</groupId>
  211.             <artifactId>commons-dbcp</artifactId>
  212.             <version>1.4</version>
  213.         </dependency>
  214.         <!-- Spring ORM -->
  215.         <dependency>
  216.             <groupId>org.springframework</groupId>
  217.             <artifactId>spring-orm</artifactId>
  218.             <version>${org.springframework-version}</version>
  219.         </dependency>
  220.  
  221.         <!-- AspectJ -->
  222.         <dependency>
  223.             <groupId>org.aspectj</groupId>
  224.             <artifactId>aspectjrt</artifactId>
  225.             <version>${org.aspectj-version}</version>
  226.         </dependency>
  227.         <!-- Aspectj is over here -->
  228.  
  229.         <!-- Joda Date & Time dependencies-->
  230.         <dependency>
  231.             <groupId>joda-time</groupId>
  232.             <artifactId>joda-time</artifactId>
  233.             <version>2.3</version>
  234.         </dependency>
  235.  
  236.         <!-- IText dependencies -->
  237.         <dependency>
  238.             <groupId>com.itextpdf</groupId>
  239.             <artifactId>itextpdf</artifactId>
  240.             <version>5.0.6</version>
  241.         </dependency>
  242.  
  243.         <dependency>
  244.             <groupId>commons-codec</groupId>
  245.             <artifactId>commons-codec</artifactId>
  246.             <version>1.9</version>
  247.         </dependency>
  248.  
  249.         <dependency>
  250.             <groupId>javax.mail</groupId>
  251.             <artifactId>mail</artifactId>
  252.             <version>1.4.4</version>
  253.         </dependency>
  254.  
  255.  
  256.         <!-- Logging -->
  257.  
  258.         <dependency>
  259.             <groupId>org.slf4j</groupId>
  260.             <artifactId>slf4j-api</artifactId>
  261.             <version>${org.slf4j-version}</version>
  262.         </dependency>
  263.         <dependency>
  264.             <groupId>org.slf4j</groupId>
  265.             <artifactId>jcl-over-slf4j</artifactId>
  266.             <version>${org.slf4j-version}</version>
  267.             <scope>runtime</scope>
  268.         </dependency>
  269.         <dependency>
  270.             <groupId>org.slf4j</groupId>
  271.             <artifactId>slf4j-log4j12</artifactId>
  272.             <version>${org.slf4j-version}</version>
  273.             <scope>runtime</scope>
  274.         </dependency>
  275.         <dependency>
  276.             <groupId>log4j</groupId>
  277.             <artifactId>log4j</artifactId>
  278.             <version>1.2.15</version>
  279.             <exclusions>
  280.                 <exclusion>
  281.                     <groupId>javax.jms</groupId>
  282.                     <artifactId>jms</artifactId>
  283.                 </exclusion>
  284.                 <exclusion>
  285.                     <groupId>com.sun.jdmk</groupId>
  286.                     <artifactId>jmxtools</artifactId>
  287.                 </exclusion>
  288.                 <exclusion>
  289.                     <groupId>com.sun.jmx</groupId>
  290.                     <artifactId>jmxri</artifactId>
  291.                 </exclusion>
  292.             </exclusions>
  293.             <scope>runtime</scope>
  294.         </dependency>
  295.  
  296.         <!-- @Inject -->
  297.         <dependency>
  298.             <groupId>javax.inject</groupId>
  299.             <artifactId>javax.inject</artifactId>
  300.             <version>1</version>
  301.         </dependency>
  302.  
  303.         <!-- Servlet -->
  304.         <dependency>
  305.             <groupId>javax.servlet</groupId>
  306.             <artifactId>servlet-api</artifactId>
  307.             <version>2.5</version>
  308.             <scope>provided</scope>
  309.         </dependency>
  310.         <dependency>
  311.             <groupId>javax.servlet.jsp</groupId>
  312.             <artifactId>jsp-api</artifactId>
  313.             <version>2.1</version>
  314.             <scope>provided</scope>
  315.         </dependency>
  316.         <dependency>
  317.             <groupId>javax.servlet</groupId>
  318.             <artifactId>jstl</artifactId>
  319.             <version>1.2</version>
  320.         </dependency>
  321.  
  322.  
  323.         <!-- Jackson dependencies -->
  324.         <dependency>
  325.             <groupId>org.codehaus.jackson</groupId>
  326.             <artifactId>jackson-mapper-asl</artifactId>
  327.             <version>1.9.13</version>
  328.         </dependency>
  329.  
  330.  
  331.         <dependency>
  332.             <groupId>org.codehaus.jackson</groupId>
  333.             <artifactId>jackson-core-asl</artifactId>
  334.             <version>1.9.13</version>
  335.         </dependency>
  336.         <dependency>
  337.             <groupId>org.codehaus.jackson</groupId>
  338.             <artifactId>jackson-jaxrs</artifactId>
  339.             <version>1.9.13</version>
  340.         </dependency>
  341.  
  342.         <dependency>
  343.             <groupId>com.fasterxml.jackson.core</groupId>
  344.             <artifactId>jackson-core</artifactId>
  345.             <version>2.5.1</version>
  346.         </dependency>
  347.  
  348.         <dependency>
  349.             <groupId>com.fasterxml.jackson.core</groupId>
  350.             <artifactId>jackson-annotations</artifactId>
  351.             <version>2.5.1</version>
  352.         </dependency>
  353.  
  354.  
  355.  
  356.         <!-- Spring security dependenciey -->
  357.  
  358.         <dependency>
  359.             <groupId>org.springframework.security</groupId>
  360.             <artifactId>spring-security-web</artifactId>
  361.             <version>3.2.5.RELEASE</version>
  362.         </dependency>
  363.         <dependency>
  364.             <groupId>org.springframework.security</groupId>
  365.             <artifactId>spring-security-config</artifactId>
  366.             <version>3.2.5.RELEASE</version>
  367.         </dependency>
  368.         <dependency>
  369.             <groupId>org.springframework.security</groupId>
  370.             <artifactId>spring-security-taglibs</artifactId>
  371.             <version>3.2.5.RELEASE</version>
  372.         </dependency>
  373.         <dependency>
  374.             <groupId>commons-logging</groupId>
  375.             <artifactId>commons-logging</artifactId>
  376.             <version>1.2</version>
  377.         </dependency>
  378.  
  379.         <dependency>
  380.             <groupId>org.postgresql</groupId>
  381.             <artifactId>postgresql</artifactId>
  382.             <version>9.3-1102-jdbc41</version>
  383.         </dependency>
  384.  
  385.  
  386.         <dependency>
  387.             <groupId>xerces</groupId>
  388.             <artifactId>xercesImpl</artifactId>
  389.             <version>2.11.0</version>
  390.         </dependency>
  391.  
  392.  
  393.     </dependencies>
  394.     <build>
  395.         <plugins>
  396.             <plugin>
  397.                 <artifactId>maven-eclipse-plugin</artifactId>
  398.                 <version>2.9</version>
  399.                 <configuration>
  400.                     <additionalProjectnatures>
  401.                         <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
  402.                     </additionalProjectnatures>
  403.                     <additionalBuildcommands>
  404.                         <buildcommand>org.springframework.ide.eclipse.core.springbuilder</buildcommand>
  405.                     </additionalBuildcommands>
  406.                     <downloadSources>true</downloadSources>
  407.                     <downloadJavadocs>true</downloadJavadocs>
  408.                 </configuration>
  409.             </plugin>
  410.             <plugin>
  411.                 <groupId>org.apache.maven.plugins</groupId>
  412.                 <artifactId>maven-compiler-plugin</artifactId>
  413.                 <version>3.1</version>
  414.                 <configuration>
  415.                     <source>1.8</source>
  416.                     <target>1.8</target>
  417.                     <compilerArgument>-Xlint:all</compilerArgument>
  418.                     <showWarnings>true</showWarnings>
  419.                     <showDeprecation>true</showDeprecation>
  420.                 </configuration>
  421.             </plugin>
  422.             <plugin>
  423.                 <groupId>org.codehaus.mojo</groupId>
  424.                 <artifactId>exec-maven-plugin</artifactId>
  425.                 <version>1.2.1</version>
  426.                 <configuration>
  427.                     <mainClass>org.test.int1.Main</mainClass>
  428.                 </configuration>
  429.             </plugin>
  430.         </plugins>
  431.         <finalName>${project.artifactId}</finalName>
  432.     </build>
  433. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement