We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9248971 commit 4f26804Copy full SHA for 4f26804
.gitignore
@@ -1,2 +1,3 @@
1
/target/
2
/Untitled.mdj
3
+.idea/
helloworld/.gitignore
@@ -1,2 +1,5 @@
/log/
+.idea
4
+.settings
5
+../.idea/
helloworld/pom.xml
@@ -11,7 +11,7 @@
11
<dependency>
12
<groupId>junit</groupId>
13
<artifactId>junit</artifactId>
14
- <version>4.11</version>
+ <version>4.13</version>
15
<scope>test</scope>
16
</dependency>
17
0 commit comments