Skip to content

Commit

Permalink
Merge pull request #1922 from arjantijms/move_appclient_to_tck_appclient
Browse files Browse the repository at this point in the history
Move appclient to tcks appclient
  • Loading branch information
arjantijms authored Feb 12, 2025
2 parents 78e70b7 + 99fd051 commit efcd4c6
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions tcks/profiles/platform/appclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
<groupId>jakarta.ejb</groupId>
<artifactId>jakarta.ejb-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.jms</groupId>
<artifactId>jakarta.jms-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

package com.sun.ts.tests.appclient.deploy.metadatacomplete.testapp;

import jakarta.annotation.ManagedBean;
import jakarta.annotation.PostConstruct;
import jakarta.annotation.PreDestroy;
import jakarta.inject.Named;

@ManagedBean("mybean")
@Named("mybean")
public class TestBean {

public TestBean() {
Expand Down

0 comments on commit efcd4c6

Please sign in to comment.