Skip to content

Commit

Permalink
Removed dropwizard-hibernate and dropwizard-migrations dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rvs-fluid-it committed Jun 22, 2015
1 parent d444d89 commit 564ba66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,6 @@
<version>${dropwizard.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
<version>${dropwizard.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
<version>${dropwizard.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import io.dropwizard.db.DataSourceFactory;
import io.dropwizard.db.DatabaseConfiguration;
import io.dropwizard.db.ManagedDataSource;
import io.dropwizard.hibernate.HibernateBundle;
import io.dropwizard.migrations.MigrationsBundle;

import java.util.Map;

Expand All @@ -26,9 +24,6 @@
* from your database bundle to return this factory, using a
* {@link JEEDataSourceConfiguration} defined in your application
* {@link Configuration}.
*
* @see HibernateBundle#getDataSourceFactory(io.dropwizard.Configuration)
* @see MigrationsBundle#getDataSourceFactory(io.dropwizard.Configuration)
*/
public class JEEDataSourceFactory extends DataSourceFactory {
private JEEDataSourceConfiguration configuration;
Expand Down

0 comments on commit 564ba66

Please sign in to comment.