Tony CHEMIT pushed to branch develop-5.x at ultreia.io / ird-observe

Commits:

2 changed files:

Changes:

  • application-swing/pom.xml
    ... ... @@ -569,6 +569,10 @@
    569 569
           <groupId>com.vladsch.flexmark</groupId>
    
    570 570
           <artifactId>flexmark</artifactId>
    
    571 571
         </dependency>
    
    572
    +    <dependency>
    
    573
    +      <groupId>com.vladsch.flexmark</groupId>
    
    574
    +      <artifactId>flexmark-util</artifactId>
    
    575
    +    </dependency>
    
    572 576
     
    
    573 577
         <!-- Logging -->
    
    574 578
         <dependency>
    

  • pom.xml
    ... ... @@ -730,6 +730,11 @@
    730 730
             <artifactId>flexmark</artifactId>
    
    731 731
             <version>0.15.4</version>
    
    732 732
           </dependency>
    
    733
    +      <dependency>
    
    734
    +        <groupId>com.vladsch.flexmark</groupId>
    
    735
    +        <artifactId>flexmark-util</artifactId>
    
    736
    +        <version>0.15.4</version>
    
    737
    +      </dependency>
    
    733 738
     
    
    734 739
           <dependency>
    
    735 740
             <groupId>org.javassist</groupId>