~ubuntu-branches/ubuntu/utopic/wagon2/utopic

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-webdav-jackrabbit/pom.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-16 01:37:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130516013759-y1ex2xsoghuton6h
Tags: 2.4-1
* New upstream release
  - Removed the patch for CVE-2013-0253 fixed in version 2.4
  - Refreshed the patches
  - Added the required build dependency on libplexus-component-metadata-java
  - Added Maven rules to ignore bnd and plexus-maven-plugin
  - Added a patch to fix a type cast issue in ScmWagon.java
* Fix the watch file to report the most recent versions
* Use the upstream tarball instead of a svn tag to fetch the orig source
* debian/copyright: Fixed a typo in the Format URI

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  <parent>
24
24
    <groupId>org.apache.maven.wagon</groupId>
25
25
    <artifactId>wagon-providers</artifactId>
26
 
    <version>2.2</version>
 
26
    <version>2.4</version>
27
27
    <relativePath>../pom.xml</relativePath>
28
28
  </parent>
29
29
 
53
53
    <dependency>
54
54
      <groupId>org.apache.jackrabbit</groupId>
55
55
      <artifactId>jackrabbit-webdav</artifactId>
56
 
      <version>2.2.5</version>
 
56
      <version>2.5.2</version>
57
57
      <exclusions>
58
58
        <exclusion>
59
59
          <artifactId>commons-logging</artifactId>
63
63
    </dependency>
64
64
 
65
65
    <dependency>
 
66
      <groupId>org.slf4j</groupId>
 
67
      <artifactId>slf4j-api</artifactId>
 
68
    </dependency>
 
69
 
 
70
    <dependency>
 
71
      <groupId>commons-lang</groupId>
 
72
      <artifactId>commons-lang</artifactId>
 
73
    </dependency>
 
74
    <dependency>
 
75
      <groupId>commons-io</groupId>
 
76
      <artifactId>commons-io</artifactId>
 
77
    </dependency>
 
78
 
 
79
    <dependency>
66
80
      <groupId>commons-httpclient</groupId>
67
81
      <artifactId>commons-httpclient</artifactId>
68
82
      <version>3.1</version>
104
118
      <scope>test</scope>
105
119
    </dependency>
106
120
 
 
121
    <dependency>
 
122
      <groupId>biz.aQute</groupId>
 
123
      <artifactId>bnd</artifactId>
 
124
      <version>1.50.0</version>
 
125
      <scope>provided</scope>
 
126
    </dependency>
 
127
 
107
128
  </dependencies>
108
129
 
109
130
  <build>