Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 6b37ef22 by Tony Chemit at 2023-05-23T17:41:10+02:00 update pom and fix some compile dependencies - - - - - 10 changed files: - client/datasource/actions/pom.xml - client/datasource/editor/api/pom.xml - client/datasource/editor/common/pom.xml - client/datasource/editor/ll/pom.xml - client/datasource/editor/pom.xml - client/datasource/editor/ps/pom.xml - client/runner/pom.xml - core/api/validation/pom.xml - core/persistence/avdth/pom.xml - pom.xml Changes: ===================================== client/datasource/actions/pom.xml ===================================== @@ -160,6 +160,10 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> ===================================== client/datasource/editor/api/pom.xml ===================================== @@ -168,6 +168,10 @@ <groupId>org.geotools</groupId> <artifactId>gt-main</artifactId> </dependency> + <dependency> + <groupId>org.geotools</groupId> + <artifactId>gt-metadata</artifactId> + </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> ===================================== client/datasource/editor/common/pom.xml ===================================== @@ -81,6 +81,10 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>client-datasource-editor-api-test</artifactId> ===================================== client/datasource/editor/ll/pom.xml ===================================== @@ -147,6 +147,10 @@ <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> ===================================== client/datasource/editor/pom.xml ===================================== @@ -91,6 +91,11 @@ <artifactId>gt-main</artifactId> <version>${lib.version.geoTools}</version> </dependency> + <dependency> + <groupId>org.geotools</groupId> + <artifactId>gt-metadata</artifactId> + <version>${lib.version.geoTools}</version> + </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> ===================================== client/datasource/editor/ps/pom.xml ===================================== @@ -160,6 +160,10 @@ <groupId>org.locationtech.jts</groupId> <artifactId>jts-core</artifactId> </dependency> + <dependency> + <groupId>org.swinglabs</groupId> + <artifactId>jxlayer</artifactId> + </dependency> <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> ===================================== client/runner/pom.xml ===================================== @@ -75,6 +75,10 @@ <groupId>io.ultreia.java4all</groupId> <artifactId>application-context</artifactId> </dependency> + <dependency> + <groupId>io.ultreia.java4all</groupId> + <artifactId>java-util</artifactId> + </dependency> <dependency> <groupId>io.ultreia.java4all.i18n</groupId> <artifactId>i18n-runtime</artifactId> ===================================== core/api/validation/pom.xml ===================================== @@ -63,6 +63,11 @@ <artifactId>toolkit-api-services</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>toolkit-api-validation</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>model</artifactId> ===================================== core/persistence/avdth/pom.xml ===================================== @@ -66,6 +66,10 @@ <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> + <dependency> + <groupId>io.ultreia.java4all</groupId> + <artifactId>java-bean</artifactId> + </dependency> <dependency> <groupId>io.ultreia.java4all</groupId> <artifactId>java-lang</artifactId> ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2023.23</version> + <version>2023.24</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6b37ef2209eff9bf2b05f69929... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6b37ef2209eff9bf2b05f69929... You're receiving this email because of your account on gitlab.com.