|
15 | 15 | <parent>
|
16 | 16 | <groupId>org.jboss.ws</groupId>
|
17 | 17 | <artifactId>jbossws-parent</artifactId>
|
18 |
| - <version>1.3.0.Final</version> |
| 18 | + <version>1.4.0-SNAPSHOT</version> |
19 | 19 | </parent>
|
20 | 20 |
|
21 | 21 | <!-- Source Control Management -->
|
22 | 22 | <scm>
|
23 | 23 | <connection>scm:git:https://github.com/jbossws/jbossws-common.git</connection>
|
24 | 24 | <developerConnection>scm:git:https://github.com/jbossws/jbossws-common.git</developerConnection>
|
25 | 25 | <url>https://github.com/jbossws/jbossws-common</url>
|
26 |
| - <tag>HEAD</tag> |
27 | 26 | </scm>
|
28 | 27 |
|
29 | 28 | <!-- Properties -->
|
30 | 29 | <properties>
|
31 | 30 | <jbossws.spi.version>3.2.0-SNAPSHOT</jbossws.spi.version>
|
32 | 31 | <jboss.jaxbintros.version>1.0.2.GA</jboss.jaxbintros.version>
|
33 | 32 | <jboss.common.core.version>2.2.17.GA</jboss.common.core.version>
|
34 |
| - <jboss-logging.version>3.1.2.GA</jboss-logging.version> |
35 |
| - <jboss-logging-processor.version>1.0.3.Final</jboss-logging-processor.version> |
| 33 | + <jboss-logging.version>3.3.0.Final</jboss-logging.version> |
| 34 | + <jboss-logging-processor.version>2.0.1.Final</jboss-logging-processor.version> |
36 | 35 | <wsdl4j.version>1.6.2</wsdl4j.version>
|
37 | 36 | <jaxrpc.api.version>1.0.1.Final</jaxrpc.api.version>
|
38 | 37 | <jms.api.version>1.0.1.Final</jms.api.version>
|
|
43 | 42 |
|
44 | 43 | <!-- Dependencies -->
|
45 | 44 | <dependencies>
|
46 |
| - |
47 | 45 | <!-- jbossws dependencies -->
|
48 | 46 | <dependency>
|
49 | 47 | <groupId>org.jboss.ws</groupId>
|
|
70 | 68 | <groupId>org.jboss.spec.javax.xml.ws</groupId>
|
71 | 69 | <artifactId>jboss-jaxws-api_2.2_spec</artifactId>
|
72 | 70 | <version>${jaxws.api.version}</version>
|
| 71 | + <scope>provided</scope> |
73 | 72 | </dependency>
|
74 | 73 | <dependency>
|
75 | 74 | <groupId>org.jboss.spec.javax.xml.rpc</groupId>
|
|
111 | 110 | <groupId>junit</groupId>
|
112 | 111 | <artifactId>junit</artifactId>
|
113 | 112 | <version>${junit.version}</version>
|
114 |
| - <scope>provided</scope> |
| 113 | + <scope>test</scope> |
115 | 114 | </dependency>
|
116 | 115 | </dependencies>
|
117 | 116 |
|
118 |
| - <!-- Plugins --> |
119 |
| - <build> |
120 |
| - <plugins> |
121 |
| - <plugin> |
122 |
| - <artifactId>maven-compiler-plugin</artifactId> |
123 |
| - <configuration> |
124 |
| - <showDeprecation>false</showDeprecation> |
125 |
| - <compilerArguments> |
126 |
| - <endorseddirs>${project.build.directory}/endorsed</endorseddirs> |
127 |
| - <AgeneratedTranslationFilesPath>${project.basedir}/target/generated-translation-files</AgeneratedTranslationFilesPath> |
128 |
| - </compilerArguments> |
129 |
| - </configuration> |
130 |
| - </plugin> |
131 |
| - <plugin> |
132 |
| - <artifactId>maven-dependency-plugin</artifactId> |
133 |
| - <executions> |
134 |
| - <execution> |
135 |
| - <phase>generate-sources</phase> |
136 |
| - <goals> |
137 |
| - <goal>copy</goal> |
138 |
| - </goals> |
139 |
| - <configuration> |
140 |
| - <artifactItems> |
141 |
| - <artifactItem> |
142 |
| - <groupId>org.jboss.spec.javax.xml.ws</groupId> |
143 |
| - <artifactId>jboss-jaxws-api_2.2_spec</artifactId> |
144 |
| - <type>jar</type> |
145 |
| - <overWrite>true</overWrite> |
146 |
| - <outputDirectory>${project.build.directory}/endorsed</outputDirectory> |
147 |
| - </artifactItem> |
148 |
| - </artifactItems> |
149 |
| - </configuration> |
150 |
| - </execution> |
151 |
| - </executions> |
152 |
| - </plugin> |
153 |
| - <plugin> |
154 |
| - <groupId>org.apache.maven.plugins</groupId> |
155 |
| - <artifactId>maven-release-plugin</artifactId> |
156 |
| - <version>2.5.2</version> |
157 |
| - <configuration> |
158 |
| - <autoVersionSubmodules>true</autoVersionSubmodules> |
159 |
| - </configuration> |
160 |
| - </plugin> |
161 |
| - </plugins> |
162 |
| - </build> |
163 |
| - |
164 |
| - |
165 | 117 | <!-- [JBWS-3666] -->
|
166 | 118 | <profiles>
|
167 | 119 | <profile>
|
|
0 commit comments