8000 Make postgres-embedded use test scope · kwark/postgres-async-driver@ed8e367 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed8e367

Browse files
author
Mikko Tiihonen
committed
Make postgres-embedded use test scope
1 parent a582612 commit ed8e367

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@
9292
<scope>test</scope>
9393
</dependency>
9494
<dependency>
95-
<groupId>ru.yandex.qatools.embed</groupId>
96-
<artifactId>postgresql-embedded</artifactId>
97-
<version>1.15</version>
95+
<groupId>ru.yandex.qatools.embed</groupId>
96+
<artifactId>postgresql-embedded</artifactId>
97+
<version>1.16</version>
98+
<scope>test</scope>
9899
</dependency>
99100
</dependencies>
100101

101-
</project>
102+
</project>

0 commit comments

Comments
 (0)
0