Ignore:
Timestamp:
08/01/19 12:11:21 (5 years ago)
Author:
pharms
Message:

Update to java 11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-httpmonitor-test/pom.xml

    r2179 r2260  
    2323    </properties> 
    2424    <dependencies> 
     25        <dependency> 
     26            <groupId>javax.xml.ws</groupId> 
     27            <artifactId>jaxws-api</artifactId> 
     28            <version>2.3.1</version> 
     29        </dependency> 
     30        <dependency> 
     31            <groupId>javax.jws</groupId> 
     32            <artifactId>javax.jws-api</artifactId> 
     33            <version>1.1</version> 
     34        </dependency> 
    2535        <dependency> 
    2636            <groupId>org.apache.tomcat.embed</groupId> 
Note: See TracChangeset for help on using the changeset viewer.