Skip to content

Instantly share code, notes, and snippets.

View hohwille's full-sized avatar
😎

Jörg Hohwiller hohwille

😎
View GitHub Profile
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- <link rel="stylesheet" href="http://ui-grid.info/docs/css/bootstrap.min.css" /> -->
@hohwille
hohwille / gist:1dc9c3b68f67756ce698
Created December 10, 2014 10:09
New structure of oasp4j and oasp4j-sample

We want to merge the oasp4j and oasp4j-sample repository with the following new structure:

  • oasp4j

    • pom.xml (internal dev only with central build and deployment management aspects and modules, flatten)

    • oasp4j-module

      • pom.xml (internal dev only with modules, imports opas4j-dependencies as BOM)

      • oasp4j-beanmapping (will be released/deployed)

      • oasp4j-configuration (will be released/deployed)

      • …​

      • oasp4j-web (will be released/deployed)