This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch jakarta-spring-6 in repository https://gitbox.apache.org/repos/asf/openmeetings.git
commit bbf0377e836283d048432e0c0e7c15cc5371de70 Author: Maxim Solodovnik <solo...@apache.org> AuthorDate: Sun Oct 8 21:53:18 2023 +0700 [OPENMEETINGS-2756] javadocs are fixed --- openmeetings-db/pom.xml | 4 ++-- pom.xml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openmeetings-db/pom.xml b/openmeetings-db/pom.xml index ed2df7a38..dc4227624 100644 --- a/openmeetings-db/pom.xml +++ b/openmeetings-db/pom.xml @@ -115,7 +115,7 @@ </dependencies> <build> <plugins> - <!--plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> @@ -134,7 +134,7 @@ </goals> </execution> </executions> - </plugin--> + </plugin> <plugin> <groupId>org.apache.openjpa</groupId> <artifactId>openjpa-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index cb2a51203..88ebeee40 100644 --- a/pom.xml +++ b/pom.xml @@ -816,6 +816,10 @@ <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jms_1.1_spec</artifactId> + </exclusion> </exclusions> </dependency> <dependency>