|
40 | 40 | holder. |
41 | 41 |
|
42 | 42 | --> |
43 | | -<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"> |
| 43 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 44 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
44 | 45 | <modelVersion>4.0.0</modelVersion> |
45 | 46 | <parent> |
46 | | - <groupId>org.glassfish.jersey.tests.integration</groupId> |
47 | | - <artifactId>project</artifactId> |
48 | | - <version>2.14-SNAPSHOT</version> |
| 47 | + <groupId>org.glassfish.jersey.tests.integration</groupId> |
| 48 | + <artifactId>project</artifactId> |
| 49 | + <version>2.14-SNAPSHOT</version> |
49 | 50 | </parent> |
50 | 51 | <artifactId>ejb-jax-rs-ear1</artifactId> |
51 | 52 | <packaging>ear</packaging> |
|
58 | 59 |
|
59 | 60 | <build> |
60 | 61 | <plugins> |
61 | | - <plugin> |
62 | | - <groupId>org.apache.maven.plugins</groupId> |
63 | | - <artifactId>maven-compiler-plugin</artifactId> |
64 | | - <version>3.1</version> |
65 | | - <configuration> |
66 | | - <source>1.7</source> |
67 | | - <target>1.7</target> |
68 | | - </configuration> |
69 | | - </plugin> |
70 | 62 | <plugin> |
71 | 63 | <groupId>org.apache.maven.plugins</groupId> |
72 | 64 | <artifactId>maven-ear-plugin</artifactId> |
73 | | - <version>2.8</version> |
74 | 65 | <configuration> |
75 | 66 | <version>6</version> |
76 | 67 | <defaultLibBundleDir>APP-INF/lib</defaultLibBundleDir> |
|
90 | 81 | </build> |
91 | 82 |
|
92 | 83 | <dependencies> |
93 | | - <dependency> |
94 | | - <groupId>org.glassfish.jersey.tests.integration</groupId> |
95 | | - <artifactId>ejb-jax-rs-web1</artifactId> |
96 | | - <type>war</type> |
97 | | - <version>${project.version}</version> |
98 | | - </dependency> |
99 | | - <dependency> |
100 | | - <groupId>org.glassfish.jersey.tests.integration</groupId> |
101 | | - <artifactId>ejb-lib</artifactId> |
102 | | - <type>ejb</type> |
103 | | - <version>${project.version}</version> |
104 | | - </dependency> |
| 84 | + <dependency> |
| 85 | + <groupId>org.glassfish.jersey.tests.integration</groupId> |
| 86 | + <artifactId>ejb-jax-rs-web1</artifactId> |
| 87 | + <type>war</type> |
| 88 | + <version>${project.version}</version> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>org.glassfish.jersey.tests.integration</groupId> |
| 92 | + <artifactId>ejb-lib</artifactId> |
| 93 | + <type>ejb</type> |
| 94 | + <version>${project.version}</version> |
| 95 | + </dependency> |
105 | 96 | </dependencies> |
106 | 97 | </project> |
0 commit comments