Author: robbie
Date: Fri Jun 29 11:09:59 2012
New Revision: 1355314
URL: http://svn.apache.org/viewvc?rev=1355314&view=rev
Log:
QPID-3998: add dependency stubs for jetty components to fix the POM generation,
ensuring the same set of deps gets composed as those that end up in the broker
binary package
Added:
qpid/trunk/qpid/java/lib/poms/geronimo-servlet_2.5_spec-1.2.xml
qpid/trunk/qpid/java/lib/poms/jetty-continuation-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-http-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-io-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-security-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-server-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-servlet-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-util-7.6.3.v20120416.xml
qpid/trunk/qpid/java/lib/poms/jetty-websocket-7.6.3.v20120416.xml
Added: qpid/trunk/qpid/java/lib/poms/geronimo-servlet_2.5_spec-1.2.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/geronimo-servlet_2.5_spec-1.2.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/geronimo-servlet_2.5_spec-1.2.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/geronimo-servlet_2.5_spec-1.2.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-servlet_2.5_spec</artifactId>
+ <version>1.2</version>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-continuation-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-continuation-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-continuation-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-continuation-7.6.3.v20120416.xml Fri
Jun 29 11:09:59 2012
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-continuation</artifactId>
+ <version>7.6.3.v20120416</version>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-http-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-http-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-http-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-http-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-io-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-io-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-io-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-io-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-security-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-security-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-security-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-security-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-security</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-server-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-server-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-server-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-server-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-server</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty.orbit</groupId>
+ <artifactId>javax.servlet</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-continuation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-servlet-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-servlet-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-servlet-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-servlet-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-security</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-util-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-util-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-util-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-util-7.6.3.v20120416.xml Fri Jun 29
11:09:59 2012
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ <version>7.6.3.v20120416</version>
+</dep>
Added: qpid/trunk/qpid/java/lib/poms/jetty-websocket-7.6.3.v20120416.xml
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/lib/poms/jetty-websocket-7.6.3.v20120416.xml?rev=1355314&view=auto
==============================================================================
--- qpid/trunk/qpid/java/lib/poms/jetty-websocket-7.6.3.v20120416.xml (added)
+++ qpid/trunk/qpid/java/lib/poms/jetty-websocket-7.6.3.v20120416.xml Fri Jun
29 11:09:59 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<dep>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-websocket</artifactId>
+ <version>7.6.3.v20120416</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-util</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ </exclusions>
+</dep>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]