From d83df963c25479d525999e8034e34e8ca79b80a4 Mon Sep 17 00:00:00 2001 From: alita <mt00969@surrey.ac.uk> Date: Thu, 23 Apr 2020 19:49:25 +0100 Subject: [PATCH] updated pom file due to SSLException --- myapp/.classpath | 2 +- myapp/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/myapp/.classpath b/myapp/.classpath index f94ad66..e00d783 100644 --- a/myapp/.classpath +++ b/myapp/.classpath @@ -31,7 +31,7 @@ </classpathentry> <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry exported="true" kind="lib" path="mysql-connector-java-8.0.19.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> + <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> diff --git a/myapp/pom.xml b/myapp/pom.xml index 5b6e97e..875612e 100644 --- a/myapp/pom.xml +++ b/myapp/pom.xml @@ -9,8 +9,8 @@ <version>1.0-SNAPSHOT</version> <name>COM1028CW</name> - <!-- FIXME change it to the project's website --> - <url>http://www.example.com</url> + + <url>https://gitlab.eps.surrey.ac.uk/mt00969/com1028cw</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -28,7 +28,7 @@ <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - <version>8.0.13</version> + <version>8.0.19</version> </dependency> </dependencies> -- GitLab