Revision 58316
Added by Andreas Czerniak over 4 years ago
modules/dnet-collector-plugins/trunk/src/main/resources/eu/dnetlib/data/collector/plugins/applicationContext-dnet-modular-collector-plugins.xml | ||
---|---|---|
188 | 188 |
p:name="resultSizeParam" /> |
189 | 189 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
190 | 190 |
p:name="resultSizeValue" /> |
191 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
192 |
p:name="queryParams" /> |
|
191 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
192 |
p:name="queryParams" /> |
|
193 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
194 |
p:name="authMethod" /> |
|
193 | 195 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
196 |
p:name="authToken" /> |
|
197 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
|
194 | 198 |
p:name="entityXpath" /> |
195 | 199 |
</list> |
196 | 200 |
</property> |
modules/dnet-collector-plugins/trunk/pom.xml | ||
---|---|---|
7 | 7 |
</parent> |
8 | 8 |
<groupId>eu.dnetlib</groupId> |
9 | 9 |
<artifactId>dnet-collector-plugins</artifactId> |
10 |
<version>1.3.31-SNAPSHOT</version>
|
|
10 |
<version>1.3.32-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> |
Also available in: Unified diff
add AuthMethod Bearer to RestIterator class, changed version to 1.3.32-SNAPSHOT