Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: ddb2c4bd by Tony Chemit at 2021-01-30T20:30:50+01:00 Remove toolkit from project (the very same on v8 and v9) - - - - - 3 changed files: - server/core/pom.xml - services/client-impl/pom.xml - services/validation/pom.xml Changes: ===================================== server/core/pom.xml ===================================== @@ -307,7 +307,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>toolkit-validation</artifactId> - <version>${project.version}</version> + <version>${toolkit.version}</version> </dependency> </dependencies> ===================================== services/client-impl/pom.xml ===================================== @@ -181,7 +181,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>toolkit-validation</artifactId> - <version>${project.version}</version> + <version>${toolkit.version}</version> </dependency> </dependencies> </plugin> ===================================== services/validation/pom.xml ===================================== @@ -90,16 +90,16 @@ <artifactId>toolkit-validation</artifactId> <version>${toolkit.version}</version> </dependency> - <dependency> - <groupId>io.ultreia.java4all.jaxx</groupId> - <artifactId>jaxx-widgets-gis</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>io.ultreia.java4all.jaxx</groupId> - <artifactId>jaxx-widgets-temperature</artifactId> - <scope>provided</scope> - </dependency> +<!-- <dependency>--> +<!-- <groupId>io.ultreia.java4all.jaxx</groupId>--> +<!-- <artifactId>jaxx-widgets-gis</artifactId>--> +<!-- <scope>provided</scope>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>io.ultreia.java4all.jaxx</groupId>--> +<!-- <artifactId>jaxx-widgets-temperature</artifactId>--> +<!-- <scope>provided</scope>--> +<!-- </dependency>--> <dependency> <groupId>junit</groupId> @@ -159,18 +159,18 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>toolkit-validation</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>io.ultreia.java4all.jaxx</groupId> - <artifactId>jaxx-widgets-gis</artifactId> - <version>${lib.version.java4all.jaxx}</version> - </dependency> - <dependency> - <groupId>io.ultreia.java4all.jaxx</groupId> - <artifactId>jaxx-widgets-temperature</artifactId> - <version>${lib.version.java4all.jaxx}</version> + <version>${toolkit.version}</version> </dependency> +<!-- <dependency>--> +<!-- <groupId>io.ultreia.java4all.jaxx</groupId>--> +<!-- <artifactId>jaxx-widgets-gis</artifactId>--> +<!-- <version>${lib.version.java4all.jaxx}</version>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>io.ultreia.java4all.jaxx</groupId>--> +<!-- <artifactId>jaxx-widgets-temperature</artifactId>--> +<!-- <version>${lib.version.java4all.jaxx}</version>--> +<!-- </dependency>--> <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/ddb2c4bd191c16661b81bab7c4... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/ddb2c4bd191c16661b81bab7c4... You're receiving this email because of your account on gitlab.com.