Project

General

Profile

« Previous | Next » 

Revision 765bd4c4

Added by Andreas Müller over 3 years ago

ref #9204 upgrade jackson libraries in taxeditor

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
9 9
  <modelVersion>4.0.0</modelVersion>
10 10
  <artifactId>eu.etaxonomy.taxeditor.cdmlib</artifactId>
11 11
  <packaging>eclipse-plugin</packaging>
12
  <properties>
13
      <jackson.version>2.11.2</jackson.version>           <!-- checked 2020-08 -->
14
  </properties>
12 15
  <name>CDM Library Dependencies Plugin</name>
13 16
  <description>CDM Library and dependencies as a plugin</description>
14 17
  <build>
......
54 57
            </goals>
55 58
            <configuration>
56 59
              <includeArtifactIds>
57
                httpclient,JavaAPIforKml,iiif-apis,commons-beanutils,commons-lang3,commons-codec,commons-imaging,h2
60
                httpclient,JavaAPIforKml,iiif-apis,commons-beanutils,commons-lang3,commons-codec,
61
                commons-imaging,h2,jackson-databind,jackson-annotations,jackson-core
58 62
              </includeArtifactIds>
59 63
              <outputDirectory>
60 64
                ${basedir}/lib
......
357 361
      <artifactId>httpclient</artifactId>
358 362
    </dependency>
359 363

  
364
    <!-- jackson, not sure if really needed -->
360 365
    <dependency>
361 366
        <groupId>org.apache.commons</groupId>
362 367
        <artifactId>commons-lang3</artifactId>
363 368
        <version>3.10</version>
364 369
    </dependency>
370
    <dependency>
371
        <groupId>com.fasterxml.jackson.core</groupId>
372
        <artifactId>jackson-databind</artifactId>
373
        <version>${jackson.version}</version>
374
    </dependency>
375
    <dependency>
376
        <groupId>com.fasterxml.jackson.core</groupId>
377
        <artifactId>jackson-core</artifactId>
378
        <version>${jackson.version}</version>
379
    </dependency>
380
    <dependency>
381
        <groupId>com.fasterxml.jackson.core</groupId>
382
        <artifactId>jackson-annotations</artifactId>
383
        <version>${jackson.version}</version>
384
    </dependency>
385
    
365 386
    <dependency>
366 387
    	<!-- used in AuthenticatingHttpInvokerRequestExecutor -->
367 388
        <groupId>commons-codec</groupId>

Also available in: Unified diff