After i try several times, it looks like i figure it out to make the project but only under jboss tools (eclipse)
1. Delete .m2 folder in the User folder, so it can redownload everything from the start
2. Create the project
3. If something errors in the Problems tab regarding artifact not found, right-click the project -> maven -> update project and tick Force Update of Snapshots/Releases
4. Also I change the BOM with the newest one. (in my case i changed it into 1.0.3.Final; while from jboss tools default is 1.0.2.Final-redhat-1)
I know this may not the most right answer for all issue regarding this, but it works for me (at least)