-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/1 take over initial version from virtual schemas #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/1 take over initial version from virtual schemas #2
Conversation
README.md
Outdated
| Dependency | Purpose | License | | ||
|-------------------------------------------------------------------------------------|--------------------------------------------------------|-------------------------------| | ||
| [Java Hamcrest](http://hamcrest.org/JavaHamcrest/) | Checking for conditions in code via matchers | BSD License | | ||
| [J5SE](https://github.com/itsallcode/junit5-system-extensions) | JUnit5 extensions to test Java System.x functions | Eclipse Public License 2.0 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't use this dependency in the project. Do we need it for something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right. I removed the wrong dependency. Should be JUnit5 instead of J5SE.
pom.xml
Outdated
<description>This project provides utilities that help testing software that uses `java.util.logging` as its logging framework.</description> | ||
<url>https://github.com/exasol/java-util-logging-testing</url> | ||
<properties> | ||
<product.version>2.2.0</product.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What will be a version of the project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.0.0
Closes #1.