-
-
Notifications
You must be signed in to change notification settings - Fork 44
jsp: move to Maven #41
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
Conversation
Fixes: #30
<icu.version>69.1-SNAPSHOT-cldr-2021-02-17</icu.version> | ||
|
||
<!-- | ||
For CLDR versions, see https://github.com/orgs/unicode-org/packages?repo_name=cldr | ||
--> | ||
<cldr.version>0.0.0-SNAPSHOT-87058620ea</cldr.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this controls the ICU and CLDR version used.
<dependency> | ||
<groupId>com.google.code.gson</groupId> | ||
<artifactId>gson</artifactId> | ||
<version>2.8.6</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
<version>29.0-jre</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>xerces</groupId> | ||
<artifactId>xercesImpl</artifactId> | ||
<version>2.12.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>xml-apis</groupId> | ||
<artifactId>xml-apis</artifactId> | ||
<version>1.4.01</version> | ||
<scope>compile</scope> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copied these from CLDR latest, but these can be bumped as needed
interim instructions:
To debug with eclipse, there are instructions here, not tested yet https://www.eclipse.org/jetty/documentation/jetty-9/index.html#debugging-with-eclipse |
Fixes: #30