Changeset 2177
- Timestamp:
- Feb 29, 2012, 3:56:42 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 7 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r2176 r2177 1 1 #Grails Metadata file 2 # Tue Feb 21 10:01:05CET 20122 #Wed Feb 29 14:35:23 CET 2012 3 3 app.build.display.info=1 4 4 app.build.svn.revision=1079 … … 11 11 plugins.ajaxflow=0.2.1 12 12 plugins.crypto=2.0 13 plugins.db-util=0.414 13 plugins.famfamfam=1.0.1 15 14 plugins.gdt=0.1.9 … … 18 17 plugins.grom=0.2.3 19 18 plugins.hibernate=1.3.7 20 plugins.jquery=1.7 19 plugins.jquery=1.7.1 21 20 plugins.jumpbar=0.1.5 22 21 plugins.mail=1.0-SNAPSHOT 23 plugins.oauth=0.1024 22 plugins.spring-security-core=1.1.3 25 23 plugins.tomcat=1.3.7.2 -
trunk/grails-app/conf/BuildConfig.groovy
r1973 r2177 30 30 //mavenLocal() 31 31 mavenCentral() 32 mavenRepo 'http://repository.jboss.org/maven2/'33 32 mavenRepo "http://nexus.nmcdsp.org/content/repositories/releases" 33 // mavenRepo "http://snapshots.repository.codehaus.org" 34 mavenRepo "http://repository.codehaus.org" 35 mavenRepo "http://download.java.net/maven/2/" 36 mavenRepo "http://repository.jboss.org" 37 mavenRepo "http://maven.nuxeo.org/nexus/content/repositories/public" 38 34 39 //mavenRepo "http://snapshots.repository.codehaus.org" 35 40 //mavenRepo "http://repository.codehaus.org" … … 40 45 // specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg. 41 46 // runtime 'mysql:mysql-connector-java:5.1.5' 42 build 'org.codehaus.gpars:gpars:0.11' 47 // build 'org.codehaus.gpars:gpars:0.11' 48 runtime 'postgresql:postgresql:9.1-901.jdbc3' 49 compile 'org.apache.poi:poi:3.7' 50 compile 'org.apache.poi:poi-ooxml:3.7' 51 compile 'org.apache.poi:poi-ooxml-schemas:3.7' 52 // compile 'xmlbeans:xbean:2.2.0' 53 54 // compile 'org.apache.poi:poi:3.7' 55 // compile 'org.apache.poi:poi-ooxml:3.7' 56 // compile 'org.apache.poi:poi-ooxml-schemas:3.7' 57 // http://repo1.maven.org/maven2/xmlbeans/xbean/2.2.0/xbean-2.2.0.jar 58 // http://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar 59 // https://maven.nuxeo.org/nexus/content/repositories/public/org/jrobin/jrobin/1.5.9/jrobin-1.5.9.jar 43 60 } 44 61 }
Note: See TracChangeset
for help on using the changeset viewer.