j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 366 forks source link

fix pom parse error #107

Closed desmond1121 closed 5 years ago

desmond1121 commented 5 years ago

fix pom parse error:

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-parseable POM /Users/zhexi.yjy/CodeFiles/android-codes/ormlite-android/pom.xml: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...</log4j-version>\nsure\t\t<o... @44:9)  @ line 44, column 9
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project  (/Users/zhexi.yjy/CodeFiles/android-codes/ormlite-android/pom.xml) has 1 error
[ERROR]     Non-parseable POM /Users/zhexi.yjy/CodeFiles/android-codes/ormlite-android/pom.xml: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...</log4j-version>\nsure\t\t<o... @44:9)  @ line 44, column 9 -> [Help 2]
j256 commented 5 years ago

Thanks!