Project

General

Profile

« Previous | Next » 

Revision c5b3791f

Added by Andreas Kohlbecker almost 7 years ago

ref #6169 externalizing data inserter in separate class and package

View differences:

src/main/java/eu/etaxonomy/cdm/addon/config/CdmVaadinConfiguration.java
47 47
 */
48 48
@Configuration
49 49
@ComponentScan(basePackages={
50
        "eu.etaxonomy.cdm.vaadin",
51 50
        "eu.etaxonomy.vaadin.ui",
51
        "eu.etaxonomy.cdm.vaadin",
52
        "eu.etaxonomy.cdm.dataInserter",
53
        "eu.etaxonomy.cdm.service",
52 54
        "eu.etaxonomy.cdm.mock" // FIXME remove once mocks are no longer needed
53 55
        },
54 56
        // exclude UI classes, these are provided via the @Bean annotated methods below

Also available in: Unified diff