teetime-framework / TeeTime

The Java reference implementation of the Pipe-and-Filter framework TeeTime
http://teetime-framework.github.io
Apache License 2.0
20 stars 5 forks source link

Move all test sources to test and give hamcrest test scope #10

Closed DaGeRe closed 2 years ago

DaGeRe commented 3 years ago

By this change, other tools relying on TeeTime do not interfere with (currently outdated) hamcrest library version.

Currently, if you rely on TeeTime and use newer hamcrest, you have to add the dependency to hamcrest before TeeTime like in https://github.com/DaGeRe/peass/blob/kieker-teetime-switch/dependency/pom.xml, which is not a nice solution.

rju commented 2 years ago

Had to perform pull request manually.