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

« back to all changes in this revision

Viewing changes to .pc/add_explicit_log4j.diff/wagon-provider-test/pom.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-03-14 17:05:17 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140314170517-s4z53f6w4s0jhycl
Tags: 2.6-1
* New upstream releases (Closes: #718869)
  - Refreshed the patches
  - New dependencies on libhttpclient-java and libjsch-agent-proxy-java
  - Build depend on libeasymock-java (>= 3.2)
* Switch to debhelper level 9

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</artifactId>
26
 
    <version>2.5</version>
 
26
    <version>2.6</version>
27
27
    <relativePath>../pom.xml</relativePath>
28
28
  </parent>
29
29
 
46
46
      <scope>compile</scope>
47
47
    </dependency>
48
48
    <dependency>
49
 
      <groupId>easymock</groupId>
 
49
      <groupId>org.easymock</groupId>
50
50
      <artifactId>easymock</artifactId>
51
51
      <scope>compile</scope>
52
52
    </dependency>