Skip to content

Commit

Permalink
java.net repository is not needed anymore. JTA is now in maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
rlovtangen authored and graemerocher committed Sep 6, 2010
1 parent 9c3221f commit b28680c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
7 changes: 4 additions & 3 deletions grails-maven-archetype.iml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<module MavenProjectsManager.isMavenModule="true" relativePaths="true" type="JAVA_MODULE" version="4">
<?xml version="1.0" encoding="UTF-8"?>
<module MavenProjectsManager.isMavenModule="true" org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" relativePaths="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
Expand All @@ -10,4 +10,5 @@
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
</module>

8 changes: 0 additions & 8 deletions src/main/resources/archetype-resources/pom.xml
Expand Up @@ -139,14 +139,6 @@
<url>http://repository.jboss.com/maven2/</url>
</repository>

<!-- Required to get hold of JTA -->
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>

<repository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org</url>
Expand Down

0 comments on commit b28680c

Please sign in to comment.