Commit 465bbfd796169e7c092e17459ea444eac6e3096e

Authored by Igor Kulikov
1 parent 507bd43a

Remove struts

Showing 1 changed file with 0 additions and 17 deletions
@@ -94,7 +94,6 @@ @@ -94,7 +94,6 @@
94 <fst.version>2.57</fst.version> 94 <fst.version>2.57</fst.version>
95 <antlr.version>2.7.7</antlr.version> 95 <antlr.version>2.7.7</antlr.version>
96 <snakeyaml.version>1.25</snakeyaml.version> 96 <snakeyaml.version>1.25</snakeyaml.version>
97 - <struts.version>1.3.10</struts.version>  
98 <amazonaws.sqs.version>1.11.747</amazonaws.sqs.version> 97 <amazonaws.sqs.version>1.11.747</amazonaws.sqs.version>
99 <pubsub.client.version>1.105.0</pubsub.client.version> 98 <pubsub.client.version>1.105.0</pubsub.client.version>
100 <azure-servicebus.version>3.2.0</azure-servicebus.version> 99 <azure-servicebus.version>3.2.0</azure-servicebus.version>
@@ -954,22 +953,6 @@ @@ -954,22 +953,6 @@
954 <artifactId>commons-collections</artifactId> 953 <artifactId>commons-collections</artifactId>
955 <version>${commons-collections.version}</version> 954 <version>${commons-collections.version}</version>
956 </dependency> 955 </dependency>
957 - <dependency>  
958 - <groupId>org.apache.struts</groupId>  
959 - <artifactId>struts-core</artifactId>  
960 - <version>${struts.version}</version>  
961 - </dependency>  
962 - <dependency>  
963 - <groupId>org.apache.struts</groupId>  
964 - <artifactId>struts-taglib</artifactId>  
965 - <version>${struts.version}</version>  
966 - </dependency>  
967 - <dependency>  
968 - <groupId>org.apache.struts</groupId>  
969 - <artifactId>struts-tiles</artifactId>  
970 - <version>${struts.version}</version>  
971 - </dependency>  
972 -  
973 </dependencies> 956 </dependencies>
974 </dependencyManagement> 957 </dependencyManagement>
975 958