Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

1 changed file:

Changes:

  • pom.xml
    ... ... @@ -318,6 +318,110 @@
    318 318
               </configuration>
    
    319 319
             </plugin>
    
    320 320
     
    
    321
    +        <plugin>
    
    322
    +        <groupId>io.ultreia.java4all.config</groupId>
    
    323
    +        <artifactId>config-maven-plugin</artifactId>
    
    324
    +        <version>${lib.version.java4all.config}</version>
    
    325
    +          <dependencies>
    
    326
    +            <dependency>
    
    327
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    328
    +              <artifactId>jaxx-runtime-spi</artifactId>
    
    329
    +              <version>${lib.version.java4all.jaxx}</version>
    
    330
    +            </dependency>
    
    331
    +            <dependency>
    
    332
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    333
    +              <artifactId>jaxx-runtime</artifactId>
    
    334
    +              <version>${lib.version.java4all.jaxx}</version>
    
    335
    +            </dependency>
    
    336
    +            <dependency>
    
    337
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    338
    +              <artifactId>jaxx-runtime-swing-application</artifactId>
    
    339
    +              <version>${lib.version.java4all.jaxx}</version>
    
    340
    +            </dependency>
    
    341
    +            <dependency>
    
    342
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    343
    +              <artifactId>jaxx-runtime-swing-session</artifactId>
    
    344
    +              <version>${lib.version.java4all.jaxx}</version>
    
    345
    +            </dependency>
    
    346
    +            <dependency>
    
    347
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    348
    +              <artifactId>jaxx-runtime-swing-wizard</artifactId>
    
    349
    +              <version>${lib.version.java4all.jaxx}</version>
    
    350
    +            </dependency>
    
    351
    +            <dependency>
    
    352
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    353
    +              <artifactId>jaxx-validator</artifactId>
    
    354
    +              <version>${lib.version.java4all.jaxx}</version>
    
    355
    +            </dependency>
    
    356
    +            <dependency>
    
    357
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    358
    +              <artifactId>jaxx-widgets-error</artifactId>
    
    359
    +              <version>${lib.version.java4all.jaxx}</version>
    
    360
    +            </dependency>
    
    361
    +            <dependency>
    
    362
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    363
    +              <artifactId>jaxx-widgets-hidor</artifactId>
    
    364
    +              <version>${lib.version.java4all.jaxx}</version>
    
    365
    +            </dependency>
    
    366
    +            <dependency>
    
    367
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    368
    +              <artifactId>jaxx-widgets-gis</artifactId>
    
    369
    +              <version>${lib.version.java4all.jaxx}</version>
    
    370
    +            </dependency>
    
    371
    +            <dependency>
    
    372
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    373
    +              <artifactId>jaxx-widgets-datetime</artifactId>
    
    374
    +              <version>${lib.version.java4all.jaxx}</version>
    
    375
    +            </dependency>
    
    376
    +            <dependency>
    
    377
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    378
    +              <artifactId>jaxx-widgets-file</artifactId>
    
    379
    +              <version>${lib.version.java4all.jaxx}</version>
    
    380
    +            </dependency>
    
    381
    +            <dependency>
    
    382
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    383
    +              <artifactId>jaxx-widgets-status</artifactId>
    
    384
    +              <version>${lib.version.java4all.jaxx}</version>
    
    385
    +            </dependency>
    
    386
    +            <dependency>
    
    387
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    388
    +              <artifactId>jaxx-widgets-select</artifactId>
    
    389
    +              <version>${lib.version.java4all.jaxx}</version>
    
    390
    +            </dependency>
    
    391
    +            <dependency>
    
    392
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    393
    +              <artifactId>jaxx-widgets-number</artifactId>
    
    394
    +              <version>${lib.version.java4all.jaxx}</version>
    
    395
    +            </dependency>
    
    396
    +            <dependency>
    
    397
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    398
    +              <artifactId>jaxx-widgets-text</artifactId>
    
    399
    +              <version>${lib.version.java4all.jaxx}</version>
    
    400
    +            </dependency>
    
    401
    +            <dependency>
    
    402
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    403
    +              <artifactId>jaxx-widgets-about</artifactId>
    
    404
    +              <version>${lib.version.java4all.jaxx}</version>
    
    405
    +            </dependency>
    
    406
    +            <dependency>
    
    407
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    408
    +              <artifactId>jaxx-widgets-config</artifactId>
    
    409
    +              <version>${lib.version.java4all.jaxx}</version>
    
    410
    +              <exclusions>
    
    411
    +                <exclusion>
    
    412
    +                  <groupId>org.nuiton</groupId>
    
    413
    +                  <artifactId>config-api</artifactId>
    
    414
    +                </exclusion>
    
    415
    +              </exclusions>
    
    416
    +            </dependency>
    
    417
    +            <dependency>
    
    418
    +              <groupId>io.ultreia.java4all.jaxx</groupId>
    
    419
    +              <artifactId>jaxx-widgets-temperature</artifactId>
    
    420
    +              <version>${lib.version.java4all.jaxx}</version>
    
    421
    +            </dependency>
    
    422
    +          </dependencies>
    
    423
    +      </plugin>
    
    424
    +
    
    321 425
           </plugins>
    
    322 426
         </pluginManagement>
    
    323 427
       </build>
    
    ... ... @@ -368,7 +472,6 @@
    368 472
                     </reports>
    
    369 473
                   </reportSet>
    
    370 474
                 </reportSets>
    
    371
    -
    
    372 475
               </plugin>
    
    373 476
     
    
    374 477
               <plugin>