Skip to content

Commit

Permalink
Using forge-jboss-modules instead of the original one
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 24, 2012
1 parent 4902bcd commit 2d36d3a
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions container/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!-- ~ JBoss, by Red Hat. ~ Copyright 2010, Red Hat, Inc., and individual contributors ~ by the @authors tag. See the copyright.txt
in the distribution for a ~ full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or
modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either
version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it
will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser
General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St,
<!-- ~ JBoss, by Red Hat. ~ Copyright 2010, Red Hat, Inc., and individual contributors ~ by the @authors tag. See the copyright.txt
in the distribution for a ~ full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or
modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either
version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it
will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser
General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St,
Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down Expand Up @@ -36,8 +36,9 @@
</dependency>

<dependency>
<groupId>org.jboss.modules</groupId>
<artifactId>jboss-modules</artifactId>
<groupId>org.jboss.forge</groupId>
<artifactId>forge-jboss-modules</artifactId>
<version>1</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
Expand Down

0 comments on commit 2d36d3a

Please sign in to comment.