Skip to content

Commit

Permalink
No need to use dependency management for dependencies used only by a …
Browse files Browse the repository at this point in the history
…specific module.
  • Loading branch information
veithen committed Nov 16, 2012
1 parent b69265e commit 2442d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions modules/xmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smack</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,16 +315,6 @@
</dependency>

<!-- Smack Jabber client libraries to be included -->
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smack</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit 2442d93

Please sign in to comment.