Replies: 1 comment
-
I believe that antlr4 is now OSGI compliant. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that in the dependency management of a project I'm preparing a library upgrade for, we are using Hibernate 5.4.12, which has a dependency on Antlr 2.7.7. That said, I also noticed that we're using the Maven Central com.springsource.antlr package of this version, and not the basic antlr package. My coworkers can't remember why we originally did this, so I thought I'd ask the community why this specific package was created in Maven Central. I want to be sure that there wasn't a special reason why we were using this specific package and not the basic package. My gut feeling is that we needed a version that's compatible with OSGi since we use Karaf, but I wantd to do a sanity check first.
Beta Was this translation helpful? Give feedback.
All reactions