|
|
@@ -5,16 +5,9 @@
|
|
|
<groupId>pl.dmcs</groupId>
|
|
|
<artifactId>project-parent</artifactId>
|
|
|
<version>1.0</version>
|
|
|
- <relativePath>../pom.xml</relativePath> <!-- Upewnij się, że ścieżka jest poprawna -->
|
|
|
+ <relativePath>../pom.xml</relativePath>
|
|
|
</parent>
|
|
|
<artifactId>project-multiply</artifactId>
|
|
|
<version>1.0</version>
|
|
|
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.junit.jupiter</groupId>
|
|
|
- <artifactId>junit-jupiter-api</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
</project>
|