Added missing qualifiers
parent
65173d3d29
commit
9f6937352c
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
package org.librecms.assets;
|
||||
|
||||
import org.libreccm.categorization.Categorization;
|
||||
import org.libreccm.categorization.CategorizationImExporter;
|
||||
import org.libreccm.imexport.AbstractEntityImExporter;
|
||||
import org.libreccm.imexport.Processes;
|
||||
|
|
@ -46,8 +47,10 @@ public abstract class AbstractAssetImExporter<T extends Asset>
|
|||
private AssetRepository assetRepo;
|
||||
|
||||
@Inject
|
||||
@Any
|
||||
@Processes(Categorization.class)
|
||||
private CategorizationImExporter categorizationImExporter;
|
||||
|
||||
|
||||
@Inject
|
||||
@Any
|
||||
@Processes(ItemAttachment.class)
|
||||
|
|
|
|||
Loading…
Reference in New Issue