Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Integ: dbschema RELEASE712, schema2beans RELEASE82 (#22369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mskdeepak-oracle authored and yaminikb committed Dec 7, 2017
1 parent e38c352 commit cc77df3
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 380 deletions.
2 changes: 1 addition & 1 deletion appserver/load-balancer/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>schema2beans-repackaged</artifactId>
<artifactId>schema2beans</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.main.security</groupId>
Expand Down
211 changes: 0 additions & 211 deletions appserver/packager/external/dbschema/pom.xml

This file was deleted.

155 changes: 0 additions & 155 deletions appserver/packager/external/schema2beans/pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion appserver/packager/glassfish-cmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>dbschema-repackaged</artifactId>
<artifactId>dbschema</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.external</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appserver/packager/glassfish-common-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<!-- schema2beans - both CMP and LB admin now depend on it -->
<dependency>
<groupId>org.glassfish.external</groupId>
<artifactId>schema2beans-repackaged</artifactId>
<artifactId>schema2beans</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.main.extras</groupId>
Expand Down
Loading

0 comments on commit cc77df3

Please sign in to comment.