Skip to content
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

Open
vamshikr opened this issue Jul 10, 2015 · 6 comments

Comments

@vamshikr
Copy link

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.

@vamshikr
Copy link
Author

I tried changing the javax.transaction:jta: dependency to 1.1 version. The build then succeeds. However, I have not tried running it.

@nbaars
Copy link
Contributor

nbaars commented Jul 12, 2015

Jira issue WEB-214 created

@nbaars
Copy link
Contributor

nbaars commented Jul 12, 2015

Fixed pull request is available.

@thomashoffman
Copy link

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?

@mayhew64
Copy link
Contributor

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?

@barhaterahul
Copy link

Changing dependency version to 1.1 worked for me.I could build the WebGoat Legacy source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants