Skip to content

Commit be8b506

Browse files
committed
Removed maven warning
1 parent b37a1a0 commit be8b506

File tree

1 file changed

+1
-1
lines changed
  • db-migrator-integration-test

1 file changed

+1
-1
lines changed

db-migrator-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>db-migrator-integration-test</artifactId>
44
<version>1.4.11-SNAPSHOT</version>
5-
<packaging>jar</packaging>
65
<name>JavaLite - DB-Migrator Integration Test</name>
76

87
<parent>
@@ -73,6 +72,7 @@
7372
<groupId>org.javalite</groupId>
7473
<artifactId>db-migrator-maven-plugin</artifactId>
7574
<version>${project.version}</version>
75+
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
7878
</project>

0 commit comments

Comments
 (0)