Files
getting-started/core-java/streams/data-streams/pom.xml
Pratik Das 89bd3b6729 added code
2022-04-29 21:08:35 +05:30

11 lines
529 B
XML

<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.pratik</groupId>
<artifactId>StreamingApp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>StreamingApp</name>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>