This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new b50c78805 [OPENMEETINGS-2780] mysql driver; code clean-up
b50c78805 is described below

commit b50c78805de161b6c23922f73c50953f1a60efa2
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jul 11 13:29:31 2024 +0700

    [OPENMEETINGS-2780] mysql driver; code clean-up
---
 pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index b111e9f3f..a934554d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
                <commons-net.version>3.11.1</commons-net.version>
                <dom4j.version>2.1.4</dom4j.version>
                <postgresql.version>42.7.3</postgresql.version>
-               <mysql.version>8.4.0</mysql.version>
+               <mysql.version>9.0.0</mysql.version>
                <mssql.version>12.6.1.jre11</mssql.version>
                <ojdbc.version>19.23.0.0</ojdbc.version>
                <xstream.version>1.4.20</xstream.version>
@@ -1496,14 +1496,6 @@
                                        <groupId>org.apache.openjpa</groupId>
                                        
<artifactId>openjpa-maven-plugin</artifactId>
                                        <version>${openjpa.version}</version>
-                                       <!-- set the version to be the same as 
the level in your runtime -->
-                                       <dependencies>
-                                               <dependency>
-                                                       
<groupId>org.apache.openjpa</groupId>
-                                                       
<artifactId>openjpa</artifactId>
-                                                       
<version>${openjpa.version}</version>
-                                               </dependency>
-                                       </dependencies>
                                </plugin>
                                <plugin>
                                        <groupId>org.codehaus.mojo</groupId>

Reply via email to