File tree
Expand file treeCollapse file tree2 files changed
+25
-0
lines changed Expand file treeCollapse file tree2 files changed
+25
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | .attach_pid*
|
2 | 2 | /src/target/
|
3 | 3 | /src/.attach_pid*
|
| 4 | +/target |
4 | 5 | !.mvn/wrapper/maven-wrapper.jar
|
5 | 6 |
|
6 | 7 | ### sts ###
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | +xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | +xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | +<modelVersion>4.0.0</modelVersion> |
| 6 | + |
| 7 | +<groupId>br.com.zevolution</groupId> |
| 8 | +<artifactId>java-algorithms-and-datastructure</artifactId> |
| 9 | +<version>0.0.1-SNAPSHOT</version> |
| 10 | +<name>java-algorithms-and-datastructure</name> |
| 11 | +<description>Algorithms and data structures implemented in Java</description> |
| 12 | + |
| 13 | +<properties> |
| 14 | +<java.version>1.8</java.version> |
| 15 | +</properties> |
| 16 | + |
| 17 | +<dependencies> |
| 18 | +<dependency> |
| 19 | +<groupId>junit</groupId> |
| 20 | +<artifactId>junit</artifactId> |
| 21 | +<version>4.12</version> |
| 22 | +</dependency> |
| 23 | +</dependencies> |
| 24 | +</project> |
You can’t perform that action at this time.
0 commit comments