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 6dcb0d8 commit 99e19e7Copy full SHA for 99e19e7
pom.xml
@@ -10,6 +10,13 @@
10
<packaging>jar</packaging>
11
<version>0.1-SNAPSHOT</version>
12
13
+
14
+ <parent>
15
+ <groupId>org.sonatype.oss</groupId>
16
+ <artifactId>oss-parent</artifactId>
17
+ <version>7</version>
18
+ </parent>
19
20
<properties>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
@@ -86,10 +93,8 @@
86
93
<dependency>
87
94
<groupId>junit</groupId>
88
95
<artifactId>junit</artifactId>
89
- <!-- <scope>test</scope>-->
96
+ <scope>test</scope>
90
97
<version>${junit.version}</version>
91
98
</dependency>
92
99
</dependencies>
-
100
</project>
0 commit comments