Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sally4
client-java-camel
Commits
f34e01be
Commit
f34e01be
authored
May 14, 2014
by
Constantin Jucovschi
Browse files
commiting
parent
e7d10d2e
Changes
2
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
f34e01be
...
...
@@ -22,8 +22,8 @@
<version>
${sally4.version}
</version>
<parent>
<groupId>
info.kwarc.sally
</groupId>
<artifactId>
sally
</artifactId>
<groupId>
info.kwarc.sally
4
</groupId>
<artifactId>
sally
4
</artifactId>
<version>
1.0
</version>
<relativePath>
..
</relativePath>
</parent>
...
...
src/main/java/info/kwarc/sally4/client/impl/SallyClientImpl.java
View file @
f34e01be
...
...
@@ -27,7 +27,7 @@ import org.apache.felix.ipojo.annotations.Validate;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
@Component
(
managedservice
=
"sallyclient"
)
@Component
(
managedservice
=
"sally
.
client"
)
@Provides
(
specifications
=
SallyClient
.
class
)
@Instantiate
public
class
SallyClientImpl
extends
RouteBuilder
implements
SallyClient
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment