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 259d46a commit 31858ccCopy full SHA for 31858cc
.gitignore
@@ -11,6 +11,7 @@ target/
11
.settings
12
.springBeans
13
.sts4-cache
14
+.classpath
15
16
### IntelliJ IDEA ###
17
.idea
pom.xml
@@ -48,6 +48,7 @@
48
<groupId>net.laffyco.java-matching-engine</groupId>
49
<artifactId>core</artifactId>
50
<version>0.0.1-SNAPSHOT</version>
51
+ <scope>compile</scope>
52
</dependency>
53
<dependency>
54
<groupId>org.springframework.boot</groupId>
0 commit comments