Project

General

Profile

« Previous | Next » 

Revision a5c6f965

Added by Patrick Plitzner almost 8 years ago

Update version number and add itextpdf due to version depency conflict

View differences:

app-import/pom.xml
8 8
  
9 9
  <groupId>eu.etaxonomy.cdm</groupId>
10 10
  <artifactId>imports</artifactId>
11
  <version>4.1.0-SNAPSHOT</version>
11
  <version>4.2.0-SNAPSHOT</version>
12 12
  
13 13
  <name>App Import</name>
14 14
  <description>A collection of diverse imports to the EDIT CDM Platform</description>
......
53 53
        	<scope>test</scope>
54 54
  		<version>${project.version}</version>
55 55
  	</dependency>
56
      <dependency>
57
        <groupId>com.itextpdf</groupId>
58
        <artifactId>itextpdf</artifactId>
59
        <version>5.5.8</version>
60
        <scope>compile</scope>
61
      </dependency>
56 62
  </dependencies>
57 63
</project>

Also available in: Unified diff