You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Yang Hua Jie (JIRA)" <ji...@apache.org> on 2015/06/25 09:48:04 UTC

[jira] [Created] (MNG-5848) Malformed POM expected START_TAG or END_TAG not TEXT

Yang Hua Jie created MNG-5848:
---------------------------------

             Summary: Malformed POM expected START_TAG or END_TAG not TEXT
                 Key: MNG-5848
                 URL: https://issues.apache.org/jira/browse/MNG-5848
             Project: Maven
          Issue Type: Bug
    Affects Versions: 3.3.3
            Reporter: Yang Hua Jie
            Priority: Blocker


Whenever I added following dependency to my maven, I couldn't run "mvn test" for the project.

<dependency>
		    <groupId>org.jasypt</groupId>
		    <artifactId>jasypt-spring31</artifactId>
		    <version>1.9.1</version>
		</dependency>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)