Remove duplicate package-info

Change-Id: I14708f1d33659bde3cca2f707a5ad506975e4393
diff --git a/serializers/json/src/test/java/org/onosproject/yang/serializers/json/package-info.java b/serializers/json/src/test/java/org/onosproject/yang/serializers/json/package-info.java
deleted file mode 100644
index 3774141..0000000
--- a/serializers/json/src/test/java/org/onosproject/yang/serializers/json/package-info.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Copyright 2017-present Open Networking Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * The JSON serializer implementation of the YangSerializer interface.
- */
-package org.onosproject.yang.serializers.json;
diff --git a/serializers/xml/src/test/java/org/onosproject/yang/serializers/xml/package-info.java b/serializers/xml/src/test/java/org/onosproject/yang/serializers/xml/package-info.java
deleted file mode 100644
index 63fc532..0000000
--- a/serializers/xml/src/test/java/org/onosproject/yang/serializers/xml/package-info.java
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *  Copyright 2017-present Open Networking Foundation
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * The XML serializer implementation of the YangSerializer interface.
- */
-package org.onosproject.yang.serializers.xml;