JAMES-2406 Maven should run Cassandra SMTP MPT tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/825ca96d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/825ca96d Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/825ca96d Branch: refs/heads/master Commit: 825ca96db2ed33adea2026934380ead05e4c651e Parents: c260053 Author: benwa <[email protected]> Authored: Thu May 31 11:59:25 2018 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Wed Jun 6 09:00:03 2018 +0200 ---------------------------------------------------------------------- mpt/impl/smtp/cassandra/pom.xml | 37 ++++++++++-------------------------- 1 file changed, 10 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/825ca96d/mpt/impl/smtp/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/mpt/impl/smtp/cassandra/pom.xml b/mpt/impl/smtp/cassandra/pom.xml index b2c534c..e9d82fd 100644 --- a/mpt/impl/smtp/cassandra/pom.xml +++ b/mpt/impl/smtp/cassandra/pom.xml @@ -30,10 +30,6 @@ <name>Apache James MPT SMTP Cassandra</name> - <properties> - <cassandra.includes>empty</cassandra.includes> - </properties> - <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -94,32 +90,19 @@ <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-launcher</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.junit.vintage</groupId> + <artifactId>junit-vintage-engine</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/suite/*.java</exclude> - <exclude>**/suite/**/*.java</exclude> - </excludes> - <includes> - <include>${cassandra.includes}</include> - </includes> - </configuration> - </plugin> - </plugins> - </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
