serverside/pom.xml
changeset 13 fd9a16bbfd0e
parent 12 84266695c06f
child 14 7d1be0cc9595
child 15 91219d000cb8
     1.1 --- a/serverside/pom.xml	Sun May 05 18:11:29 2013 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,104 +0,0 @@
     1.4 -<?xml version="1.0"?>
     1.5 -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     1.6 -    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     1.7 -  <modelVersion>4.0.0</modelVersion>
     1.8 -  <parent>
     1.9 -    <groupId>org.apidesign.html</groupId>
    1.10 -    <artifactId>demo</artifactId>
    1.11 -    <version>1.0-SNAPSHOT</version>
    1.12 -  </parent>
    1.13 -  <groupId>org.apidesign.bck2brwsr</groupId>
    1.14 -  <artifactId>demo-serverside</artifactId>
    1.15 -  <version>1.0-SNAPSHOT</version>
    1.16 -  <name>Bck2Brwsr and Bck2Server</name>
    1.17 -  <url>http://maven.apache.org</url>
    1.18 -  <properties>
    1.19 -    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.20 -    <net.java.html.version>0.2</net.java.html.version>
    1.21 -    <bck2brwsr.version>0.8-SNAPSHOT</bck2brwsr.version>
    1.22 -    <bck2brwsr.obfuscationlevel>MINIMAL</bck2brwsr.obfuscationlevel>
    1.23 -    <brwsr.startpage>org/apidesign/bck2brwsr/demo/serverside/chat.html</brwsr.startpage>
    1.24 -  </properties>
    1.25 -  <build>
    1.26 -      <plugins>
    1.27 -          <plugin>
    1.28 -              <groupId>org.codehaus.mojo</groupId>
    1.29 -              <artifactId>exec-maven-plugin</artifactId>
    1.30 -              <version>1.2.1</version>
    1.31 -              <configuration>
    1.32 -                  <mainClass>org.apidesign.bck2brwsr.demo.serverside.ChatServerResource</mainClass>
    1.33 -              </configuration>
    1.34 -          </plugin>
    1.35 -         <plugin>
    1.36 -            <groupId>org.apache.maven.plugins</groupId>
    1.37 -            <artifactId>maven-compiler-plugin</artifactId>
    1.38 -            <version>2.3.2</version>
    1.39 -            <configuration>
    1.40 -               <source>1.7</source>
    1.41 -               <target>1.7</target>
    1.42 -            </configuration>
    1.43 -         </plugin>
    1.44 -      </plugins>
    1.45 -  </build>
    1.46 -  <dependencies>
    1.47 -    <dependency>
    1.48 -      <groupId>org.apidesign.html</groupId>
    1.49 -      <artifactId>net.java.html.json</artifactId>
    1.50 -      <version>${net.java.html.version}</version>
    1.51 -      <type>jar</type>
    1.52 -    </dependency>
    1.53 -    <dependency>
    1.54 -      <groupId>org.glassfish.jersey.incubator</groupId>
    1.55 -      <artifactId>html-json</artifactId>
    1.56 -      <version>0.1-SNAPSHOT</version>
    1.57 -      <scope>runtime</scope>
    1.58 -    </dependency>
    1.59 -    <dependency>
    1.60 -      <groupId>org.apidesign.html</groupId>
    1.61 -      <artifactId>ko-bck2brwsr</artifactId>
    1.62 -      <version>${net.java.html.version}</version>
    1.63 -      <scope>runtime</scope>
    1.64 -    </dependency>
    1.65 -    <dependency>
    1.66 -      <groupId>${project.groupId}</groupId>
    1.67 -      <artifactId>launcher.http</artifactId>
    1.68 -      <version>${bck2brwsr.version}</version>
    1.69 -      <scope>compile</scope>
    1.70 -      <exclusions>
    1.71 -        <exclusion>
    1.72 -          <artifactId>grizzly-http-server</artifactId>
    1.73 -          <groupId>org.glassfish.grizzly</groupId>
    1.74 -        </exclusion>
    1.75 -      </exclusions>
    1.76 -    </dependency>
    1.77 -    <dependency>
    1.78 -      <groupId>${project.groupId}</groupId>
    1.79 -      <artifactId>emul</artifactId>
    1.80 -      <version>${bck2brwsr.version}</version>
    1.81 -      <classifier>rt</classifier>
    1.82 -      <scope>runtime</scope>
    1.83 -    </dependency>
    1.84 -    <dependency>
    1.85 -      <groupId>org.testng</groupId>
    1.86 -      <artifactId>testng</artifactId>
    1.87 -      <version>6.5.2</version>
    1.88 -      <scope>test</scope>
    1.89 -    </dependency>
    1.90 -    <dependency>
    1.91 -      <groupId>org.glassfish.jersey.connectors</groupId>
    1.92 -      <artifactId>jersey-grizzly-connector</artifactId>
    1.93 -      <version>2.0-SNAPSHOT</version>
    1.94 -    </dependency>
    1.95 -    <dependency>
    1.96 -      <groupId>org.glassfish.jersey.containers</groupId>
    1.97 -      <artifactId>jersey-container-grizzly2-http</artifactId>
    1.98 -      <version>2.0-SNAPSHOT</version>
    1.99 -      <type>jar</type>
   1.100 -    </dependency>
   1.101 -    <dependency>
   1.102 -      <groupId>org.glassfish.grizzly</groupId>
   1.103 -      <artifactId>grizzly-http-server</artifactId>
   1.104 -      <version>2.3.1</version>
   1.105 -    </dependency>
   1.106 -  </dependencies>
   1.107 -</project>