Skip to content

Commit

Permalink
Merge pull request #3 from drazzib/master
Browse files Browse the repository at this point in the history
Upgrade for io.dropwizard artifacts
  • Loading branch information
federecio committed Jan 15, 2014
2 parents cd1aae8 + f1fed0a commit f59c3cb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependencies>
<!-- DropWizard -->
<dependency>
<groupId>com.codahale.dropwizard</groupId>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<version>${dropwizard.version}</version>
</dependency>
Expand All @@ -47,4 +47,11 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>

<repositories>
<repository>
<id>sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
</project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.federecio.dropwizard.junitrunner;

import com.codahale.dropwizard.Application;
import io.dropwizard.Application;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.BlockJUnit4ClassRunner;
import org.junit.runners.model.InitializationError;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.federecio.dropwizard.junitrunner;

import com.codahale.dropwizard.Application;
import io.dropwizard.Application;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.federecio.dropwizard.junitrunner;

import com.codahale.dropwizard.Application;
import com.codahale.dropwizard.setup.Bootstrap;
import com.codahale.dropwizard.setup.Environment;
import io.dropwizard.Application;
import io.dropwizard.setup.Bootstrap;
import io.dropwizard.setup.Environment;

/**
* @author Federico Recio
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.federecio.dropwizard.junitrunner;

import com.codahale.dropwizard.Configuration;
import io.dropwizard.Configuration;

/**
* @author Federico Recio
Expand Down

0 comments on commit f59c3cb

Please sign in to comment.