]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
9cec51cb26eb1f45e7e46e6dd7070b0703c446b1
[gpl/argeo-slc.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>slc-jemmy</artifactId>
7 <name>SLC Jemmy</name>
8 <version>0.1.1-SNAPSHOT</version>
9 <description />
10 <build>
11 <filters></filters>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-compiler-plugin</artifactId>
16 <configuration>
17 <source>1.3</source>
18 <target>1.3</target>
19 </configuration>
20 </plugin>
21 <plugin>
22 <groupId>org.apache.maven.plugins</groupId>
23 <artifactId>maven-source-plugin</artifactId>
24 <executions>
25 <execution>
26 <id>attach-sources</id>
27 <phase>package</phase>
28 <goals>
29 <goal>jar</goal>
30 </goals>
31 </execution>
32 </executions>
33 </plugin>
34 </plugins>
35 </build>
36 <profiles></profiles>
37 <dependencies>
38 <dependency>
39 <groupId>org.netbeans</groupId>
40 <artifactId>jemmy</artifactId>
41 <version>2.2.7.5</version>
42 </dependency>
43 <dependency>
44 <groupId>commons-logging</groupId>
45 <artifactId>commons-logging</artifactId>
46 <version>1.1.1</version>
47 </dependency>
48 <dependency>
49 <groupId>log4j</groupId>
50 <artifactId>log4j</artifactId>
51 <version>1.2.15</version>
52 <exclusions>
53 <exclusion>
54 <groupId>com.sun.jmx</groupId>
55 <artifactId>jmxri</artifactId>
56 </exclusion>
57 <exclusion>
58 <groupId>com.sun.jdmk</groupId>
59 <artifactId>jmxtools</artifactId>
60 </exclusion>
61 <exclusion>
62 <groupId>javax.mail</groupId>
63 <artifactId>mail</artifactId>
64 </exclusion>
65 <exclusion>
66 <groupId>javax.jms</groupId>
67 <artifactId>jms</artifactId>
68 </exclusion>
69 </exclusions>
70 </dependency>
71 </dependencies>
72 <dependencyManagement>
73 <dependencies></dependencies>
74 </dependencyManagement>
75
76 </project>