Answers for "Invalid element name: - dependency One of the following is expected: - parent - packaging - name - description - url - inceptionYear - organization - licenses - developers -"

0

Invalid element name: - dependency One of the following is expected: - parent - packaging - name - description - url - inceptionYear - organization - licenses - developers -

<dependencies>
    <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
        <version>5.1.39</version>
    </dependency>
    <dependency>
        <!-- MyBatis -->
        <groupId>org.mybatis</groupId>
        <artifactId>mybatis</artifactId>
        <version>3.2.8</version>
    </dependency>
    <dependency>

        <groupId>org.mybatis</groupId>
        <artifactId>mybatis-spring</artifactId>
        <version>1.2.2</version>
    </dependency>
    <dependency>

        <groupId>org.springframework</groupId>
        <artifactId>spring-jdbc</artifactId>
        <version>${org.springframework-version}</version>
    </dependency>
    <dependency>

        <groupId>org.springframework</groupId>
        <artifactId>spring-test</artifactId>
        <version>${org.springframework-version}</version>
    </dependency>
<dependencies>
Posted by: Guest on April-04-2021

Code answers related to "Invalid element name: - dependency One of the following is expected: - parent - packaging - name - description - url - inceptionYear - organization - licenses - developers -"

Browse Popular Code Answers by Language