ko-ws-tyrus/pom.xml
author Jaroslav Tulach <jaroslav.tulach@netbeans.org>
Tue, 21 Jan 2014 09:05:02 +0100
changeset 477 460881c12fdd
parent 473 4f02ac8ef70a
child 484 72dc0325111c
permissions -rw-r--r--
[maven-release-plugin] prepare for next development iteration
     1 <?xml version="1.0"?>
     2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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   <parent>
     5     <groupId>org.netbeans.html</groupId>
     6     <artifactId>pom</artifactId>
     7     <version>0.8-SNAPSHOT</version>
     8   </parent>
     9   <groupId>org.netbeans.html</groupId>
    10   <artifactId>ko-ws-tyrus</artifactId>
    11   <version>0.8-SNAPSHOT</version>
    12   <packaging>bundle</packaging>
    13   <name>Tyrus Based WebSockets</name>
    14   <url>http://maven.apache.org</url>
    15     <build>
    16         <plugins>
    17             <plugin>
    18                 <groupId>org.apache.felix</groupId>
    19                 <artifactId>maven-bundle-plugin</artifactId>
    20             </plugin>
    21             <plugin>
    22                 <groupId>org.apache.maven.plugins</groupId>
    23                 <artifactId>maven-javadoc-plugin</artifactId>
    24                 <configuration>
    25                     <skip>false</skip>
    26                 </configuration>
    27             </plugin>
    28         </plugins>
    29     </build>
    30     <properties>
    31     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    32     <bundleSymbolicName>org.netbeans.html.ko-ws-tyrus</bundleSymbolicName>
    33   </properties>
    34   <dependencies>
    35     <!-- compile only deps -->
    36     <dependency>
    37       <groupId>org.netbeans.api</groupId>
    38       <artifactId>org-openide-util-lookup</artifactId>
    39       <type>jar</type>
    40       <scope>provided</scope>
    41     </dependency>
    42 
    43     <!-- compile + runtime -->      
    44     <dependency>
    45       <groupId>${project.groupId}</groupId>
    46       <artifactId>net.java.html</artifactId>
    47       <version>${project.version}</version>
    48       <type>jar</type>
    49     </dependency>
    50     <dependency>
    51       <groupId>${project.groupId}</groupId>
    52       <artifactId>net.java.html.json</artifactId>
    53       <version>${project.version}</version>
    54       <type>jar</type>
    55     </dependency>
    56     <dependency>
    57         <groupId>de.twentyeleven.skysail</groupId>
    58         <artifactId>org.json-osgi</artifactId>
    59     </dependency>
    60     <dependency>
    61       <artifactId>javax.websocket-api</artifactId>
    62       <groupId>javax.websocket</groupId>
    63       <type>jar</type>
    64       <version>1.0</version>
    65     </dependency>
    66 
    67     <!-- tyrus runtime -->    
    68     <dependency>
    69         <groupId>org.glassfish.tyrus</groupId>
    70         <artifactId>tyrus-client</artifactId>
    71         <version>1.3.1</version>
    72         <scope>runtime</scope>
    73     </dependency>
    74     <dependency>
    75         <groupId>org.glassfish.tyrus</groupId>
    76         <artifactId>tyrus-container-grizzly-client</artifactId>
    77         <version>1.3.1</version>
    78         <scope>runtime</scope>
    79     </dependency>
    80     
    81     
    82     
    83     <!-- test only deps -->
    84     <dependency>
    85       <groupId>${project.groupId}</groupId>
    86       <artifactId>net.java.html.boot</artifactId>
    87       <version>${project.version}</version>
    88       <scope>provided</scope>
    89       <type>jar</type>
    90     </dependency>
    91     <dependency>
    92       <groupId>${project.groupId}</groupId>
    93       <artifactId>net.java.html.json.tck</artifactId>
    94       <version>${project.version}</version>
    95       <scope>test</scope>
    96       <type>jar</type>
    97     </dependency>
    98     <dependency>
    99       <groupId>${project.groupId}</groupId>
   100       <artifactId>ko4j</artifactId>
   101       <version>${project.version}</version>
   102       <scope>test</scope>
   103       <type>jar</type>
   104     </dependency>
   105     <dependency>
   106       <groupId>org.glassfish.grizzly</groupId>
   107       <artifactId>grizzly-http-server-core</artifactId>
   108       <version>${grizzly.version}</version>
   109       <scope>test</scope>
   110       <type>jar</type>
   111     </dependency>
   112     <dependency>
   113       <groupId>org.glassfish.grizzly</groupId>
   114       <artifactId>grizzly-websockets-server</artifactId>
   115       <version>${grizzly.version}</version>
   116       <scope>test</scope>
   117       <type>jar</type>
   118     </dependency>
   119     <dependency>
   120         <groupId>${project.groupId}</groupId>
   121         <artifactId>net.java.html.boot.fx</artifactId>
   122         <version>${project.version}</version>
   123         <scope>test</scope>
   124     </dependency>
   125     <dependency>
   126       <groupId>org.glassfish.grizzly</groupId>
   127       <artifactId>grizzly-http-server</artifactId>
   128       <version>${grizzly.version}</version>
   129       <scope>test</scope>
   130     </dependency>
   131     <dependency>
   132         <groupId>org.glassfish.grizzly</groupId>
   133         <artifactId>grizzly-http-servlet</artifactId>
   134         <version>${grizzly.version}</version>
   135         <scope>test</scope>
   136     </dependency>    
   137     <dependency>
   138         <groupId>javax.servlet</groupId>
   139         <artifactId>javax.servlet-api</artifactId>
   140         <scope>test</scope>
   141         <version>3.1.0</version>
   142     </dependency>
   143   </dependencies>
   144     <description>An implementation module that provides support for WebSocket protocol on JDK7. 
   145 No need to use it when running on JDK8 with FX WebView supporting WebSocket directly.</description>
   146 </project>