Skip to content

Commit

Permalink
updating hibernate plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Jan 7, 2014
1 parent 278d3d7 commit 6b26317
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@

<!-- hibernate deps -->
<dependency>
<groupId>br.com.caelum.vraptor</groupId>
<artifactId>vraptor-plugin-hibernate4</artifactId>
<version>1.0.3-SNAPSHOT</version>
<groupId>br.com.caelum</groupId>
<artifactId>vraptor-hibernate</artifactId>
<version>4.0.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.hibernate</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import br.com.caelum.vraptor.Get;
import br.com.caelum.vraptor.Post;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.plugin.hibernate4.extra.Load;
import br.com.caelum.vraptor.hibernate.extra.Load;
import br.com.caelum.vraptor.simplemail.template.BundleFormatter;
import br.com.caelum.vraptor.validator.Validator;
import br.com.caelum.vraptor.view.Results;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import br.com.caelum.vraptor.Get;
import br.com.caelum.vraptor.Post;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.plugin.hibernate4.extra.Load;
import br.com.caelum.vraptor.hibernate.extra.Load;

@Controller
public class NewsController {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import br.com.caelum.vraptor.Get;
import br.com.caelum.vraptor.Post;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.plugin.hibernate4.extra.Load;
import br.com.caelum.vraptor.hibernate.extra.Load;
import br.com.caelum.vraptor.validator.Validator;
import br.com.caelum.vraptor.view.Results;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import br.com.caelum.vraptor.Get;
import br.com.caelum.vraptor.Post;
import br.com.caelum.vraptor.Result;
import br.com.caelum.vraptor.plugin.hibernate4.extra.Load;
import br.com.caelum.vraptor.hibernate.extra.Load;

@Controller
public class UserProfileController extends BaseController{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

import br.com.caelum.brutal.infra.AfterSuccessfulTransaction;
import br.com.caelum.vraptor.Intercepts;
import br.com.caelum.vraptor.hibernate.HibernateTransactionInterceptor;
import br.com.caelum.vraptor.http.MutableResponse;
import br.com.caelum.vraptor.interceptor.SimpleInterceptorStack;
import br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor;
import br.com.caelum.vraptor.validator.Validator;

@Intercepts
Expand Down

0 comments on commit 6b26317

Please sign in to comment.