Skip to content

Commit

Permalink
Move appclient to tcks appclient
Browse files Browse the repository at this point in the history
  • Loading branch information
arjantijms committed Feb 12, 2025
1 parent 78e70b7 commit 99fd051
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 99fd051

Please sign in to comment.