Commit 0fbda179 authored by Administrator's avatar Administrator

Updates the project for the 22/23 course

Project's repository URL in README.md has been updated.

The JSF test have been disabled by default, because there is a known
issue with the default Firefox installed in Ubuntu 22.04 (installed
from Snap) and the Gecko driver that causes the tests to fail.
parent d0377c24
...@@ -48,7 +48,7 @@ git --version ...@@ -48,7 +48,7 @@ git --version
Once Git is installed in your system, clone the project: Once Git is installed in your system, clone the project:
```bash ```bash
git clone http://sing-group.org/dt/gitlab/dgss-2223/xcs-sample.git git clone http://sing-group.org/dt/gitlab/dgss-2324/xcs-sample.git
``` ```
### 1.4. MySQL 8+ ### 1.4. MySQL 8+
......
...@@ -77,9 +77,9 @@ ...@@ -77,9 +77,9 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<!-- >configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration--> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<arquillian.wildfly.embedded.version>3.0.3.Final</arquillian.wildfly.embedded.version> <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> <arquillian.wildfly.embedded.container.version>2.1.0.Final</arquillian.wildfly.embedded.container.version>
<easymock.version>3.4</easymock.version> <easymock.version>3.4</easymock.version>
<geckodriver.version>v0.23.0</geckodriver.version> <geckodriver.version>v0.33.0</geckodriver.version>
<graphene.webdrive.version>2.3.1</graphene.webdrive.version> <graphene.webdrive.version>2.3.1</graphene.webdrive.version>
<hamcrest.version>2.0.0.0</hamcrest.version> <hamcrest.version>2.0.0.0</hamcrest.version>
<jacoco.version>0.7.9</jacoco.version> <jacoco.version>0.7.9</jacoco.version>
......
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