/[projects]/miscJava/Test3/pom.xml
ViewVC logotype

Diff of /miscJava/Test3/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2512 by torben, Fri Apr 24 12:32:32 2015 UTC revision 2513 by torben, Sat Apr 25 21:18:52 2015 UTC
# Line 97  Line 97 
97          <version>2.11.6</version>          <version>2.11.6</version>
98  </dependency>  </dependency>
99    
100    <dependency>
101        <groupId>javax.ws.rs</groupId>
102        <artifactId>javax.ws.rs-api</artifactId>
103        <version>2.0.1</version>
104        <scope>provided</scope>
105    </dependency>
106    <!--
107    If deploying on tomcat or other container without a bundled ws-rs implementation
108    <dependency>
109        <groupId>org.glassfish.jersey.containers</groupId>
110        <artifactId>jersey-container-servlet</artifactId>
111        <version>2.17</version>
112    </dependency>
113    -->
114    
115    
116    </dependencies>    </dependencies>
117    

Legend:
Removed from v.2512  
changed lines
  Added in v.2513

  ViewVC Help
Powered by ViewVC 1.1.20