Skip to content

Commit 31858cc

Browse files
committed
Compile scope
1 parent 259d46a commit 31858cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ target/
1111
.settings
1212
.springBeans
1313
.sts4-cache
14+
.classpath
1415

1516
### IntelliJ IDEA ###
1617
.idea

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<groupId>net.laffyco.java-matching-engine</groupId>
4949
<artifactId>core</artifactId>
5050
<version>0.0.1-SNAPSHOT</version>
51+
<scope>compile</scope>
5152
</dependency>
5253
<dependency>
5354
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)