Skip to content

Commit

Permalink
pom.xml javítva
Browse files Browse the repository at this point in the history
Tesztek áthelyezve a drukmakoriSzerelok package-be
  • Loading branch information
leventebajak committed May 21, 2024
1 parent 197d9c5 commit b1904b5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>drukmakoriSzerelok</groupId>
<artifactId>drukmakoriSzerelok</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -24,18 +33,7 @@
<version>0.8.7</version>
<scope>test</scope>
</dependency>
</dependencies>
<groupId>hu.main</groupId>
<artifactId>hu.main</artifactId>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<!-- Cucumber Dependency -->
<dependency>
<groupId>io.cucumber</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.mockito.MockedStatic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import static org.junit.jupiter.api.Assertions.*;
import static org.mockito.Mockito.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import static org.junit.jupiter.api.Assertions.*;
import static org.mockito.Mockito.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import static org.junit.jupiter.api.Assertions.*;

import org.junit.jupiter.api.BeforeEach;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.MockedStatic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package drukmakoriSzerelok;

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit b1904b5

Please sign in to comment.