Added missing annotiation
parent
bbf1f5824b
commit
0cac7545b5
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
package org.librecms.contentsection;
|
||||
|
||||
import org.libreccm.categorization.Categorization;
|
||||
import org.libreccm.categorization.CategorizationImExporter;
|
||||
import org.libreccm.categorization.Category;
|
||||
import org.libreccm.imexport.AbstractEntityImExporter;
|
||||
|
|
@ -45,6 +46,8 @@ public abstract class AbstractContentItemImExporter<T extends ContentItem>
|
|||
private ContentItemRepository itemRepository;
|
||||
|
||||
@Inject
|
||||
@Any
|
||||
@Processes(Categorization.class)
|
||||
private CategorizationImExporter categorizationImExporter;
|
||||
|
||||
@Inject
|
||||
|
|
|
|||
Loading…
Reference in New Issue