diff --git a/myapp/.classpath b/myapp/.classpath
index f94ad662f1e94feb940611db0132740ef80dcb09..e00d783a4115edc13aceb0bb57e040686d49369c 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 5b6e97e89ab4747bfe34ba0deec02d3e659532e9..875612e7adbb171e8eaff9248a920ef7364b8e5a 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>