Skip to content

Commit

Permalink
Removed the repository on ws.zones.apache.org. The artifacts for smac…
Browse files Browse the repository at this point in the history
…k are available from the Maven central repository, but with a different groupId.
  • Loading branch information
veithen committed Aug 15, 2010
1 parent c7b01a9 commit 623c4d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
19 changes: 2 additions & 17 deletions modules/xmpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,31 +81,16 @@

<!-- Smack Jabber client libraries to be included -->
<dependency>
<groupId>org.igniterealtime</groupId>
<groupId>jivesoftware</groupId>
<artifactId>smack</artifactId>
</dependency>
<dependency>
<groupId>org.igniterealtime</groupId>
<groupId>jivesoftware</groupId>
<artifactId>smackx</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>apache-ws-snapshots2</id>
<name>Apache ws.zones - 2</name>
<url>http://ws.zones.apache.org/repository2</url>
</repository>
</repositories>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@

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

0 comments on commit 623c4d5

Please sign in to comment.