| ... |
... |
@@ -90,16 +90,16 @@ |
|
90
|
90
|
<artifactId>toolkit-validation</artifactId>
|
|
91
|
91
|
<version>${toolkit.version}</version>
|
|
92
|
92
|
</dependency>
|
|
93
|
|
- <dependency>
|
|
94
|
|
- <groupId>io.ultreia.java4all.jaxx</groupId>
|
|
95
|
|
- <artifactId>jaxx-widgets-gis</artifactId>
|
|
96
|
|
- <scope>provided</scope>
|
|
97
|
|
- </dependency>
|
|
98
|
|
- <dependency>
|
|
99
|
|
- <groupId>io.ultreia.java4all.jaxx</groupId>
|
|
100
|
|
- <artifactId>jaxx-widgets-temperature</artifactId>
|
|
101
|
|
- <scope>provided</scope>
|
|
102
|
|
- </dependency>
|
|
|
93
|
+<!-- <dependency>-->
|
|
|
94
|
+<!-- <groupId>io.ultreia.java4all.jaxx</groupId>-->
|
|
|
95
|
+<!-- <artifactId>jaxx-widgets-gis</artifactId>-->
|
|
|
96
|
+<!-- <scope>provided</scope>-->
|
|
|
97
|
+<!-- </dependency>-->
|
|
|
98
|
+<!-- <dependency>-->
|
|
|
99
|
+<!-- <groupId>io.ultreia.java4all.jaxx</groupId>-->
|
|
|
100
|
+<!-- <artifactId>jaxx-widgets-temperature</artifactId>-->
|
|
|
101
|
+<!-- <scope>provided</scope>-->
|
|
|
102
|
+<!-- </dependency>-->
|
|
103
|
103
|
|
|
104
|
104
|
<dependency>
|
|
105
|
105
|
<groupId>junit</groupId>
|
| ... |
... |
@@ -159,18 +159,18 @@ |
|
159
|
159
|
<dependency>
|
|
160
|
160
|
<groupId>${project.groupId}</groupId>
|
|
161
|
161
|
<artifactId>toolkit-validation</artifactId>
|
|
162
|
|
- <version>${project.version}</version>
|
|
163
|
|
- </dependency>
|
|
164
|
|
- <dependency>
|
|
165
|
|
- <groupId>io.ultreia.java4all.jaxx</groupId>
|
|
166
|
|
- <artifactId>jaxx-widgets-gis</artifactId>
|
|
167
|
|
- <version>${lib.version.java4all.jaxx}</version>
|
|
168
|
|
- </dependency>
|
|
169
|
|
- <dependency>
|
|
170
|
|
- <groupId>io.ultreia.java4all.jaxx</groupId>
|
|
171
|
|
- <artifactId>jaxx-widgets-temperature</artifactId>
|
|
172
|
|
- <version>${lib.version.java4all.jaxx}</version>
|
|
|
162
|
+ <version>${toolkit.version}</version>
|
|
173
|
163
|
</dependency>
|
|
|
164
|
+<!-- <dependency>-->
|
|
|
165
|
+<!-- <groupId>io.ultreia.java4all.jaxx</groupId>-->
|
|
|
166
|
+<!-- <artifactId>jaxx-widgets-gis</artifactId>-->
|
|
|
167
|
+<!-- <version>${lib.version.java4all.jaxx}</version>-->
|
|
|
168
|
+<!-- </dependency>-->
|
|
|
169
|
+<!-- <dependency>-->
|
|
|
170
|
+<!-- <groupId>io.ultreia.java4all.jaxx</groupId>-->
|
|
|
171
|
+<!-- <artifactId>jaxx-widgets-temperature</artifactId>-->
|
|
|
172
|
+<!-- <version>${lib.version.java4all.jaxx}</version>-->
|
|
|
173
|
+<!-- </dependency>-->
|
|
174
|
174
|
<dependency>
|
|
175
|
175
|
<groupId>org.javassist</groupId>
|
|
176
|
176
|
<artifactId>javassist</artifactId>
|