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

Embedded apps/pom.xml does not have sikuli-api-1.2.0 #39

Open
jguglielmi opened this issue Sep 8, 2014 · 1 comment
Open

Embedded apps/pom.xml does not have sikuli-api-1.2.0 #39

jguglielmi opened this issue Sep 8, 2014 · 1 comment
Assignees
Labels

Comments

@jguglielmi
Copy link

The package org.sikuli.api is missing which exists within sikuli-api-1.2.0.jar. The dependency exists within the main pom.xml, but not within the sub pom.xml unless the user jars the main pom with dependencies. Seeing as how this entry does not exist within the main pom.xml, Github should include this entry.

    <dependency>
        <groupId>org.sikuli</groupId>
        <artifactId>sikuli-api</artifactId>
        <version>1.2.0</version>
    </dependency>
@jguglielmi
Copy link
Author

In addition, there are missing entries including for the package com.sampullara and for jarring with dependencies within the pom. The pom in github is not reflective of the actual API in Maven.

@doubleshow doubleshow added the bug label Sep 16, 2014
@doubleshow doubleshow self-assigned this Sep 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants