Skip to content

Commit

Permalink
Merge pull request #854 from garcia-jj/ot-docsmergingfrom840and841
Browse files Browse the repository at this point in the history
Fixing texts from pull requests #840 and #841
  • Loading branch information
garcia-jj committed Oct 24, 2014
2 parents aeb378b + 4f852e8 commit 5ce2616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</dependency>
~~~

If you are using a Servlet Container (such as Tomcat or Jetty) you need to remove line "<scope>provided</scope>" from previous dependency (javax.inject) and add
If you are using a Servlet Container (such as Tomcat or Jetty) you need to remove line `<scope>provided</scope>` from `javax.inject` dependency and add
the reference implementation of CDI: Weld.

~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</dependency>
~~~

E se você utiliza um Servlet Container (como o Tomcat ou Jetty) você precisa remover a linha "<scope>provided</scope>" da dependencia anteior (javax.inject) e adicionar a implementação de referência do CDI: o Weld.
E se você utiliza um Servlet Container (como o Tomcat ou Jetty) você precisa remover a linha `<scope>provided</scope>` da dependência `javax.inject` e adicionar a implementação de referência do CDI: o Weld.

~~~
#!xml
Expand Down

0 comments on commit 5ce2616

Please sign in to comment.