Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ics-software
phoebus
Commits
8fd7bc76
Unverified
Commit
8fd7bc76
authored
Sep 15, 2022
by
Kay Kasemir
Committed by
GitHub
Sep 15, 2022
Browse files
Merge pull request #2388 from ControlSystemStudio/mysql_803
Update MySQL connector version
parents
969e8ba6
15096816
Pipeline
#120289
passed with stage
in 28 minutes and 58 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
dependencies/phoebus-target/.classpath
View file @
8fd7bc76
...
...
@@ -114,7 +114,7 @@
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/lz4-java-1.4.1.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/mimepull-1.9.3.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/mockito-core-2.23.4.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/mysql-connector-java-
5.1.45
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/mysql-connector-java-
8.0.30
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/objenesis-2.6.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/ojdbc8-12.2.0.1.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"target/lib/org.eclipse.jgit-5.0.3.201809091024-r.jar"
/>
...
...
dependencies/phoebus-target/pom.xml
View file @
8fd7bc76
...
...
@@ -160,7 +160,7 @@
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.45
</version>
<version>
${mysql.version}
</version>
</dependency>
<dependency>
<groupId>
org.postgresql
</groupId>
...
...
pom.xml
View file @
8fd7bc76
...
...
@@ -65,6 +65,8 @@
<batik.version>
1.14
</batik.version>
<mockito.version>
2.23.4
</mockito.version>
<postgresql.driver.version>
42.2.9
</postgresql.driver.version>
<!-- When connections to older MySQL server fail because of CLIENT_PLUGIN_AUTH, downgrade to 5.1.45 -->
<mysql.version>
8.0.30
</mysql.version>
<jetty.version>
9.4.30.v20200611
</jetty.version>
<apache.commons.math.version>
3.6.1
</apache.commons.math.version>
<junit.version>
4.13.1
</junit.version>
...
...
services/archive-engine/pom.xml
View file @
8fd7bc76
...
...
@@ -71,7 +71,7 @@
<dependency>
<groupId>
mysql
</groupId>
<artifactId>
mysql-connector-java
</artifactId>
<version>
5.1.45
</version>
<version>
${mysql.version}
</version>
</dependency>
<dependency>
<groupId>
org.postgresql
</groupId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment