We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d9a79 commit 76703a2Copy full SHA for 76703a2
leetcode/pom.xml
@@ -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
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