Ignore:
Timestamp:
01/25/19 15:48:10 (5 years ago)
Author:
pharms
Message:

made this run with java 11 and maven 3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-usability/pom.xml

    r2179 r2259  
    3030            <version>3.2</version> 
    3131        </dependency> 
     32        <dependency> 
     33            <groupId>javax.xml.bind</groupId> 
     34            <artifactId>jaxb-api</artifactId> 
     35            <version>2.2.11</version> 
     36        </dependency> 
     37        <dependency> 
     38            <groupId>com.sun.xml.bind</groupId> 
     39            <artifactId>jaxb-core</artifactId> 
     40            <version>2.2.11</version> 
     41        </dependency> 
     42        <dependency> 
     43            <groupId>com.sun.xml.bind</groupId> 
     44            <artifactId>jaxb-impl</artifactId> 
     45            <version>2.2.11</version> 
     46        </dependency> 
     47        <dependency> 
     48            <groupId>javax.activation</groupId> 
     49            <artifactId>activation</artifactId> 
     50            <version>1.1.1</version> 
     51        </dependency> 
    3252    </dependencies> 
    3353    <build> 
     
    3656                <groupId>org.jvnet.jaxb2.maven2</groupId> 
    3757                <artifactId>maven-jaxb2-plugin</artifactId> 
    38                 <version>0.8.2</version> 
     58                <version>0.14.0</version> 
    3959                <configuration> 
    4060                    <generatePackage>de.ugoe.cs.autoquest.usability</generatePackage> 
Note: See TracChangeset for help on using the changeset viewer.