Project

General

Profile

« Previous | Next » 

Revision 58953

[Trunk | Monitor Service]:
1. pom.xml: Comment dependency of "uoa-help-texts-library" and add dependency of "uoa-admin-tools-library" | Add dependency of "spring-boot-starter-test".
2. MongoConnection.java: Replace basePackage "eu.dnetlib.uoahelptexts.dao" with "eu.dnetlib.uoaadmintoolslibrary.dao".
3. EmailController.java: Import from " eu.dnetlib.uoaadmintoolslibrary" instead of "eu.dnetlib.uoahelptexts".
4. UoaMonitorServiceApplication.java: Replace scanBasePackage "eu.dnetlib.uoahelptexts" with "eu.dnetlib.uoaadmintoolslibrary" | Add @PropertySource("classpath:dnet-override.properties".

View differences:

pom.xml
62 62
            <artifactId>gson</artifactId>
63 63
            <version>2.8.2</version>
64 64
        </dependency>
65
<!--        <dependency>-->
66
<!--            <groupId>eu.dnetlib</groupId>-->
67
<!--            <artifactId>uoa-help-texts-library</artifactId>-->
68
<!--            <version>2.0.0-SNAPSHOT</version>-->
69
<!--        </dependency>-->
65 70
        <dependency>
66 71
            <groupId>eu.dnetlib</groupId>
67
            <artifactId>uoa-help-texts-library</artifactId>
68
            <version>2.0.0-SNAPSHOT</version>
72
            <artifactId>uoa-admin-tools-library</artifactId>
73
            <version>1.0.0-SNAPSHOT</version>
69 74
        </dependency>
75
        <dependency>
76
            <groupId>org.springframework.boot</groupId>
77
            <artifactId>spring-boot-starter-test</artifactId>
78
            <scope>test</scope>
79
        </dependency>
70 80
    </dependencies>
71 81

  
72 82
    <build>

Also available in: Unified diff