Skip to content
Snippets Groups Projects
Commit 5c5d19b8 authored by xkromm's avatar xkromm
Browse files

removed unnecessary modules

parent 7bd7a3a1
No related branches found
No related tags found
2 merge requests!5Airports planes service,!2Airports planes service
......@@ -17,8 +17,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
......
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>cz.fi.muni.pa165</groupId>
<artifactId>airpot-manager</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>airpots-airports-service</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
package cz.fi.muni.pa165.airpot;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}
\ No newline at end of file
......@@ -20,7 +20,6 @@
<module>airports-service</module>
<module>airports-hr-service</module>
<module>airports-planes-service</module>
<module>airpots-airports-service</module>
<module>airports-flight-service</module>
</modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment