Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76703a2

Browse files
committed
2023.01.05 andy-pc commit leetcode
1 parent c2d9a79 commit 76703a2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

leetcode/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>andy_leetcode</artifactId>
7+
<groupId>com.andy</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<groupId>com.andy</groupId>
13+
<artifactId>leetcode</artifactId>
14+
<dependencies>
15+
<dependency>
16+
<groupId>junit</groupId>
17+
<artifactId>junit</artifactId>
18+
<version>RELEASE</version>
19+
<scope>test</scope>
20+
</dependency>
21+
</dependencies>
22+
23+
24+
</project>

0 commit comments

Comments
 (0)