Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 9.99 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.     <repositories>
  6.         <repository>
  7.             <id>nexus</id>
  8.             <url>http://myCompany.ddns.net:8081/nexus/content/repositories/thirdparty</url>
  9.         </repository>
  10.         <!--<repository>  
  11.            <id>prime-repo</id>  
  12.            <name>PrimeFaces Maven Repository</name>  
  13.            <url>http://repository.primefaces.org</url>  
  14.            <layout>default</layout>  
  15.        </repository>!-->
  16.         <repository>
  17.             <id>java.net2</id>
  18.             <name>Java.net</name>
  19.             <url>https://oss.sonatype.org/content/repositories/java.net2</url>
  20.         </repository>
  21.     </repositories>
  22.    
  23.     <groupId>com.f2f</groupId>
  24.     <artifactId>myCompany</artifactId>
  25.     <version>1.0-SNAPSHOT</version>
  26.     <packaging>war</packaging>
  27.  
  28.     <name>myCompany</name>
  29.  
  30.     <properties>
  31.         <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
  32.         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  33.     </properties>
  34.  
  35.     <!-- ARQUILLIAN UTIL -->
  36.     <dependencyManagement>
  37.         <dependencies>
  38.             <dependency>
  39.                 <groupId>org.jboss.arquillian</groupId>
  40.                 <artifactId>arquillian-bom</artifactId>
  41.                 <version>1.1.5.Final</version>
  42.                 <scope>import</scope>
  43.                 <type>pom</type>
  44.             </dependency>
  45.         </dependencies>
  46.     </dependencyManagement>
  47.     <!--END_ARQUILLIAN UTIL -->
  48.  
  49.     <dependencies>
  50.         <dependency>
  51.             <groupId>org.elasticsearch</groupId>
  52.             <artifactId>elasticsearch</artifactId>
  53.             <version>1.3.1</version>
  54.         </dependency>
  55.         <dependency>
  56.             <groupId>com.google.api-client</groupId>
  57.             <artifactId>google-api-client</artifactId>
  58.             <version>1.18.0-rc</version>
  59.         </dependency>
  60.         <dependency>
  61.             <groupId>org.eclipse.persistence</groupId>
  62.             <artifactId>eclipselink</artifactId>
  63.             <version>2.5.1</version>
  64.             <type>jar</type>
  65.         </dependency>
  66.         <dependency>
  67.             <groupId>javax</groupId>
  68.             <artifactId>javaee-api</artifactId>
  69.             <version>7.0</version>
  70.             <scope>provided</scope>
  71.         </dependency>
  72.         <!--<dependency>  
  73.            <groupId>myCompany</groupId>  
  74.            <artifactId>primefaces</artifactId>  
  75.            <version>5.0.8</version>
  76.        </dependency>!-->
  77.         <dependency>  
  78.             <groupId>org.primefaces</groupId>  
  79.             <artifactId>primefaces</artifactId>  
  80.             <version>5.1</version>  
  81.         </dependency>
  82.         <dependency>
  83.             <groupId>org.apache.commons</groupId>
  84.             <artifactId>commons-io</artifactId>
  85.             <version>1.3.2</version>
  86.         </dependency>
  87.         <dependency>
  88.             <groupId>commons-fileupload</groupId>
  89.             <artifactId>commons-fileupload</artifactId>
  90.             <version>1.3</version>
  91.         </dependency>
  92.         <dependency>
  93.             <groupId>net.sourceforge.findbugs</groupId>
  94.             <artifactId>jsr305</artifactId>
  95.             <version>1.3.2</version>
  96.         </dependency>
  97.         <dependency>
  98.             <groupId>com.ocpsoft</groupId>
  99.             <artifactId>prettyfaces-jsf2</artifactId>
  100.             <version>3.3.3</version>
  101.         </dependency>
  102.         <!--       <dependency>
  103.            <groupId>org.primefaces.extensions</groupId>
  104.            <artifactId>primefaces-extensions</artifactId>
  105.            <version>1.1.0</version>
  106.        </dependency>-->
  107.         <dependency>
  108.             <groupId>org.atmosphere</groupId>
  109.             <artifactId>atmosphere-runtime</artifactId>
  110.             <version>2.1.8</version>
  111.         </dependency>
  112.         <dependency>
  113.             <groupId>commons-codec</groupId>
  114.             <artifactId>commons-codec</artifactId>
  115.             <version>1.8</version>
  116.         </dependency>
  117.         <!--        <dependency>
  118.            <groupId>org.omnifaces</groupId>
  119.            <artifactId>omnifaces</artifactId>
  120.            <version>1.7</version>
  121.        </dependency>-->  
  122.  
  123.         <dependency>
  124.             <groupId>org.xhtmlrenderer</groupId>
  125.             <artifactId>core-renderer</artifactId>
  126.             <version>R8</version>
  127.         </dependency>
  128.  
  129.         <dependency>
  130.             <groupId>com.itextpdf</groupId>
  131.             <artifactId>itextpdf</artifactId>
  132.             <version>5.5.1</version>
  133.         </dependency>
  134.        
  135.         <!--YOUTUBE-->
  136.         <dependency>
  137.             <groupId>com.google.apis</groupId>
  138.             <artifactId>google-api-services-youtube</artifactId>
  139.             <version>v3-rev107-1.18.0-rc</version>
  140.         </dependency>
  141.         <dependency>
  142.             <groupId>com.google.http-client</groupId>
  143.             <artifactId>google-http-client-jackson</artifactId>
  144.             <version>1.18.0-rc</version>
  145.         </dependency>
  146.        
  147.         <!--KURENTO-->
  148.         <!--<dependency>
  149.            <groupId>org.kurento</groupId>
  150.            <artifactId>kurento-client</artifactId>
  151.            <version>5.0.3</version>
  152.        </dependency>!-->
  153.        
  154.         <dependency>
  155.             <groupId>myCompany</groupId>
  156.             <artifactId>kurento-client</artifactId>
  157.             <version>5.0.3</version>
  158.         </dependency>
  159.         <dependency>
  160.             <groupId>myCompany</groupId>
  161.             <artifactId>kurento-jsonrpc-client</artifactId>
  162.             <version>5.0.3</version>
  163.         </dependency>
  164.         <dependency>
  165.             <groupId>myCompany</groupId>
  166.             <artifactId>kurento-jsonrpc-server</artifactId>
  167.             <version>5.0.3</version>
  168.         </dependency>
  169.         <dependency>
  170.             <groupId>myCompany</groupId>
  171.             <artifactId>kurento-commons</artifactId>
  172.             <version>5.0.3</version>
  173.         </dependency>
  174.         <dependency>
  175.             <groupId>com.google.code.gson</groupId>
  176.             <artifactId>gson</artifactId>
  177.             <version>2.3</version>
  178.         </dependency>
  179.  
  180.         <!-- ARQUILLIAN DEPENDENCIES -->
  181.         <dependency>
  182.             <groupId>mysql</groupId>
  183.             <artifactId>mysql-connector-java</artifactId>
  184.             <version>5.1.24</version>
  185.         </dependency>
  186.        
  187.         <dependency>
  188.             <groupId>org.jboss.arquillian.container</groupId>
  189.             <artifactId>arquillian-glassfish-embedded-3.1</artifactId>
  190.             <version>1.0.0.CR4</version>
  191.             <scope>test</scope>
  192.         </dependency>
  193.  
  194.         <dependency>
  195.             <groupId>org.glassfish.main.extras</groupId>
  196.             <artifactId>glassfish-embedded-all</artifactId>
  197.             <version>4.0</version>
  198.             <scope>provided</scope>
  199.         </dependency>
  200.  
  201.         <dependency>
  202.             <groupId>org.jboss.arquillian.junit</groupId>
  203.             <artifactId>arquillian-junit-container</artifactId>
  204.             <scope>test</scope>
  205.         </dependency>
  206.        
  207.         <dependency>
  208.             <groupId>junit</groupId>
  209.             <artifactId>junit</artifactId>
  210.             <version>4.11</version>
  211.             <scope>test</scope>
  212.         </dependency>
  213.        
  214.         <dependency>
  215.             <groupId>org.jboss.arquillian.extension</groupId>
  216.             <artifactId>arquillian-persistence-api</artifactId>
  217.             <version>1.0.0.Alpha7</version>
  218.             <scope>test</scope>
  219.         </dependency>
  220.  
  221.         <dependency>
  222.             <groupId>org.jboss.arquillian.extension</groupId>
  223.             <artifactId>arquillian-persistence-impl</artifactId>
  224.             <version>1.0.0.Alpha6</version>
  225.             <scope>test</scope>
  226.         </dependency>
  227.         <!-- END_ARQUILLIAN DEPENDENCIES -->
  228.  
  229.     </dependencies>
  230.  
  231.     <build>
  232.         <plugins>
  233.             <plugin>
  234.                 <groupId>org.apache.maven.plugins</groupId>
  235.                 <artifactId>maven-compiler-plugin</artifactId>
  236.                 <version>2.3.2</version>
  237.                 <configuration>
  238.                     <source>1.8</source>
  239.                     <target>1.8</target>
  240.                     <compilerArguments>
  241.                         <endorseddirs>${endorsed.dir}</endorseddirs>
  242.                     </compilerArguments>
  243.                 </configuration>
  244.             </plugin>
  245.             <plugin>
  246.                 <groupId>org.apache.maven.plugins</groupId>
  247.                 <artifactId>maven-war-plugin</artifactId>
  248.                 <version>2.1.1</version>
  249.                 <configuration>
  250.                     <failOnMissingWebXml>false</failOnMissingWebXml>
  251.                 </configuration>
  252.             </plugin>
  253.             <!--<plugin>
  254.                <groupId>org.apache.maven.plugins</groupId>
  255.                <artifactId>maven-dependency-plugin</artifactId>
  256.                <version>2.1</version>
  257.                <executions>
  258.                    <execution>
  259.                        <phase>validate</phase>
  260.                        <goals>
  261.                            <goal>copy</goal>
  262.                        </goals>
  263.                        <configuration>
  264.                            <outputDirectory>${endorsed.dir}</outputDirectory>
  265.                            <silent>true</silent>
  266.                            <artifactItems>
  267.                                <artifactItem>
  268.                                    <groupId>javax</groupId>
  269.                                    <artifactId>javaee-endorsed-api</artifactId>
  270.                                    <version>6.0</version>
  271.                                    <type>jar</type>
  272.                                </artifactItem>
  273.                            </artifactItems>
  274.                        </configuration>
  275.                    </execution>
  276.                </executions>
  277.            </plugin>!-->
  278.         </plugins>
  279.     </build>
  280.  
  281. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement