Skip to content
Snippets Groups Projects
Commit 45b6f9a5 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

chore(config): solves issues with integrationtests

parent 478abfb4
Branches
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<VBox xmlns:fx="http://javafx.com/fxml/1" fx:controller="todolist.ui.TodoAppController">
<fx:define>
<String fx:id="endpointUri" fx:value="http://localhost:8999/todo/"/>
<String fx:id="endpointUri" fx:value="http://localhost:8080/todo/"/>
</fx:define>
<fx:include fx:id="todoModelView" source="TodoModel.fxml"/>
</VBox>
......@@ -14,7 +14,8 @@
<properties>
<slf4jVersion>1.7.25</slf4jVersion>
<jerseyVersion>3.0.1</jerseyVersion>
<jerseyVersion>3.1.0-M8</jerseyVersion>
<jetty.port>8080</jetty.port>
</properties>
<dependencies>
......@@ -126,10 +127,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.2</version>
<!--
<version>9.4.31.v20200723</version>
-->
<version>11.0.12</version>
<configuration>
<httpConnector>
<port>${jetty.port}</port>
......
......@@ -87,12 +87,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.0</version>
<version>10.3.4</version>
</dependency>
</dependencies>
<configuration>
......@@ -116,7 +116,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.0.0</version>
<version>4.7.2.0</version>
<configuration>
<xmlOutput>false</xmlOutput>
<htmlOutput>true</htmlOutput>
......@@ -136,7 +136,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<executions>
<execution>
<id>jacoco-prepare-agent</id>
......
......@@ -12,7 +12,7 @@
<artifactId>rest</artifactId>
<properties>
<slf4jVersion>2.0.0-alpha5</slf4jVersion>
<slf4jVersion>2.0.3</slf4jVersion>
<jerseyVersion>3.0.3</jerseyVersion>
</properties>
......@@ -136,8 +136,8 @@
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<artifactId>javax.activation-api</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment