You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/09/23 15:53:52 UTC

cxf git commit: [CXF-7069] Removing the commented pom section where build-time OpneJPA enhancement is done as it is not needed now

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 88cde3652 -> 60cf6aa4f


[CXF-7069] Removing the commented pom section where build-time OpneJPA enhancement is done as it is not needed now


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/60cf6aa4
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/60cf6aa4
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/60cf6aa4

Branch: refs/heads/3.1.x-fixes
Commit: 60cf6aa4f8a6323130133c4271691edd6f39d0b1
Parents: 88cde36
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Sep 23 16:53:22 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Sep 23 16:53:22 2016 +0100

----------------------------------------------------------------------
 rt/rs/security/oauth-parent/oauth2/pom.xml | 29 ------------------------
 rt/rs/security/sso/oidc/pom.xml            | 30 -------------------------
 2 files changed, 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/60cf6aa4/rt/rs/security/oauth-parent/oauth2/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml
index 4c90679..2be5542 100644
--- a/rt/rs/security/oauth-parent/oauth2/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2/pom.xml
@@ -235,35 +235,6 @@
           </execution>
         </executions>
       </plugin>
-      <!--
-       <plugin>
-           <groupId>org.apache.openjpa</groupId>
-           <artifactId>openjpa-maven-plugin</artifactId>
-           <version>${cxf.openjpa.version}</version>
-           <configuration>
-               <includes>
-                  org/apache/cxf/rs/security/oauth2/common/Client.class,
-                  org/apache/cxf/rs/security/oauth2/common/UserSubject.class,
-                  org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrant,
-                  org/apache/cxf/rs/security/oauth2/grants/code/ServerAuthorizationCodeGrant.class,
-                  org/apache/cxf/rs/security/oauth2/tokens/bearer/BearerAccessToken.class,
-                  org/apache/cxf/rs/security/oauth2/common/ServerAccessToken.class,
-                  org/apache/cxf/rs/security/oauth2/common/AccessToken.class,
-                  org/apache/cxf/rs/security/oauth2/tokens/refresh/RefreshToken.class,
-                  org/apache/cxf/rs/security/oauth2/common/OAuthPermission.class
-               </includes>
-           </configuration>
-           <executions>
-               <execution>
-                   <id>enhancer</id>
-                   <phase>process-test-classes</phase>
-                   <goals>
-                       <goal>test-enhance</goal>
-                   </goals>
-               </execution>
-           </executions>
-       </plugin>
-       -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/60cf6aa4/rt/rs/security/sso/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index c09336b..9577214 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -180,36 +180,6 @@
           </execution>
         </executions>
       </plugin>
-      <!--
-      <plugin>
-          <groupId>org.apache.openjpa</groupId>
-          <artifactId>openjpa-maven-plugin</artifactId>
-          <version>${cxf.openjpa.version}</version>
-          <configuration>
-              <includes>
-                 org/apache/cxf/rs/security/oidc/idp/OidcUserSubject.class,
-                 org/apache/cxf/rs/security/oauth2/common/Client.class,
-                 org/apache/cxf/rs/security/oauth2/common/UserSubject.class,
-                 org/apache/cxf/rs/security/oauth2/grants/code/AuthorizationCodeGrant,
-                 org/apache/cxf/rs/security/oauth2/grants/code/ServerAuthorizationCodeGrant.class,
-                 org/apache/cxf/rs/security/oauth2/tokens/bearer/BearerAccessToken.class,
-                 org/apache/cxf/rs/security/oauth2/common/ServerAccessToken.class,
-                 org/apache/cxf/rs/security/oauth2/common/AccessToken.class,
-                 org/apache/cxf/rs/security/oauth2/tokens/refresh/RefreshToken.class,
-                 org/apache/cxf/rs/security/oauth2/common/OAuthPermission.class
-              </includes>
-          </configuration>
-          <executions>
-              <execution>
-                  <id>enhancer</id>
-                  <phase>process-test-classes</phase>
-                  <goals>
-                      <goal>test-enhance</goal>
-                  </goals>
-              </execution>
-          </executions>
-      </plugin>
-      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>