]> git.argeo.org Git - gpl/argeo-tp.git/blob - pom.xml
Make javax.transaction a framework extension
[gpl/argeo-tp.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc</groupId>
6 <artifactId>lib</artifactId>
7 <version>1.2.0</version>
8 </parent>
9 <groupId>org.argeo.tp.factory</groupId>
10 <artifactId>org.argeo.tp.factory.core</artifactId>
11 <version>2.1.10-SNAPSHOT</version>
12 <name>Third Party Factory</name>
13 <properties>
14 <additionalImports.slc-lib>
15 javax.security.auth.callback;resolution:="optional"
16 </additionalImports.slc-lib>
17 </properties>
18 <build>
19 <resources>
20 <resource>
21 <directory>.</directory>
22 <includes>
23 <include>META-INF/**</include>
24 </includes>
25 </resource>
26 </resources>
27 <plugins>
28 <plugin>
29 <groupId>org.argeo.maven.plugins</groupId>
30 <artifactId>maven-argeo-osgi-plugin</artifactId>
31 <executions>
32 <execution>
33 <id>generate-descriptors</id>
34 <goals>
35 <goal>descriptors</goal>
36 </goals>
37 <phase>generate-resources</phase>
38 </execution>
39 </executions>
40 </plugin>
41 </plugins>
42 </build>
43 <dependencies>
44 <dependency>
45 <groupId>org.argeo.slc</groupId>
46 <artifactId>org.argeo.slc.repo</artifactId>
47 <version>${version.slc}</version>
48 </dependency>
49 <dependency>
50 <groupId>org.argeo.slc</groupId>
51 <artifactId>org.argeo.slc.dep.rcp</artifactId>
52 <version>${version.slc}</version>
53 <scope>test</scope>
54 </dependency>
55 </dependencies>
56 <repositories>
57 <repository>
58 <id>argeo-slc</id>
59 <url>http://repo.argeo.org/data/public/java/argeo-slc-1.2</url>
60 <releases>
61 <enabled>true</enabled>
62 <updatePolicy>daily</updatePolicy>
63 <checksumPolicy>fail</checksumPolicy>
64 </releases>
65 </repository>
66 </repositories>
67 </project>