Skip to content

Commit

Permalink
Upgrade versions and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
citelibre committed Mar 13, 2024
1 parent 1f22bd8 commit f5a2d2b
Showing 1 changed file with 6 additions and 39 deletions.
45 changes: 6 additions & 39 deletions citelibre-serviceEZ/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>fr.paris.lutece</groupId>
<artifactId>lutece-core</artifactId>
<version>[7.0.10]</version>
<version>[7.0.12]</version>
<type>lutece-core</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-blobstore</artifactId>
<version>[2.1.0]</version>
<version>[2.1.1]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-forms</artifactId>
<version>[2.4.5-SNAPSHOT]</version>
<version>[2.4.6-SNAPSHOT]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -388,25 +388,19 @@
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-workflow</artifactId>
<version>[6.0.1]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-workflow-alertforms</artifactId>
<version>[2.1.1]</version>
<version>[6.0.2]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>library-workflow-core</artifactId>
<version>[3.0.1]</version>
<version>[3.0.2]</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-workflow-forms</artifactId>
<version>[2.3.1]</version>
<version>[2.3.2]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
Expand All @@ -415,12 +409,6 @@
<version>[2.1.0]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-workflow-formspdf</artifactId>
<version>[1.1.0]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-workflow-notifygru</artifactId>
Expand Down Expand Up @@ -457,7 +445,6 @@
<version>[2.1.1]</version>
<type>lutece-plugin</type>
</dependency>
<!-- Last add -->
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-myluteceaccessrules</artifactId>
Expand Down Expand Up @@ -517,26 +504,6 @@
<artifactId>plugin-solr</artifactId>
<version>[4.0.4]</version>
<type>lutece-plugin</type>
</dependency>
<!--
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>plugin-helpdesk</artifactId>
<version>[4.0.0]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-helpdesk-solr</artifactId>
<version>[2.0.0]</version>
<type>lutece-plugin</type>
</dependency>
-->
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-workflow-formstopdf</artifactId>
<version>[1.0.0-SNAPSHOT,)</version>
<type>lutece-plugin</type>
</dependency>
<!-- Theme -->
<dependency>
Expand Down

0 comments on commit f5a2d2b

Please sign in to comment.