You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2023/10/08 14:53:29 UTC

[openmeetings] branch jakarta-spring-6 updated: [OPENMEETINGS-2756] javadocs are fixed

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


The following commit(s) were added to refs/heads/jakarta-spring-6 by this push:
     new c91b47f0c [OPENMEETINGS-2756] javadocs are fixed
c91b47f0c is described below

commit c91b47f0c56c3cb469d492b04566bf14ac670bbf
Author: Maxim Solodovnik <so...@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 216397e60..a68a77ac9 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>