diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2018-07-10 22:28:42 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2018-07-10 22:28:42 +0300 |
commit | 834c8dade2005e9c074de47cb7c0e7fd06f03a12 (patch) | |
tree | a3214ff372f9ce1808c856e37f3d2c418fdd9004 /demo | |
parent | d3e6ecda326f38a800f0c4258d1f3b5edd7badf2 (diff) | |
download | pf4j-834c8dade2005e9c074de47cb7c0e7fd06f03a12.tar.gz pf4j-834c8dade2005e9c074de47cb7c0e7fd06f03a12.zip |
Tabs to spaces
Diffstat (limited to 'demo')
-rw-r--r-- | demo/plugins/plugin1/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/demo/plugins/plugin1/pom.xml b/demo/plugins/plugin1/pom.xml index 9c8d2e0..61092cb 100644 --- a/demo/plugins/plugin1/pom.xml +++ b/demo/plugins/plugin1/pom.xml @@ -22,11 +22,11 @@ </properties> <dependencies> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> </dependencies> </project> |