Skip to content
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

Flyway and helper dependecies #21

Merged
merged 5 commits into from
Nov 4, 2020
Merged

Conversation

FHToE
Copy link
Contributor

@FHToE FHToE commented Nov 3, 2020

add flyway and mapper dependencies

build.gradle Outdated
@@ -40,3 +50,9 @@ dependencies {
test {
useJUnitPlatform()
}

flyway {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a good solution. We should avoid putting credentials here

runtimeOnly 'org.postgresql:postgresql'

testImplementation "com.h2database:h2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to mention - in our case testing with h2 is impossible: h2 does not support Enumerations from Postgres that we are using.

@AntonMishyn AntonMishyn self-requested a review November 4, 2020 08:07
@FHToE FHToE merged commit 5daed2a into develop Nov 4, 2020
@FHToE FHToE deleted the flyway-and-helper-dependecies branch November 4, 2020 09:40
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants