diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml
index b3c9306..ef87765 100644
--- a/accessors-smart/pom.xml
+++ b/accessors-smart/pom.xml
@@ -50,7 +50,6 @@ limitations under the License.
UTF-8
- 10
1.8
1.8
diff --git a/json-smart-action/pom.xml b/json-smart-action/pom.xml
index 8b607d5..c2acc58 100644
--- a/json-smart-action/pom.xml
+++ b/json-smart-action/pom.xml
@@ -41,7 +41,6 @@
UTF-8
- 10
1.8
1.8
5.12.1
diff --git a/json-smart-action/src/main/java/net/minidev/json/actions/ElementRemover.java b/json-smart-action/src/main/java/net/minidev/json/actions/ElementRemover.java
index 5fda519..898f9d1 100644
--- a/json-smart-action/src/main/java/net/minidev/json/actions/ElementRemover.java
+++ b/json-smart-action/src/main/java/net/minidev/json/actions/ElementRemover.java
@@ -36,7 +36,7 @@ public ElementRemover(Map elementsToRemove) {
elementsToRemove == null ? Collections.emptyMap() : elementsToRemove;
}
- public ElementRemover(JSONObject elementsToRemove) {
+ public ElementRemover(JSONObject