Skip to content

Commit

Permalink
Remove local-db profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwaight authored Feb 19, 2020
1 parent 71de0fc commit aab4105
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions auth-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
<version>1.0-SNAPSHOT</version>
</parent>

<profiles>
<profile>
<id>local-db</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>1.50.3</version>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit aab4105

Please sign in to comment.