diff options
Diffstat (limited to 'ms/pom.xml')
-rw-r--r-- | ms/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -18,9 +18,7 @@ * limitations under the License. * ============LICENSE_END========================================================= --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -43,4 +41,3 @@ <module>vlantag-api</module> </modules> </project> - |