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/pom.xml

    r2202 r2260  
    2727    </distributionManagement> 
    2828    <dependencies> 
     29        <dependency> 
     30            <groupId>javax.xml.bind</groupId> 
     31            <artifactId>jaxb-api</artifactId> 
     32            <version>2.4.0-b180725.0427</version> 
     33        </dependency> 
    2934        <dependency> 
    3035            <groupId>de.ugoe.cs</groupId> 
     
    7277            <plugin> 
    7378                <artifactId>maven-compiler-plugin</artifactId> 
    74                 <version>2.3.2</version> 
     79                <version>3.8.0</version> 
    7580                <configuration> 
    76                     <source>1.8</source> 
    77                     <target>1.8</target> 
     81                    <release>11</release> 
    7882                </configuration> 
    7983            </plugin> 
Note: See TracChangeset for help on using the changeset viewer.