Skip to content

Commit

Permalink
PAYARA-2463 move java ee ctx util impl to web connector master (payar…
Browse files Browse the repository at this point in the history
…a#2369)

* moved JavaEE Context Implementation to gf-web-conncetor from payara-micro-services to be included in embedded

* import cleanup
  • Loading branch information
lprimak authored and Cousjava committed Feb 12, 2018
1 parent ad833dc commit 485b1a1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 28 deletions.
28 changes: 0 additions & 28 deletions appserver/payara-appserver-modules/payara-micro-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>internal-api</artifactId>
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.glassfish.main.core</groupId>
<artifactId>glassfish</artifactId>
Expand Down Expand Up @@ -100,28 +94,6 @@
<version>${project.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.deployment</groupId>
<artifactId>dol</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.web</groupId>
<artifactId>web-glue</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>container-common</artifactId>
Expand Down
22 changes: 22 additions & 0 deletions appserver/web/gf-web-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,27 @@
<artifactId>deployment-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api</artifactId>
<version>${weld-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.main.deployment</groupId>
<artifactId>dol</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.main.common</groupId>
<artifactId>container-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit 485b1a1

Please sign in to comment.