Project

General

Profile

« Previous | Next » 

Revision 46585

fixed affiliation rel name

View differences:

modules/dnet-openaireplus-mapping-utils/trunk/src/main/java/eu/dnetlib/openaire/hadoop/utils/HBaseTableUtils.java
113 113
		cfs.add(RelType.resultResult + SEPARATOR + SubRelType.publicationDataset + SEPARATOR + PublicationDataset.RelName.isRelatedTo);
114 114

  
115 115
		cfs.add(RelType.resultOrganization + SEPARATOR + SubRelType.affiliation + SEPARATOR + Affiliation.RelName.isAuthorInstitutionOf);
116
		cfs.add(RelType.resultOrganization + SEPARATOR + SubRelType.affiliation + SEPARATOR + Affiliation.RelName.hasAuthorInstitutionOf);
116
		cfs.add(RelType.resultOrganization + SEPARATOR + SubRelType.affiliation + SEPARATOR + Affiliation.RelName.hasAuthorInstitution);
117 117

  
118 118
		return cfs;
119 119
	}
modules/dnet-openaireplus-mapping-utils/trunk/pom.xml
83 83
			<version>[1.0.0,2.0.0)</version>
84 84
			<scope>test</scope>
85 85
		</dependency>
86
		<dependency>
87
			<groupId>org.apache.commons</groupId>
88
			<artifactId>commons-lang3</artifactId>
89
			<version>3.5</version>
90
		</dependency>
91

  
86 92
	</dependencies>
87 93
</project>

Also available in: Unified diff