Skip to content

Commit

Permalink
update distribution dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Mar 20, 2011
1 parent 6459754 commit 9e8ced8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 21 deletions.
52 changes: 31 additions & 21 deletions dist/pom.xml
Expand Up @@ -59,13 +59,6 @@
<version>1.1</version>
</dependency>

<!-- Remove once remoting uses ales' new conversation module -->
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.1.0.CR3</version>
</dependency>

<dependency>
<!-- JBoss Java EE 6.0 spec bom uses wrong groupId
<groupId>javax.faces</groupId>
Expand Down Expand Up @@ -98,7 +91,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
</dependency>
</dependency>

<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
</dependency>

<!-- Seam Modules -->

Expand All @@ -122,6 +120,12 @@
<version>${seam.catch.version}</version>
<type>zip</type>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Seam Config -->
Expand All @@ -145,6 +149,12 @@
<version>${seam.config.version}</version>
<type>zip</type>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Seam Persistence -->
Expand Down Expand Up @@ -239,23 +249,23 @@

<dependency>
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>seam-remoting-helloworld-example</artifactId>
<artifactId>seam-remoting-example-helloworld</artifactId>
<version>${seam.remoting.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>seam-remoting-model-example</artifactId>
<artifactId>seam-remoting-example-model</artifactId>
<version>${seam.remoting.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.remoting</groupId>
<artifactId>seam-remoting-validation-example</artifactId>
<artifactId>seam-remoting-example-validation</artifactId>
<version>${seam.remoting.version}</version>
<type>zip</type>
<optional>true</optional>
Expand All @@ -274,26 +284,26 @@
<classifier>sources</classifier>
<version>${seam.rest.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-tasks-example</artifactId>
<artifactId>seam-rest-example-client</artifactId>
<version>${seam.rest.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependency>

<dependency>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-tasks-statistics-example</artifactId>
<artifactId>seam-rest-example-tasks</artifactId>
<version>${seam.rest.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>
</dependency>

<dependency>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-jaxrs-exceptions-example</artifactId>
<artifactId>seam-rest-example-exceptions</artifactId>
<version>${seam.rest.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down Expand Up @@ -327,23 +337,23 @@

<dependency>
<groupId>org.jboss.seam.security</groupId>
<artifactId>seam-security-simple-example</artifactId>
<artifactId>seam-security-example-simple</artifactId>
<version>${seam.security.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.security</groupId>
<artifactId>seam-security-idmconsole-example</artifactId>
<artifactId>seam-security-example-idmconsole</artifactId>
<version>${seam.security.version}</version>
<type>zip</type>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.security</groupId>
<artifactId>openid-rp</artifactId>
<artifactId>seam-security-example-openid-rp</artifactId>
<version>${seam.security.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down Expand Up @@ -393,7 +403,7 @@

<dependency>
<groupId>org.jboss.seam.validation</groupId>
<artifactId>seam-validation-example</artifactId>
<artifactId>seam-validation-example-helloworld</artifactId>
<version>${seam.validation.version}</version>
<type>zip</type>
<optional>true</optional>
Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Expand Up @@ -34,6 +34,7 @@
<hibernate.core.version>3.6.0.Final</hibernate.core.version>
<hibernate.search.version>3.3.0.Final</hibernate.search.version>
<drools.version>5.1.1</drools.version>
<jboss.logmanager.version>1.2.0.CR4</jboss.logmanager.version>
<jbpm.version>4.2</jbpm.version>
<picketlink.idm.version>1.5.0.Alpha02</picketlink.idm.version>
<joda.time.version>1.6</joda.time.version>
Expand Down Expand Up @@ -197,6 +198,12 @@
<version>${picketlink.idm.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
<version>${jboss.logmanager.version}</version>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
Expand Down Expand Up @@ -462,6 +469,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.seam.validation</groupId>
<artifactId>seam-validation</artifactId>
<version>${seam.validation.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.validation</groupId>
<artifactId>seam-validation-api</artifactId>
Expand Down

0 comments on commit 9e8ced8

Please sign in to comment.