-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to Build because of missing dependency 'javax.transaction:jta:1.0.1B' #49
Comments
I tried changing the javax.transaction:jta: dependency to 1.1 version. The build then succeeds. However, I have not tried running it. |
Jira issue WEB-214 created |
Fixed pull request is available. |
Was there a plan to cut a new release of this, say v6.0.2, so that we don't have to reimplement this fix every time we want to build the latest stable release ourselves? |
There was no plan to cut another release of 6.x. Does the 7.x work for you? If not, we could consider cutting a release. 7.x should be close to as stable as 6.x now, can you give it a try and see if it supports your use case? |
Changing dependency version to 1.1 worked for me.I could build the WebGoat Legacy source. |
The jar file for 'javax.transaction:jta:1.0.1B' dependency is missing on maven central (http://mvnrepository.com/artifact/javax.transaction/jta/1.0.1B). This is causing Webgoat-Legacy builds to fail.
The text was updated successfully, but these errors were encountered: