Skip to content

Commit

Permalink
Add jboss-msc dep to the domain project
Browse files Browse the repository at this point in the history
  • Loading branch information
baileyje committed Jun 28, 2010
1 parent db6f498 commit 7d1ec3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,4 +10,4 @@ target
*.iml
*.ipr
*.iws
/.idea
.idea
4 changes: 4 additions & 0 deletions domain/pom.xml
Expand Up @@ -47,5 +47,9 @@
<groupId>org.jboss.marshalling</groupId>
<artifactId>jboss-marshalling</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.msc</groupId>
<artifactId>jboss-msc</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 7d1ec3d

Please sign in to comment.