Skip to content

Commit

Permalink
add understanding_lambdas_in_java8 module pom.xml file info
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglaibao committed Jan 23, 2018
1 parent c1e55ab commit c6bd1a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions understanding_lambdas_in_java8/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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">
<parent>
<artifactId>lambda-stream-flow</artifactId>
<groupId>com.laibao.jdk9</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>understanding_lambdas_in_java8</artifactId>


</project>

0 comments on commit c6bd1a2

Please sign in to comment.