forked from grails/grails-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dependencies.txt
168 lines (130 loc) · 6.58 KB
/
dependencies.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
The following libraries are included in Grails because they are required either for building the framework or for running the command line tools or for running Grails applications themselves.
* ant.jar, ant-nodeps.jar, ant-junit.jar, ant-launcher.jar, ant-trax.jar
- Ant 1.7.1 (http://ant.apache.org) Apache 2.0 License
- used to build the framework and for the command line tools (Gant)
- required for running Grails applications when using AntBuilder
* antlr-2.7.6.jar
- ANTLR 2.7.6 (http://www.antlr.org) BSD License
- required for running Grails applications (Hibernate)
* aspectjrt-1.6.6.jar, aspectjweaver-1.6.6.jar
- AspectJ 1.6.6 (http://www.eclipse.org/aspectj/) Eclipse Public License (EPL)
- required for running Grails applications
* cglib-nodep-2.1_3.jar
- CGLIB 2.1_3 with ObjectWeb ASM 1.5.3 (http://cglib.sourceforge.net) Apache 1.1 License
- required for running Grails applications (Spring AOP & Hibernate)
* commons-beanutils-1.8.0.jar
- Commons BeanUtils 1.8.0 (http://commons.apache.org/beanutils/) Apache 2.0 License
- required for running Grails applications
* commons-codec-1.3.jar
- Commons Codec 1.3 (http://commons.apache.org/codec/) Apache 2.0 License
- required for running Grails applications
* commons-cli-1.0.jar
- Commons CLI 1.0 (http://commons.apache.org/cli/) Apache 2.0 License
- required for the command line tools (Gant)
* commons-collections-3.2.1.jar
- Commons Collections 3.2.1 (http://commons.apache.org/collections/) Apache 2.0 License
- required for building Grails core
- required for running Grails applications
* commons-dbcp-1.2.2.jar
- Commons DBCP 1.2.2 (http://commons.apache.org/dbcp/) Apache 2.0 License
- required for building Grails core
- required for running Grails applications
* commons-el-1.0.jar
- Commons Expression Language 1.0 (http://commons.apache.org/el/) Apache 2.0 License
- required for running Grails applications
* commons-fileupload-1.2.1.jar
- Commons File Upload 1.2.1 (http://commons.apache.org/fileupload/) Apache 2.0 License
- required for running Grails applications (When using file uploads)
* commons-io-1.4.jar
- Commons I/O 1.4 (http://commons.apache.org/io/) Apache 2.0 License
- required for running Grails applications
* commons-lang-2.4.jar
- Commons Lang 2.4 (http://commons.apache.org/lang/) Apache 2.0 License
- required for building Grails core
- required for running Grails application
* commons-pool-1.5.3.jar
- Commons Pool 1.5.3 (http://commons.apache.org/pool/) Apache 2.0 License
- required for running Grails applications
* commons-validator-1.3.1.jar
- Commons Validator 1.3.1 (http://commons.apache.org/validator/) Apache 2.0 License
- required for building Grails core
- required for running Grails applications
* dom4j-1.6.1.jar
- Dom4J 1.6.1 (http://dom4j.org/) BSD Style License (see http://www.dom4j.org/license.html)
- required for building Grails core
- required for running Grails applications
* ejb3-persistence-1.0.2.GA.jar
- EJB 3.0 Final Release
- required for running Grails applications (When using Hibernate EJB3 annotations)
* ehcache-1.5.0.jar
- EHCache 1.5.0 (http://ehcache.sourceforge.net/) Apache 2.0 License
- required if you want to use EHCache as your second-level cache
- optional otherwise
* gant_groovy1.7-1.9.2.jar
- Gant 1.9.2 (http://gant.codehaus.org) Apache 2.0 License
- required for the command line tools (Gant)
* groovy-all-1.7.2.jar
- Groovy 1.7.2 (http://groovy.codehaus.org) Apache 2.0 License
- required for the command line tools (Gant)
- required for building Grails core
- required for running Grails applications
* hibernate-annotations.jar, hibernate-commons-annotations.jar
- Hibernate Annotations 3.4.0 GA (http://annotations.hibernate.org) LGPL License
- required for running Grails applications (When using Hibernate EJB3 annotations)
* hibernate3.jar
- Hibernate 3.3.1 GA (http://www.hibernate.org) LGPL License
- required for building Grails core
- required for running Grails applications
* hsqldb-1.8.0.10.jar
- HSQLDB 1.8.0.10 (http://hsqldb.org/) HSQLDB License (see http://hsqldb.org/web/hsqlLicense.html)
- required for building Grails core
- required for running Grails applications (With an in-memory database)
* javassist-3.8.0.GA.jar
- Javassist 3.8 (http://www.jboss.org/javassist/) MPL or LGPL License
- required for running Grails applications
* jline-0.9.91.jar
- JLine 0.9.91 (http://jline.sourceforge.net/)
- required for the Grails shell
* jsp-api-2.1.jar
- Java Server Pages 2.1 Spec
- required for building Grails core
- required for running Grails applications
* jta-1.1.jar
- Java Transaction API
- required for running Grails applications
* junit-4.8.1.jar
- JUnit 4.8.1 (http://junit.org) CPL 1.0 License
- required for building Grails core
- required for the command line tools (Gant)
* log4j-1.2.15.jar
- Log4J 1.2.15 (http://logging.apache.org/log4j/) Apache 2.0 License
- required for running Grails applications
* ognl-2.7.3.jar
- OGNL 2.7.3 (http://www.ognl.org/) OGNL License (http://www.ognl.org/copyright.html)
- required for running Grails applications (When using Web Flows)
* oro-2.0.8.jar
- Jakarta ORO 2.0.8 (http://jakarta.apache.org/oro/) Apache 2.0 License
- required for running Grails applications
* sitemesh-2.4.jar
- Sitemesh 2.4 (http://www.opensymphony.com/sitemesh) OpenSymphony Software License (see http://www.opensymphony.com/sitemesh/license.action)
- required for building Grails core
- required for running Grails applications
* slf4j-api-1.5.6.jar, slf4j-log4j12-1.5.6.jar
- Simple Logging Facade for Java 1.5.6 (http://www.slf4j.org/) MIT License (http://www.slf4j.org/license.html)
- required for building Grails core
- required for running Grails applications
* org.springframework.*.jar
- Spring Framework 3.0.0.RC2 (http://www.springframework.org) Apache 2.0 License
- required for building Grails core
- required for the command line tools (Gant)
- required for running Grails applications
* org.springframework.webflow-2.0.8.RELEASE.jar, org.springframework.binding-2.0.8.RELEASE.jar, org.springframework.js-2.0.8.RELEASE.jar
- Spring Web Flow 2.0.8 (http://www.springframework.org) Apache 2.0 License
- required for building Grails core
- required for running Grails applications (When using Web flows)
* svnkit-1.3.1.jar
- SVNKit 1.3.1 (http://svnkit.com/) TMate Open Source License (see http://svnkit.com/license.html)
- required for the command line tools (Gant)
* xpp3_min-1.1.3.4.O.jar
- XML Pull Parser (XPP) 1.1.3.4.O (http://www.extreme.indiana.edu/xgws/xsoap/xpp/) Indiana University Extreme! Lab Software License (see http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt)
- required for running Grails applications (dependency of XStream 1.2.1)