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

Problems building the project... #42

Closed
daharon opened this issue May 23, 2011 · 1 comment
Closed

Problems building the project... #42

daharon opened this issue May 23, 2011 · 1 comment

Comments

@daharon
Copy link

daharon commented May 23, 2011

I have a patch that I need to test before submitting (re: Allowing multiple hosts/regexes/severities/etc to be used in streams).
I can't get the project to build, though. I'm not experienced with Maven, so can I get a little help?

https://gist.github.com/987053

@daharon
Copy link
Author

daharon commented May 23, 2011

Never mind. I fixed the issue by adding the following to pom.xml:

    <repository>
            <id>jboss-public-repository-group</id>
            <name>JBoss Public Maven Repository Group</name>
            <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
            <layout>default</layout>
            <releases>
                    <enabled>true</enabled>
                    <updatePolicy>never</updatePolicy>
            </releases>
            <snapshots>
                    <enabled>true</enabled>
                    <updatePolicy>never</updatePolicy>
            </snapshots>
    </repository>

@daharon daharon closed this as completed May 23, 2011
joschi pushed a commit that referenced this issue Feb 13, 2018
* Revert "Compute single valutes for lookup results (#42)"

This reverts commit fb26404.

* Revert "Use `tookMs()` instead of `took().millis()` (#43)"

This reverts commit 271b749.
joschi pushed a commit that referenced this issue Feb 15, 2018
* Use arrow function to keep 'this' binding
* Adapt simulator to use raw message loader
  At this point the pipeline simulator only makes sense for messages that were
  not already processed by Graylog, as it can be really tricky to see
  changes done in already processed messages. Therefore, we replace the message
  loader, using the raw message loader.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant