Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: about import statements #5

Open
dralby opened this issue May 11, 2022 · 2 comments
Open

Question: about import statements #5

dralby opened this issue May 11, 2022 · 2 comments
Labels
question Further information is requested

Comments

@dralby
Copy link

dralby commented May 11, 2022

Are these obsolete or where can I find them?
"import io.fixprotocol._2020.orchestra.repository.CodeSetType;"

@dralby dralby changed the title import statements Question: about import statements May 11, 2022
@donmendelson donmendelson added the question Further information is requested label May 11, 2022
@donmendelson
Copy link
Member

Those classes are generated by JAXB in this dependency:

<dependency>
			<groupId>io.fixprotocol.orchestra</groupId>
			<artifactId>repository</artifactId>
			<version>${orchestra.version}</version>
</dependency>

@dralby
Copy link
Author

dralby commented May 12, 2022

Sorry for ignorance but does that mean no other external artefact than the orchestra file is needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants