Skip to content

Commit

Permalink
WFLY-4371 Remove usage of jboss-common-core in pojo subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Feb 23, 2015
1 parent 73ece60 commit 3f2aa14
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pojo/pom.xml
Expand Up @@ -62,12 +62,6 @@
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-server</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
Expand Down Expand Up @@ -97,7 +91,7 @@
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-subsystem-test</artifactId>
<type>pom</type>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 3f2aa14

Please sign in to comment.