Skip to content

Commit

Permalink
Skift til sdm-core 4.1-SNAPSHOT for at bruge ny DbMigrator istedet fo…
Browse files Browse the repository at this point in the history
…r Flyway
  • Loading branch information
jrftrifork committed Sep 11, 2012
1 parent 1413626 commit bebed27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>dk.nsi.stamdata4</groupId>
<artifactId>sdm-core</artifactId>
<version>4.0</version>
<version>4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>dk.nsi.stamdata4</groupId>
<artifactId>testutils</artifactId>
<version>4.0</version>
<version>4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Expand Up @@ -6,6 +6,6 @@
public class AutorisationimporterIsUpIT {
@Test
public void statusPageReturns200OK() throws Exception {
new StatuspageChecker().assertThatStatuspageReturns200OK("autorisationimporter");
new StatuspageChecker("autorisationimporter").assertThatStatuspageReturns200OK();
}
}

0 comments on commit bebed27

Please sign in to comment.