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/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >org.epics</groupId >
6+ <artifactId >gpclient</artifactId >
7+ <version >1.0.0-SNAPSHOT</version >
8+ </parent >
9+ <artifactId >gpclient-ca</artifactId >
10+ <packaging >jar</packaging >
11+ <name >org.epics.gpclient.ca</name >
12+ <description >Support for ChannelAccess data source for the EPICS Generic Purpose Client.</description >
13+ <dependencies >
14+ <dependency >
15+ <groupId >org.epics</groupId >
16+ <artifactId >jca</artifactId >
17+ <version >2.4.1</version >
18+ </dependency >
19+ <dependency >
20+ <groupId >${project.groupId} </groupId >
21+ <artifactId >gpclient-core</artifactId >
22+ <version >${project.version} </version >
23+ </dependency >
24+ <dependency >
25+ <groupId >org.epics</groupId >
26+ <artifactId >vtype</artifactId >
27+ <version >${project.version} </version >
28+ </dependency >
29+ <dependency >
30+ <groupId >org.epics</groupId >
31+ <artifactId >epics-util</artifactId >
32+ <version >${project.version} </version >
33+ </dependency >
34+ </dependencies >
35+ <build >
36+ <plugins >
37+ <plugin >
38+ <groupId >eu.somatik.serviceloader-maven-plugin</groupId >
39+ <artifactId >serviceloader-maven-plugin</artifactId >
40+ <version >1.0.4</version >
41+ <configuration >
42+ <services >
43+ <param >org.epics.gpclient.datasource.DataSourceProvider</param >
44+ </services >
45+ </configuration >
46+ <executions >
47+ <execution >
48+ <goals >
49+ <goal >generate</goal >
50+ </goals >
51+ </execution >
52+ </executions >
53+ </plugin >
54+ </plugins >
55+ </build >
56+ </project >
0 commit comments