Project

General

Profile

« Previous | Next » 

Revision f27c8b65

Added by Andreas Müller over 3 years ago

ref #9204 upgrade jaxb-api in taxeditor.cdmlib

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
69 69
                hibernate-jpa-2.1-api,javassist,hibernate-commons-annotations,
70 70
                xml-apis,lsid-client,jdom,jdom2,
71 71
                poi,poi-ooxml,poi-ooxml-schemas,xmlbeans,commons-collections4,commons-math3,
72
                jaxb-api,javax.activation-api,
72 73
                c3p0,
73 74
                h2,mysql-connector-java,postgresql
74 75
              </includeArtifactIds>
......
503 504
       poi-ooxml   commons-compress,curvesapi
504 505
     --> 
505 506
      
507
    <!-- jaxb -->
508
    <dependency>
509
	    <groupId>javax.xml.bind</groupId>
510
	    <artifactId>jaxb-api</artifactId>
511
	    <version>2.3.1</version>
512
	</dependency>  
513
    <dependency>
514
        <groupId>javax.activation</groupId>
515
        <artifactId>javax.activation-api</artifactId>
516
        <version>1.2.0</version>
517
    </dependency>
518
 
506 519
	<!-- logging -->
507 520
    <dependency>
508 521
        <!-- needed? -->

Also available in: Unified diff