Revision 53123
Added by Andreas Czerniak about 6 years ago
pom.xml | ||
---|---|---|
7 | 7 |
</parent> |
8 | 8 |
<groupId>eu.dnetlib</groupId> |
9 | 9 |
<artifactId>dnet-collector-plugins</artifactId> |
10 |
<version>1.3.20-SNAPSHOT</version>
|
|
10 |
<version>1.3.21-SNAPSHOT</version>
|
|
11 | 11 |
<scm> |
12 | 12 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-collector-plugins/trunk</developerConnection> |
13 | 13 |
</scm> |
... | ... | |
64 | 64 |
<groupId>org.json</groupId> |
65 | 65 |
<artifactId>json</artifactId> |
66 | 66 |
<version>20180813</version> |
67 |
<type>jar</type> |
|
67 | 68 |
</dependency> |
68 | 69 |
<dependency> |
69 | 70 |
<groupId>org.apache.commons</groupId> |
Also available in: Unified diff
use XmlCleaner for cleaning up XML results and
prepare for next revision.