Showing
1 changed file
with
0 additions
and
17 deletions
... | ... | @@ -94,7 +94,6 @@ |
94 | 94 | <fst.version>2.57</fst.version> |
95 | 95 | <antlr.version>2.7.7</antlr.version> |
96 | 96 | <snakeyaml.version>1.25</snakeyaml.version> |
97 | - <struts.version>1.3.10</struts.version> | |
98 | 97 | <amazonaws.sqs.version>1.11.747</amazonaws.sqs.version> |
99 | 98 | <pubsub.client.version>1.105.0</pubsub.client.version> |
100 | 99 | <azure-servicebus.version>3.2.0</azure-servicebus.version> |
... | ... | @@ -954,22 +953,6 @@ |
954 | 953 | <artifactId>commons-collections</artifactId> |
955 | 954 | <version>${commons-collections.version}</version> |
956 | 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 | 956 | </dependencies> |
974 | 957 | </dependencyManagement> |
975 | 958 | ... | ... |