Geronimo :: Kernel.
Geronimo Kernel.
Here is the list of declaration for geronimo-kernel. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-kernel</artifactId> <version>1.1.1</version> </dependency>
If you think this Maven repository POM file listing for geronimo-kernel is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The geronimo-kernel-1.1.1 has 11 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | commons-logging 1.0.4 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 273 |
Template | velocity 1.4 Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code. | 71 |
The following plugins are used in the geronimo-kernel-1.1.1.jar
The following packages are defined in the geronimo-kernel-1.1.1.jar
org.apache.geronimo.gbean org.apache.geronimo.gbean.runtime org.apache.geronimo.kernel org.apache.geronimo.kernel.basic org.apache.geronimo.kernel.classloader org.apache.geronimo.kernel.config org.apache.geronimo.kernel.config.xstream org.apache.geronimo.kernel.lifecycle org.apache.geronimo.kernel.log org.apache.geronimo.kernel.management org.apache.geronimo.kernel.proxy org.apache.geronimo.kernel.repository org.apache.geronimo.kernel.util
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>geronimo</groupId> <artifactId>geronimo-kernel</artifactId> <name>Geronimo :: Kernel</name> <version>1.1.1</version> <description>Geronimo Kernel</description> <url>http://incubator.apache.org/projects/geronimo/kernel/</url> <issueManagement> <url>http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>dev@geronimo.apache.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2003</inceptionYear> <mailingLists> <mailingList> <name>Geronimo User List</name> <subscribe>user-subscribe@geronimo.apache.org</subscribe> <unsubscribe>user-unsubscribe@geronimo.apache.org</unsubscribe> <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=user@geronimo.apache.org</archive> </mailingList> <mailingList> <name>Geronimo Developer List</name> <subscribe>dev-subscribe@geronimo.apache.org</subscribe> <unsubscribe>dev-unsubscribe@geronimo.apache.org</unsubscribe> <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=dev@geronimo.apache.org</archive> </mailingList> <mailingList> <name>Geronimo Source Control List</name> <subscribe>scm-subscribe@geronimo.apache.org</subscribe> <unsubscribe>scm-unsubscribe@geronimo.apache.org</unsubscribe> <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=scm@geronimo.apache.org</archive> </mailingList> </mailingLists> <contributors> <contributor> <name>Alex Blewitt</name> <email>Alex.Blewitt@ioshq.com</email> </contributor> <contributor> <name>Brendan W. McAdams</name> <email>bmcadams@sluggy.com</email> </contributor> <contributor> <name>Brent Worden</name> <email>brent@worden.org</email> </contributor> <contributor> <name>Davanum Srinivas</name> <email>dims@yahoo.com</email> </contributor> <contributor> <name>Ed Letifov</name> <email>e.letifov@chello.nl</email> </contributor> <contributor> <name>Kristian Koehler</name> <email>Kristian.Koehler@gmx.de</email> </contributor> <contributor> <name>Maas van den Berg</name> <email>email@dds.nl</email> </contributor> <contributor> <name>N. Alex Rupp</name> <email>alex@nrfx.com</email> </contributor> <contributor> <name>Siva</name> <email>siva@sivasundaram.com</email> </contributor> </contributors> <scm> <connection>scm:subversion:http://svn.apache.org/repos/asf/geronimo/trunk</connection> <developerConnection>scm:subversion:https://svn.apache.org/repos/asf/geronimo/trunk</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN</url> </scm> <organization> <name>Apache Software Foundation</name> <url>http://geronimo.apache.org/</url> </organization> <build> <sourceDirectory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/java</sourceDirectory> <testSourceDirectory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/test</testSourceDirectory> <resources> <resource> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/java</directory> <includes> <include>**/*.properties</include> </includes> </resource> <resource> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/resources</directory> <includes> <include>**/*</include> </includes> </resource> <resource> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/target/etc</directory> <includes> <include>META-INF/geronimo-dependency.xml</include> </includes> </resource> <resource> <targetPath>META-INF</targetPath> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel</directory> <includes> <include>NOTICE.txt</include> </includes> </resource> </resources> <testResources> <testResource> <targetPath>META-INF</targetPath> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src</directory> <includes> <include>schema/**</include> </includes> </testResource> <testResource> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/test-data</directory> <includes> <include>**/*</include> </includes> </testResource> <testResource> <directory>/Users/hogstrom/Geronimo_1.1.1_Release/geronimo-1.1.1-rc4/modules/kernel/src/test-resources</directory> <includes> <include>**/*</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <includes> <include>**/*Test.java</include> </includes> <excludes> <exclude>**/Abstract*.java</exclude> </excludes> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-deployment_1.1_spec</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-qname_1.1_spec</artifactId> <version>1.0.1</version> <type>test</type> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.1_3</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> </dependency> <dependency> <groupId>mx4j</groupId> <artifactId>mx4j</artifactId> <version>3.0.1</version> </dependency> <dependency> <groupId>xstream</groupId> <artifactId>xstream</artifactId> <version>1.1.3</version> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.3</version> </dependency> <dependency> <groupId>commons-jelly</groupId> <artifactId>commons-jelly-tags-velocity</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>1.4</version> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///www/incubator.apache.org/projects/geronimo/builds/kernel</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://geronimo.apache.org//www/incubator.apache.org/projects/geronimo/kernel</url> </site> <status>converted</status> </distributionManagement> </project>