mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
added connection leasing + cleanup
This commit is contained in:
parent
b1408507cb
commit
ade836c08a
12 changed files with 115 additions and 84 deletions
11
pom.xml
11
pom.xml
|
|
@ -31,14 +31,9 @@
|
|||
<module>Mage.Plugins</module>
|
||||
<module>Mage.Server.Plugins</module>
|
||||
<module>Mage.Server.Console</module>
|
||||
<module>Mage.Tests</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>sonatype-org</id>
|
||||
<url>https://maven.nuxeo.org/nexus/content/repositories/public/org/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jboss-public-repository</id>
|
||||
<name>JBoss Repository</name>
|
||||
|
|
@ -65,6 +60,10 @@
|
|||
<updatePolicy>never</updatePolicy>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-org</id>
|
||||
<url>https://maven.nuxeo.org/nexus/content/repositories/public/org/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mage.googlecode.com</id>
|
||||
<url>https://mage.googlecode.com/hg/repository/</url>
|
||||
|
|
@ -92,4 +91,4 @@
|
|||
<properties>
|
||||
<mage-version>0.8.0</mage-version>
|
||||
</properties>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue