Project

General

Profile

« Previous | Next » 

Revision d35fdd42

Added by Andreas Müller about 2 years ago

ref #9359 revert JavaAPIforKml again

View differences:

cdmlib-ext/pom.xml
43 43
    </dependency>
44 44
    <!-- GIS/KML -->
45 45
	<dependency>
46
	    <groupId>de.micromata.jak</groupId>
47
	    <artifactId>JavaAPIforKml</artifactId>
48
        <exclusions>
49
          <!-- need to exclude jaxb-impl since it depends on an old version  -->
50
          <exclusion>
51
            <groupId>com.sun.xml.bind</groupId>
52
            <artifactId>jaxb-impl</artifactId>
53
          </exclusion>
54
          <exclusion>
55
            <groupId>com.sun.xml.bind</groupId>
56
            <artifactId>jaxb-xjc</artifactId>
57
          </exclusion>
58
        </exclusions>
46
	  <!-- OLD: <groupId>de.micromata.jak</groupId> -->
47
	  <groupId>uk.m0nom</groupId>
48
	  <artifactId>JavaAPIforKml</artifactId>
49
      <exclusions>
50
        <!-- need to exclude jaxb-impl since it depends on an old version  -->
51
		<!-- not sure if this is still true since we moved to uk.m0nom version -->
52
        <exclusion>
53
          <groupId>com.sun.xml.bind</groupId>
54
          <artifactId>jaxb-impl</artifactId>
55
		</exclusion>
56
      </exclusions>
59 57
	</dependency>
60 58
	<dependency>
61 59
	    <groupId>org.geotools</groupId>

Also available in: Unified diff