We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48475c0 commit dafb7d0Copy full SHA for dafb7d0
1 file changed
junit-exception/pom.xml
@@ -0,0 +1,25 @@
1
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
+ <modelVersion>4.0.0</modelVersion>
4
+
5
+ <groupId>com.hmkcode</groupId>
6
+ <artifactId>junit-exception</artifactId>
7
+ <version>1.0-SNAPSHOT</version>
8
+ <packaging>jar</packaging>
9
10
+ <name>junit-exception</name>
11
+ <url>http://maven.apache.org</url>
12
13
+ <properties>
14
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
+ </properties>
16
17
+ <dependencies>
18
+ <dependency>
19
+ <groupId>junit</groupId>
20
+ <artifactId>junit</artifactId>
21
+ <version>4.11</version>
22
+ <scope>test</scope>
23
+ </dependency>
24
+ </dependencies>
25
+</project>
0 commit comments