Project

General

Profile

« Previous | Next » 

Revision c1ad99d9

Added by Andreas Kohlbecker about 4 years ago

ref #8812 managing dependencies via maven, removing duplicate dependencies, updating httpclient

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
47 47
              <excludeTransitive>true</excludeTransitive>
48 48
            </configuration>
49 49
          </execution>
50
          <execution>
51
            <id>copy-dependency-jars</id>
52
            <phase>validate</phase>
53
            <goals>
54
              <goal>copy-dependencies</goal>
55
            </goals>
56
            <configuration>
57
              <includeArtifactIds>
58
                httpclient
59
              </includeArtifactIds>
60
              <outputDirectory>
61
                ${basedir}/lib
62
              </outputDirectory>
63
              <overWriteReleases>true</overWriteReleases>
64
              <overWriteSnapshots>true</overWriteSnapshots>
65
              <excludeTransitive>true</excludeTransitive>
66
            </configuration>
67
          </execution>
68
          <execution>
69
            <id>copy-dependency-jars-transitive</id>
70
            <phase>validate</phase>
71
            <goals>
72
              <goal>copy-dependencies</goal>
73
            </goals>
74
            <configuration>
75
              <includeArtifactIds>
76
                httpclient-cache,httpcore,httpmime
77
<!--                 c3p0,mchange-commons-java,h2,postgresql,mysql-connector-java,jdbc4 -->
78
              </includeArtifactIds>
79
              <outputDirectory>
80
                ${basedir}/lib
81
              </outputDirectory>
82
              <overWriteReleases>true</overWriteReleases>
83
              <overWriteSnapshots>true</overWriteSnapshots>
84
              <excludeTransitive>false</excludeTransitive>
85
            </configuration>
86
          </execution>
50 87
          <execution>
51 88
            <id>copy-dependency-war</id>
52 89
            <phase>validate</phase>
......
454 491
      <version>2.4</version>
455 492
    </dependency>
456 493

  
494
    <dependency>
495
      <groupId>org.apache.httpcomponents</groupId>
496
      <artifactId>httpclient</artifactId>
497
    </dependency>
498

  
457 499
    <!-- For Unit Tests Start -->
458 500
	<!-- still needed? -->
459 501

  

Also available in: Unified diff