Moved to weld-servlet-core v3.1.0.Final (see
https://support.d4science.org/issues/20743#note-6)
This commit is contained in:
parent
35993464cd
commit
d2d3fbbd6e
|
@ -2,7 +2,9 @@
|
|||
|
||||
|
||||
|
||||
<wb-module deploy-name="uri-resolver-2.6.1">
|
||||
|
||||
<wb-module deploy-name="uri-resolver-2.7.0-SNAPSHOT">
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -10,28 +12,35 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="context-root" value="uri-resolver"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<property name="java-output-path" value="/uri-resolver/target/classes"/>
|
||||
|
||||
|
||||
|
||||
|
||||
</wb-module>
|
||||
|
||||
|
||||
|
||||
|
||||
</project-modules>
|
||||
|
|
|
@ -10,6 +10,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
- [#22757] moved to storagehub-client-library 2.0.0[-SNAPSHOT]
|
||||
|
||||
** Bug Fixing**
|
||||
|
||||
- [#20743] Integration with javamelody
|
||||
|
||||
## [v2-6-1] - 2022-01-17
|
||||
|
||||
**New features**
|
||||
|
|
Loading…
Reference in New Issue