Setup für Grundlagen-Übungen vereinfacht
[demos/kafka/training] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4c52f37..2928676 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <name>Super Simple Producer</name>
   <version>1.0-SNAPSHOT</version>
 
+  <properties>
+    <java.version>17</java.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.kafka</groupId>
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>pl.project13.maven</groupId>
-        <artifactId>git-commit-id-plugin</artifactId>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>