Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 93725ac

Browse files
author
Arun Gupta
committed
Adding a pom.xml
Former-commit-id: a9267236ae1779e05e778ec3f7dc2570f5fe3de1
1 parent 19f2322 commit 93725ac

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

samples/jta/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<parent>
4+
<groupId>org.sample</groupId>
5+
<artifactId>javaee7-samples</artifactId>
6+
<version>1.0-SNAPSHOT</version>
7+
<relativePath>../pom.xml</relativePath>
8+
</parent>
9+
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<groupId>org.sample</groupId>
13+
<artifactId>jta</artifactId>
14+
<version>1.0-SNAPSHOT</version>
15+
<packaging>pom</packaging>
16+
<name>jta</name>
17+
18+
<modules>
19+
<module>transactional</module>
20+
<module>transaction-scope</module>
21+
<module>user-transaction</module>
22+
<module>tx-exception</module>
23+
</modules>
24+
</project>

0 commit comments

Comments
 (0)