I am currently working on a Java project using Maven. In my pom.xml I am getting this error.
Missing artifact com.bea.xml:jsr173-ri:jar:1.0
I have added this dependency
<dependency>
<groupId>com.bea.xml</groupId>
<artifactId>jsr173-ri</artifactId>
<version>1.0</version>
</dependency>
to my pom.xml. But still the error is same.
Am I missing adding repository for jsr173-ri dependency? I am also not getting repository to add in my pom.xml.
Can someone suggest me repository code for jsr173-ri to add in my pom.xml?
com.bea.xmlis not available in public repositories(Download size is zero). Therefore you need to download the JAR file and manually install it in to your local repo.Some useful links: Manually install dependency