Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created September 3, 2018 12:54
Show Gist options
  • Select an option

  • Save Romeh/6f473612e2cc9646b6083607889ea0e8 to your computer and use it in GitHub Desktop.

Select an option

Save Romeh/6f473612e2cc9646b6083607889ea0e8 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>ru.yandex.qatools.embed</groupId>
<artifactId>postgresql-embedded</artifactId>
<version>2.9</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>1.2.0.Final</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment