You need to sign in or sign up before continuing.
Commit c102721a authored by Administrator's avatar Administrator

Updates the project for the 24/25 course

Project's repository URL in README.md has been updated and some other
minor changes have been done.
parent 969ea6d7
......@@ -41,7 +41,7 @@ git --version
Once Git is installed in your system, clone the project:
```bash
git clone http://sing-group.org/dt/gitlab/dgss-2324/xcs-sample.git
git clone http://sing-group.org/dt/gitlab/dgss-2425/xcs-sample.git
```
### 1.4. MySQL 8+
......
......@@ -54,7 +54,7 @@
<arquillian.wildfly.embedded.version>3.0.3.Final</arquillian.wildfly.embedded.version>
<arquillian.wildfly.embedded.container.version>2.1.0.Final</arquillian.wildfly.embedded.container.version>
<easymock.version>5.2.0</easymock.version>
<geckodriver.version>v0.33.0</geckodriver.version>
<geckodriver.version>v0.35.0</geckodriver.version>
<graphene.webdrive.version>2.5.4</graphene.webdrive.version>
<hamcrest.version>2.2</hamcrest.version>
<jacoco.version>0.8.10</jacoco.version>
......
......@@ -358,6 +358,6 @@ public abstract class IsEqualToEntity<T> extends TypeSafeMatcher<T> {
.map(converter)
.collect(toList());
return contains(matchersList);
return contains(matchersList);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment