updated readme
This commit is contained in:
parent
c33e879e54
commit
f0ad08703e
|
@ -4,11 +4,12 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v2-7.1-SNAPSHOT] - 2022-03-24
|
## [v2-7.1-SNAPSHOT] - 2022-03-29
|
||||||
|
|
||||||
**New**
|
**New**
|
||||||
|
|
||||||
- Integrate Enunicate https://github.com/stoicflame/enunciate/
|
- [#23049] Integrate Enunicate engine for Java Web service API (https://github.com/stoicflame/enunciate/)
|
||||||
|
- [#20743] Integrate JavaMelody
|
||||||
|
|
||||||
## [v2-7.0-SNAPSHOT] - 2022-01-31
|
## [v2-7.0-SNAPSHOT] - 2022-01-31
|
||||||
|
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -164,7 +164,6 @@
|
||||||
<groupId>org.jboss.weld.servlet</groupId>
|
<groupId>org.jboss.weld.servlet</groupId>
|
||||||
<artifactId>weld-servlet-core</artifactId>
|
<artifactId>weld-servlet-core</artifactId>
|
||||||
<version>3.1.0.Final</version>
|
<version>3.1.0.Final</version>
|
||||||
<!-- <version>2.2.10.Final</version> -->
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jboss</groupId>
|
<groupId>org.jboss</groupId>
|
||||||
|
|
Loading…
Reference in New Issue