Tony CHEMIT pushed to branch feature/split_toolkit_api at ultreiaio / ird-observe Commits: 7cbd7e7d by Tony Chemit at 2022-12-23T10:38:33+01:00 optimize i18n - - - - - 3 changed files: - core/services/client/pom.xml - core/services/i18n/pom.xml - core/services/local/pom.xml Changes: ===================================== core/services/client/pom.xml ===================================== @@ -110,6 +110,18 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>core-services-i18n</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>toolkit-api-i18n</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> ===================================== core/services/i18n/pom.xml ===================================== @@ -53,12 +53,12 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>core-api-dto-validation</artifactId> + <artifactId>core-api-dto-decoration</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>core-api-dto-decoration</artifactId> + <artifactId>core-api-dto-validation</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -68,12 +68,12 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>core-persistence-java</artifactId> + <artifactId>core-persistence-decoration</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>core-persistence-decoration</artifactId> + <artifactId>core-persistence-java</artifactId> <version>${project.version}</version> </dependency> <dependency> ===================================== core/services/local/pom.xml ===================================== @@ -127,15 +127,21 @@ <artifactId>log4j-api</artifactId> </dependency> <dependency> - <groupId>io.ultreia.java4all.decorator</groupId> - <artifactId>decorator-api</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>core-services-i18n</artifactId> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>core-services-i18n</artifactId> + <artifactId>toolkit-api-i18n</artifactId> <version>${project.version}</version> - <scope>runtime</scope> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>io.ultreia.java4all.decorator</groupId> + <artifactId>decorator-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>io.ultreia.java4all.i18n</groupId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/7cbd7e7d901c5c3dc81788d728... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/7cbd7e7d901c5c3dc81788d728... You're receiving this email because of your account on gitlab.com.