This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpom.xml
37 lines (31 loc) · 1.46 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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/xsd/maven-4.0.0.xsd">
<groupId>org.connectopensource</groupId>
<artifactId>Plugins</artifactId>
<version>4.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<name>CONNECT Plugins</name>
<url>www.connectopensource.org</url>
<description>These plugins can be used along with CONNECT.</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- JDK Versions -->
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<!-- CONNECT Dependency Versions -->
<connect.webservices.version>4.3.0-SNAPSHOT</connect.webservices.version>
<connect.commontypes.version>4.3.0-SNAPSHOT</connect.commontypes.version>
<cxf.version>2.7.3</cxf.version>
<spring.version>3.0.7.RELEASE</spring.version>
<slf4j.version>1.7.13</slf4j.version>
</properties>
<modules>
<module>XDSbPlugin</module>
<module>FHIRAdapters</module>
<module>HPD-WS-Client</module>
<module>PerformanceTestTools</module>
<module>PDMP</module>
<!--module>X12RealTimeLargePayloadTest</module-->
<module>PolicyEngineXACML</module>
</modules>
</project>