|
Groovy example source code file (groovy-examples.pom)
The Groovy groovy-examples.pom source code
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0
<groupId>groovy
<artifactId>groovy-examples
<version>internal
<packaging>jar
<dependencies>
<dependency>
<groupId>lucene
<artifactId>lucene
<version>1.4.3
<scope>compile
</dependency>
<dependency>
<groupId>org.eclipse
<artifactId>osgi
<version>3.5.0.v20090520
<scope>compile
</dependency>
<dependency>
<groupId>commons-httpclient
<artifactId>commons-httpclient
<version>3.1
<scope>runtime
<!-- exclude non-compile scoped dependencies manually for now -->
<exclusions>
<exclusion>
<groupId>junit
<artifactId>junit
</exclusion>
<exclusion>
<groupId>commons-logging
<artifactId>commons-logging
</exclusion>
<exclusion>
<groupId>commons-codec
<artifactId>commons-codec
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>openejb
<artifactId>openejb-loader
<version>1.0
<scope>runtime
<!-- exclude unneeded libraries and specs -->
<exclusions>
<exclusion>
<groupId>log4j
<artifactId>log4j
</exclusion>
<exclusion>
<groupId>openejb
<artifactId>openejb-core
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs
<artifactId>geronimo-jta_1.0.1B_spec
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs
<artifactId>geronimo-servlet_2.4_spec
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs
<artifactId>geronimo-ejb_2.1_spec
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs
<artifactId>geronimo-j2ee-connector_1.5_spec
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Other Groovy examples (source code examples)Here is a short list of links related to this Groovy groovy-examples.pom source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.