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 b37a1a0 commit be8b506Copy full SHA for be8b506
db-migrator-integration-test/pom.xml
@@ -2,7 +2,6 @@
2
<modelVersion>4.0.0</modelVersion>
3
<artifactId>db-migrator-integration-test</artifactId>
4
<version>1.4.11-SNAPSHOT</version>
5
- <packaging>jar</packaging>
6
<name>JavaLite - DB-Migrator Integration Test</name>
7
8
<parent>
@@ -73,6 +72,7 @@
73
72
<groupId>org.javalite</groupId>
74
<artifactId>db-migrator-maven-plugin</artifactId>
75
<version>${project.version}</version>
+ <scope>test</scope>
76
</dependency>
77
</dependencies>
78
</project>
0 commit comments