Revision 45383
Added by Claudio Atzori almost 7 years ago
modules/cnr-misc-utils/trunk/pom.xml | ||
---|---|---|
38 | 38 |
<dependency> |
39 | 39 |
<groupId>saxonica</groupId> |
40 | 40 |
<artifactId>saxon</artifactId> |
41 |
<version>9.1.0.8</version>
|
|
41 |
<version>${saxon.version}</version>
|
|
42 | 42 |
</dependency> |
43 | 43 |
<dependency> |
44 | 44 |
<groupId>saxonica</groupId> |
45 | 45 |
<artifactId>saxon-dom</artifactId> |
46 |
<version>9.1.0.8</version>
|
|
46 |
<version>${saxon.version}</version>
|
|
47 | 47 |
</dependency> |
48 | 48 |
<dependency> |
49 | 49 |
<groupId>jgrapht</groupId> |
Also available in: Unified diff
migrated to dnet45