Skip to content

Commit

Permalink
update parent and bom versions, fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Jan 26, 2011
1 parent 3c9d96e commit 030a064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions impl/pom.xml
Expand Up @@ -40,12 +40,7 @@

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-api</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-impl</artifactId>
<artifactId>seam-solder</artifactId>
</dependency>

<dependency>
Expand Down
Expand Up @@ -5,11 +5,11 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import org.jboss.seam.solder.servicehandler.ServiceHandler;
import org.jboss.seam.solder.serviceHandler.ServiceHandlerType;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@ServiceHandler(ExceptionResponseServiceHandler.class)
@ServiceHandlerType(ExceptionResponseServiceHandler.class)
public @interface ExceptionResponses
{
}
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-parent</artifactId>
<version>5</version>
<version>8</version>
</parent>

<groupId>org.jboss.seam.servlet</groupId>
Expand Down Expand Up @@ -49,7 +49,7 @@
</modules>

<properties>
<seam.version>3.0.0.b04</seam.version>
<seam.version>3.0.0.b07</seam.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 030a064

Please sign in to comment.