Author: kstam
Date: Fri Jun 17 19:51:26 2011
New Revision: 1137006

URL: http://svn.apache.org/viewvc?rev=1137006&view=rev
Log:
JUDDI-488 removing profile. Not needed after all.

Modified:
    juddi/trunk/uddi-ws/pom.xml

Modified: juddi/trunk/uddi-ws/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/trunk/uddi-ws/pom.xml?rev=1137006&r1=1137005&r2=1137006&view=diff
==============================================================================
--- juddi/trunk/uddi-ws/pom.xml (original)
+++ juddi/trunk/uddi-ws/pom.xml Fri Jun 17 19:51:26 2011
@@ -52,45 +52,13 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-      <id>jaxws22</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <dependencies>
-        <!-- the JAXWS 2.2 specification -->
-        <dependency>
+    </profiles>
+       <dependencies>
+                <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
           <artifactId>geronimo-jaxws_2.2_spec</artifactId>
           <version>1.0</version>
           <type>jar</type>
         </dependency>
-      </dependencies>
-    </profile>
-    <profile>
-      <id>jaxws21</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <properties>
-        <envClassifier>jaxws21</envClassifier>
-      </properties>
-      <dependencies>
-        <!-- the JAXWS 2.1 specification -->
-        <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-jaxws_2.1_spec</artifactId>
-          <version>1.0</version>
-          <type>jar</type>
-        </dependency>
-      </dependencies>
-    </profile>
-    </profiles>
-       <dependencies>
-               <dependency>
-                       <groupId>javax.xml.bind</groupId>
-                       <artifactId>jaxb-api</artifactId>
-                       <version>2.2.2</version>
-               </dependency>
        </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to